From fe16a7b31b788923a9d20e30fd2c856d4d2e93fa Mon Sep 17 00:00:00 2001 From: Marcel Feix Date: Fri, 8 Oct 2021 12:08:30 +0000 Subject: [PATCH] chore(container-scan): Update Trivy --- container-scan.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: