diff options
| author | mo khan <mo.khan@gmail.com> | 2020-10-28 08:10:45 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-10-28 08:10:45 -0600 |
| commit | 5c4475ae88db0c3253a9c3fd18ed251a97b7e751 (patch) | |
| tree | 26c5a310480100db38a7903f9bcd31c2ae175b16 /spec | |
| parent | 84c0b8886b2fb745666f6b10b0b14281eaad7fc0 (diff) | |
test: increase log verbosity
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/integration/klar_spec.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/integration/klar_spec.rb b/spec/integration/klar_spec.rb index 7514472..1704af8 100644 --- a/spec/integration/klar_spec.rb +++ b/spec/integration/klar_spec.rb @@ -7,8 +7,9 @@ RSpec.describe 'klar' do context "when scanning a vulnerable image" do let(:env) do { + DOCKERFILE_PATH: project.path.join("minbox-Dockerfile"), DOCKER_IMAGE: "mokhan/minbox:latest", - DOCKERFILE_PATH: project.path.join("minbox-Dockerfile") + SECURE_LOG_LEVEL: "debug" } end |
