Skip to content

Commit ef6411e

Browse files
committed
Try bump - error?
1 parent 391212c commit ef6411e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/vuln-scan.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ jobs:
8989
id: scan_1
9090
uses: aquasecurity/[email protected]
9191
with:
92-
version: v0.55.0
9392
image-ref: ${{ steps.image.outputs.spec }}
9493
format: json # ref: https://github.com/aquasecurity/trivy#save-the-results-as-json
9594
output: tmp/scan_1.json
@@ -115,12 +114,10 @@ jobs:
115114
if: steps.rebuild.outcome == 'success'
116115
uses: aquasecurity/[email protected]
117116
with:
118-
version: v0.55.0
119117
image-ref: rebuilt-image
120118
format: json # ref: https://github.com/aquasecurity/trivy#save-the-results-as-json
121119
output: tmp/scan_2.json
122120
ignore-unfixed: true
123-
exit-code: "0"
124121

125122
# Analyze the scan reports. If they differ, we want to proceed and create
126123
# or update a PR. We use a hash from the final scan report as an
@@ -176,7 +173,6 @@ jobs:
176173
if: steps.rebuild.outcome == 'success'
177174
uses: aquasecurity/[email protected]
178175
with:
179-
version: v0.55.0
180176
image-ref: rebuilt-image
181177
format: table
182178
ignore-unfixed: true

0 commit comments

Comments
 (0)