Skip to content

Commit 133c3f2

Browse files
authored
Merge pull request #184 from bank-vaults/dependabot/github_actions/aquasecurity/trivy-action-0.12.0
build(deps): bump aquasecurity/trivy-action from 0.11.2 to 0.12.0
2 parents 088ffdc + 6cc2984 commit 133c3f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/artifacts.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
path: docker.tar
145145

146146
- name: Run Trivy vulnerability scanner
147-
uses: aquasecurity/trivy-action@41f05d9ecffa2ed3f1580af306000f734b733e54 # 0.11.2
147+
uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f # 0.12.0
148148
with:
149149
input: image
150150
format: sarif
@@ -248,7 +248,7 @@ jobs:
248248
path: ${{ steps.build.outputs.package }}
249249

250250
- name: Run Trivy vulnerability scanner
251-
uses: aquasecurity/trivy-action@41f05d9ecffa2ed3f1580af306000f734b733e54 # 0.11.2
251+
uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f # 0.12.0
252252
with:
253253
scan-type: config
254254
scan-ref: deploy/charts/${{ steps.chart-name.outputs.value }}

0 commit comments

Comments
 (0)