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