Skip to content

Commit 391212c

Browse files
committed
test trivy 0.55.0
1 parent dcc9428 commit 391212c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/vuln-scan.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
id: scan_1
9090
uses: aquasecurity/trivy-action@0.30.0
9191
with:
92-
version: v0.54.0
92+
version: v0.55.0
9393
image-ref: ${{ steps.image.outputs.spec }}
9494
format: json # ref: https://github.com/aquasecurity/trivy#save-the-results-as-json
9595
output: tmp/scan_1.json
@@ -115,7 +115,7 @@ jobs:
115115
if: steps.rebuild.outcome == 'success'
116116
uses: aquasecurity/trivy-action@0.30.0
117117
with:
118-
version: v0.54.0
118+
version: v0.55.0
119119
image-ref: rebuilt-image
120120
format: json # ref: https://github.com/aquasecurity/trivy#save-the-results-as-json
121121
output: tmp/scan_2.json
@@ -176,7 +176,7 @@ jobs:
176176
if: steps.rebuild.outcome == 'success'
177177
uses: aquasecurity/trivy-action@0.30.0
178178
with:
179-
version: v0.54.0
179+
version: v0.55.0
180180
image-ref: rebuilt-image
181181
format: table
182182
ignore-unfixed: true

0 commit comments

Comments
 (0)