Skip to content

Commit 00d9059

Browse files
authored
Merge pull request #3159 from OpenC3/trivy
Fix trivy
2 parents 66e680a + 0379380 commit 00d9059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: aquasecurity/setup-trivy@3fb12ec12f41e471780db15c232d5dd185dcb514
4949
with:
5050
cache: true
51-
version: v0.68.2
51+
version: v0.69.3
5252
- name: Run Trivy on image ruby
5353
if: ${{ !cancelled() && steps.build.outcome == 'success' }}
5454
# See https://github.com/aquasecurity/trivy-action

0 commit comments

Comments
 (0)