Skip to content

Commit 4e133c7

Browse files
committed
chore: cve exceptions for debian
1 parent 3ce94b4 commit 4e133c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/release-workflow/image-scan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ script_dir=$(cd "$(dirname $0)" && pwd)
66

77
ARCH=${ARCH:-'amd64'}
88
IS_DEBIAN=${IS_DEBIAN:+"-debian"}
9-
trivy image ${DOCKER_IMAGE_ORG_AND_NAME}:latest-${ARCH}${IS_DEBIAN} --exit-code 1 --ignorefile ${script_dir}/../.trivyignore
9+
trivy image ${DOCKER_IMAGE_ORG_AND_NAME}:latest-${ARCH}${IS_DEBIAN} --severity HIGH,CRITICAL --exit-code 1 --ignorefile ${script_dir}/../.trivyignore

0 commit comments

Comments
 (0)