Skip to content

Commit 8376506

Browse files
build(deps): bump aquasecurity/trivy-action from 0.29.0 to 0.30.0 (#668)
1 parent 608c48c commit 8376506

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
@@ -173,7 +173,7 @@ jobs:
173173
path: docker.tar
174174

175175
- name: Run Trivy vulnerability scanner
176-
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0
176+
uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # 0.30.0
177177
with:
178178
input: image
179179
format: sarif
@@ -299,7 +299,7 @@ jobs:
299299
path: ${{ steps.build.outputs.package }}
300300

301301
- name: Run Trivy vulnerability scanner
302-
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0
302+
uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # 0.30.0
303303
with:
304304
scan-type: config
305305
scan-ref: deploy/charts/${{ steps.chart-name.outputs.value }}

0 commit comments

Comments
 (0)