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

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

See merge request gilden/ci/gitlab-ci-templates!61
This commit is contained in:
Marcel Feix 2022-03-18 07:49:44 +00:00
commit f0c6b7a531

View File

@ -2,7 +2,7 @@
image: $MAVEN_IMAGE
stage: test
variables:
TRIVY_VERSION: 0.24.3
TRIVY_VERSION: 0.24.4
EXITCODE: 1
TRIVY_EXTRA_ARGS: "--no-progress --ignore-unfixed"
before_script:
@ -23,7 +23,7 @@
image: $GRADLE_IMAGE
stage: test
variables:
TRIVY_VERSION: 0.24.3
TRIVY_VERSION: 0.24.4
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:v1.6.0-debug
entrypoint: [ "" ]
variables:
TRIVY_VERSION: 0.24.3
TRIVY_VERSION: 0.24.4
PROJECT_DIR: $CI_PROJECT_DIR
DOCKERFILE_LOCATION: $CI_PROJECT_DIR/Dockerfile
CONTEXT_LOCATION: $CI_PROJECT_DIR