diff --git a/repo-cve-scan.gitlab-ci.yml b/repo-cve-scan.gitlab-ci.yml index f62358a..fbadab0 100644 --- a/repo-cve-scan.gitlab-ci.yml +++ b/repo-cve-scan.gitlab-ci.yml @@ -1,6 +1,6 @@ .repo_cve_scan: image: - name: docker.io/aquasec/trivy:0.24.2 + name: docker.io/aquasec/trivy:0.24.3 entrypoint: [ "" ] stage: test needs: []