Skip to content

Commit a087e9e

Browse files
authored
Merge pull request #52 from StacklokLabs/dependabot/github_actions/aquasecurity/trivy-action-0.31.0
Bump aquasecurity/trivy-action from 0.30.0 to 0.31.0
2 parents b264ca8 + 05d0442 commit a087e9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Run Trivy vulnerability scanner in repo mode
18-
uses: aquasecurity/trivy-action@0.30.0
18+
uses: aquasecurity/trivy-action@0.31.0
1919
with:
2020
scan-type: 'fs'
2121
ignore-unfixed: true
@@ -31,7 +31,7 @@ jobs:
3131
category: 'trivy-fs'
3232

3333
- name: Run Trivy vulnerability scanner in IaC mode
34-
uses: aquasecurity/trivy-action@0.30.0
34+
uses: aquasecurity/trivy-action@0.31.0
3535
with:
3636
scan-type: 'config'
3737
hide-progress: false

0 commit comments

Comments
 (0)