Update aquasecurity/trivy-action action to v0.9.1

This commit is contained in:
renovate[bot] 2023-02-10 10:41:27 +00:00 committed by GitHub
parent aa9f917d4a
commit 7006125b0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ jobs:
ignore: 'CIS-DI-0001'
- name: Container scan with Trivy
uses: aquasecurity/trivy-action@0.9.0
uses: aquasecurity/trivy-action@0.9.1
with:
scan-type: 'image'
image-ref: '${{ env.USER }}/${{ env.REPO }}:${{ env.VERSION }}'