Skip to content

Commit 4df8ba7

Browse files
authored
Update Trivy action version to 0.34.2
Signed-off-by: Jim Alcock <38649437+jalcock501@users.noreply.github.com>
1 parent 9df172c commit 4df8ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

image-scan/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353
fi
5454
5555
- name: Trivy image scan
56-
uses: aquasecurity/trivy-action@0.28.0
56+
uses: aquasecurity/trivy-action@0.34.2
5757
with:
5858
scan-type: 'image'
5959
image-ref: ${{ inputs.image-ref }}
@@ -140,4 +140,4 @@ runs:
140140
run: |
141141
echo "Critical vulnerabilities detected: ${{ steps.report.outputs.crit }}"
142142
echo "High vulnerabilities detected: ${{ steps.report.outputs.high }}"
143-
exit 1
143+
exit 1

0 commit comments

Comments
 (0)