Skip to content

Commit de60151

Browse files
authored
Merge pull request #144 from bcgov/dependabot/github_actions/aquasecurity/trivy-action-0.32.0
chore(deps): bump aquasecurity/trivy-action from 0.31.0 to 0.32.0
2 parents 9349565 + 572074a commit de60151

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
@@ -41,7 +41,7 @@ jobs:
4141
- name: Run unit tests
4242
run: mvn -f pom.xml clean package
4343
- name: Run Trivy vulnerability scanner in repo mode
44-
uses: aquasecurity/trivy-action@0.31.0
44+
uses: aquasecurity/trivy-action@0.32.0
4545
with:
4646
scan-type: 'fs'
4747
ignore-unfixed: true

0 commit comments

Comments
 (0)