Skip to content

Commit 086659c

Browse files
authored
Merge pull request #56 from bcgov/dependabot/github_actions/aquasecurity/trivy-action-0.29.0
Bump aquasecurity/trivy-action from 0.24.0 to 0.29.0
2 parents 954dfde + 345a41c commit 086659c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-api-build.and.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Run unit tests
4141
run: mvn -f pom.xml clean package
4242
- name: Run Trivy vulnerability scanner in repo mode
43-
uses: aquasecurity/trivy-action@0.24.0
43+
uses: aquasecurity/trivy-action@0.29.0
4444
with:
4545
scan-type: 'fs'
4646
ignore-unfixed: true

0 commit comments

Comments
 (0)