We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
snyk test
1 parent 1d26308 commit 17ffa4bCopy full SHA for 17ffa4b
build/release.yml
@@ -124,9 +124,9 @@ steps:
124
- LOCAL_IMAGE_REF=${{IMAGE_NAME}}:${{RELEASE_VER}}
125
commands:
126
- |
127
- snyk test --severity-threshold=${{SNYK_SEVERITY_THRESHOLD}} || fail=1
+ # snyk test --severity-threshold=${{SNYK_SEVERITY_THRESHOLD}} || fail=1
128
snyk container test --severity-threshold=${{SNYK_SEVERITY_THRESHOLD}} --file=Dockerfile ${LOCAL_IMAGE_REF}
129
- if [ "$fail" == "1" ]; then exit 1; fi
+ # if [ "$fail" == "1" ]; then exit 1; fi
130
when:
131
steps:
132
- name: build
0 commit comments