Merge branch 'renovate/aquasecurity-trivy-0.x' into 'master'

chore(deps): update dependency aquasecurity/trivy to v0.22.0

See merge request gilden/ci/gitlab-ci-templates!46
This commit is contained in:
Marcel Feix 2022-01-31 08:21:24 +00:00
commit 3e78a6929a

View File

@ -2,7 +2,7 @@
image: $MAVEN_IMAGE
stage: test
variables:
TRIVY_VERSION: 0.21.2
TRIVY_VERSION: 0.22.0
EXITCODE: 1
TRIVY_EXTRA_ARGS: "--no-progress --ignore-unfixed"
before_script:
@ -23,7 +23,7 @@
image: $GRADLE_IMAGE
stage: test
variables:
TRIVY_VERSION: 0.21.2
TRIVY_VERSION: 0.22.0
EXITCODE: 1
PROJECT_DIR: $CI_PROJECT_DIR/build
TRIVY_EXTRA_ARGS: "--no-progress --ignore-unfixed"
@ -48,7 +48,7 @@
name: gcr.io/kaniko-project/executor:debug
entrypoint: [ "" ]
variables:
TRIVY_VERSION: 0.21.2
TRIVY_VERSION: 0.22.0
PROJECT_DIR: $CI_PROJECT_DIR
DOCKERFILE_LOCATION: $CI_PROJECT_DIR/Dockerfile
CONTEXT_LOCATION: $CI_PROJECT_DIR