Update aquasecurity/trivy-action action to v0.9.0

This commit is contained in:
renovate[bot] 2023-02-02 00:58:16 +00:00 committed by GitHub
parent 540117be56
commit c17c2c3b73
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.8.0
uses: aquasecurity/trivy-action@0.9.0
with:
scan-type: 'image'
image-ref: '${{ env.USER }}/${{ env.REPO }}:${{ env.VERSION }}'