Update aquasecurity/trivy-action action to v0.11.2

This commit is contained in:
renovate[bot] 2023-06-09 22:52:35 +00:00 committed by GitHub
parent 5fbc7e8112
commit ca5461743d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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