Skip to content

Commit 2d65bbc

Browse files
committed
fix(ci): pin Trivy action to real tag v0.36.0
Previous c17f07b used aquasecurity/trivy-action@0.24.0 which does not exist as a tag. CI failed in Set up job with "Unable to resolve action".
1 parent c17f07b commit 2d65bbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
'
114114
115115
- name: Trivy vulnerability scan
116-
uses: aquasecurity/trivy-action@0.24.0
116+
uses: aquasecurity/trivy-action@v0.36.0
117117
with:
118118
image-ref: smoke-test:local
119119
format: table

0 commit comments

Comments
 (0)