Skip to content

Commit

Permalink
Set vex notice to off in docker scan (#5372)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon authored Mar 7, 2025
1 parent 6060ef8 commit faf1ef9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/docker/docker-scan.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pipeline {
environment {
TRIVY_DB_REPOSITORY = 'public.ecr.aws/aquasecurity/trivy-db'
TRIVY_JAVA_DB_REPOSITORY = 'public.ecr.aws/aquasecurity/trivy-java-db'
TRIVY_DISABLE_VEX_NOTICE = true
}
parameters {
string(
Expand Down

0 comments on commit faf1ef9

Please sign in to comment.