Skip to content

Commit 1d2495e

Browse files
📌 Pin trivy-action to 0.24.0
To resolve the file path errors, see also aquasecurity/trivy-action#404
1 parent 5f3b316 commit 1d2495e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ jobs:
422422
name: docker-image-all-extensions-${{ needs.docker_build_setup.outputs.version }}
423423

424424
- name: Scan image with Trivy
425-
uses: aquasecurity/trivy-action@master
425+
uses: aquasecurity/trivy-action@0.24.0
426426
with:
427427
input: /github/workspace/image.tar # from download-artifact
428428
format: 'sarif'

0 commit comments

Comments
 (0)