Skip to content

Commit 17ffa4b

Browse files
committed
skip snyk test, only test image
Signed-off-by: Noam Gal <[email protected]>
1 parent 1d26308 commit 17ffa4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ steps:
124124
- LOCAL_IMAGE_REF=${{IMAGE_NAME}}:${{RELEASE_VER}}
125125
commands:
126126
- |
127-
snyk test --severity-threshold=${{SNYK_SEVERITY_THRESHOLD}} || fail=1
127+
# snyk test --severity-threshold=${{SNYK_SEVERITY_THRESHOLD}} || fail=1
128128
snyk container test --severity-threshold=${{SNYK_SEVERITY_THRESHOLD}} --file=Dockerfile ${LOCAL_IMAGE_REF}
129-
if [ "$fail" == "1" ]; then exit 1; fi
129+
# if [ "$fail" == "1" ]; then exit 1; fi
130130
when:
131131
steps:
132132
- name: build

0 commit comments

Comments
 (0)