diff --git a/build/release.yml b/build/release.yml index 95a19fbb..1dfcb12d 100644 --- a/build/release.yml +++ b/build/release.yml @@ -148,7 +148,6 @@ steps: commands: - | snyk test --severity-threshold=${{SNYK_SEVERITY_THRESHOLD}} || fail=1 - snyk container test --severity-threshold=${{SNYK_SEVERITY_THRESHOLD}} --file=Dockerfile ${LOCAL_IMAGE_REF} if [ "$fail" == "1" ]; then exit 1; fi when: steps: