Skip to content

Commit 2373e80

Browse files
committed
fix: update trivy version for build image
1 parent 5b91987 commit 2373e80

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,9 @@ jobs:
198198
- name: Manual Trivy Setup
199199
uses: aquasecurity/setup-trivy@v0.2.5
200200
with:
201+
version: v0.69.2 #remove this once fix is released https://github.com/aquasecurity/trivy-action/issues/517
201202
cache: true
202-
version: v0.60.0
203+
203204

204205
- name: Set up Docker Buildx
205206
uses: docker/setup-buildx-action@v3
@@ -209,6 +210,7 @@ jobs:
209210
uses: reviewdog/action-trivy@v1.14.0
210211
with:
211212
trivy_command: config
213+
trivy_version: v0.69.2 #remove this once fix is released https://github.com/aquasecurity/trivy-action/issues/517
212214
trivy_target: ${{ inputs.dockerfile_context }}/${{ inputs.file }}
213215
reporter: github-pr-check
214216
filter_mode: ${{ inputs.linter_filter_mode }}
@@ -257,7 +259,7 @@ jobs:
257259
id: trivy-scan
258260
uses: aquasecurity/trivy-action@0.34.1
259261
with:
260-
version: v0.69.2
262+
version: v0.69.2 #remove this once fix is released https://github.com/aquasecurity/trivy-action/issues/517
261263
skip-setup-trivy: true
262264
image-ref: ${{ steps.meta.outputs.tags }}
263265
format: "table"

0 commit comments

Comments
 (0)