diff --git a/repo-cve-scan.gitlab-ci.yml b/repo-cve-scan.gitlab-ci.yml index fbadab0..abfabb8 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.3 + name: docker.io/aquasec/trivy:0.24.4 entrypoint: [ "" ] stage: test needs: []