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

View File

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