Skip to content

Commit

Permalink
chore(deps): bump aquasecurity/trivy-action from 0.16.0 to 0.16.1 (#5025
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent cbc862f commit e668deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron-scan-images-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: if [ -n '${{ matrix.trivyignore }}' ]; then echo '${{ matrix.trivyignore }}' | base64 -d > .trivyignore.rego ; fi
- name: "Generate artifact"
id: trivy
uses: aquasecurity/[email protected].0
uses: aquasecurity/[email protected].1
continue-on-error: ${{ ! matrix.maintainer }}
with:
image-ref: ${{ matrix.image }}
Expand All @@ -54,7 +54,7 @@ jobs:
name: ${{ matrix.addon }}-${{ matrix.version }}-${{ matrix.name }}
path: trivy.json
- name: "Display results"
uses: aquasecurity/[email protected].0
uses: aquasecurity/[email protected].1
if: ${{ always() && steps.trivy.outcome == 'failure' }}
continue-on-error: ${{ ! matrix.maintainer }}
with:
Expand Down

0 comments on commit e668deb

Please sign in to comment.