mirror of
https://github.com/ivuorinen/actions.git
synced 2026-02-16 19:48:28 +00:00
chore(deps): update aquasecurity/trivy-action action (0.33.1 → 0.34.0)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -536,7 +536,7 @@ runs:
|
|||||||
- name: Scan Image for Vulnerabilities
|
- name: Scan Image for Vulnerabilities
|
||||||
id: scan
|
id: scan
|
||||||
if: inputs.scan-image == 'true' && inputs.dry-run != 'true'
|
if: inputs.scan-image == 'true' && inputs.dry-run != 'true'
|
||||||
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
|
uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
|
||||||
with:
|
with:
|
||||||
scan-type: 'image'
|
scan-type: 'image'
|
||||||
image-ref: ${{ steps.image-name.outputs.name }}:${{ inputs.tag }}
|
image-ref: ${{ steps.image-name.outputs.name }}:${{ inputs.tag }}
|
||||||
|
|||||||
Reference in New Issue
Block a user