Skip to content

Commit

Permalink
removed container test
Browse files Browse the repository at this point in the history
  • Loading branch information
ATGardner committed Oct 18, 2023
1 parent 3143218 commit ca3b837
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ca3b837

Please sign in to comment.