summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-10-28 08:10:45 -0600
committermo khan <mo.khan@gmail.com>2020-10-28 08:10:45 -0600
commit5c4475ae88db0c3253a9c3fd18ed251a97b7e751 (patch)
tree26c5a310480100db38a7903f9bcd31c2ae175b16 /spec
parent84c0b8886b2fb745666f6b10b0b14281eaad7fc0 (diff)
test: increase log verbosity
Diffstat (limited to 'spec')
-rw-r--r--spec/integration/klar_spec.rb3
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