diff --git a/container-scan.gitlab-ci.yml b/container-scan.gitlab-ci.yml index e058c43..4ec359d 100644 --- a/container-scan.gitlab-ci.yml +++ b/container-scan.gitlab-ci.yml @@ -2,7 +2,7 @@ image: $MAVEN_IMAGE stage: test variables: - TRIVY_VERSION: 0.19.2 + TRIVY_VERSION: 0.20.0 EXITCODE: 1 TRIVY_EXTRA_ARGS: "--no-progress --auto-refresh --ignore-unfixed" before_script: