Skip to content

Commit c11d1ac

Browse files
chore(deps): bump aquasecurity/trivy-action from 0.29.0 to 0.30.0 (#5617)
1 parent 9a69c2d commit c11d1ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cron-scan-images-daily.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: if [ -n '${{ matrix.trivyignore }}' ]; then echo '${{ matrix.trivyignore }}' | base64 -d > .trivyignore.rego ; fi
3737
- name: "Generate artifact"
3838
id: trivy
39-
uses: aquasecurity/trivy-action@0.29.0
39+
uses: aquasecurity/trivy-action@0.30.0
4040
continue-on-error: ${{ ! matrix.maintainer }}
4141
with:
4242
image-ref: ${{ matrix.image }}
@@ -54,7 +54,7 @@ jobs:
5454
name: ${{ matrix.addon }}-${{ matrix.version }}-${{ matrix.name }}
5555
path: trivy.json
5656
- name: "Display results"
57-
uses: aquasecurity/trivy-action@0.29.0
57+
uses: aquasecurity/trivy-action@0.30.0
5858
if: ${{ always() && steps.trivy.outcome == 'failure' }}
5959
continue-on-error: ${{ ! matrix.maintainer }}
6060
with:

0 commit comments

Comments
 (0)