chore(deps): update docker.io/aquasec/trivy docker tag to v0.31.3

This commit is contained in:
technical renovate 2022-08-29 09:04:33 +00:00
parent 06b9441215
commit 21b55c504c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
.container-scan-trivy: .container-scan-trivy:
image: image:
name: docker.io/aquasec/trivy:0.31.2 name: docker.io/aquasec/trivy:0.31.3
entrypoint: [ "" ] entrypoint: [ "" ]
stage: verify stage: verify
variables: variables:

View File

@ -1,6 +1,6 @@
.repo-cve-scan-trivy: .repo-cve-scan-trivy:
image: image:
name: docker.io/aquasec/trivy:0.31.2 name: docker.io/aquasec/trivy:0.31.3
entrypoint: [ "" ] entrypoint: [ "" ]
stage: verify stage: verify
needs: [] needs: []