We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a69c2d commit c11d1acCopy full SHA for c11d1ac
.github/workflows/cron-scan-images-daily.yaml
@@ -36,7 +36,7 @@ jobs:
36
run: if [ -n '${{ matrix.trivyignore }}' ]; then echo '${{ matrix.trivyignore }}' | base64 -d > .trivyignore.rego ; fi
37
- name: "Generate artifact"
38
id: trivy
39
- uses: aquasecurity/trivy-action@0.29.0
+ uses: aquasecurity/trivy-action@0.30.0
40
continue-on-error: ${{ ! matrix.maintainer }}
41
with:
42
image-ref: ${{ matrix.image }}
@@ -54,7 +54,7 @@ jobs:
54
name: ${{ matrix.addon }}-${{ matrix.version }}-${{ matrix.name }}
55
path: trivy.json
56
- name: "Display results"
57
58
if: ${{ always() && steps.trivy.outcome == 'failure' }}
59
60
0 commit comments