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 f4e887f commit 2cd589fCopy full SHA for 2cd589f
.github/actions/trivy/action.yaml
@@ -84,7 +84,7 @@ runs:
84
# Install Trivy as requested.
85
# NOTE: `setup-trivy` can download a "latest" version but cannot cache it.
86
- if: ${{ ! contains(fromJSON(steps.parsed.outputs.setup), 'none') }}
87
- uses: aquasecurity/[email protected].3
+ uses: aquasecurity/[email protected].4
88
with:
89
cache: ${{ contains(fromJSON(steps.parsed.outputs.setup), 'cache') }}
90
version: ${{ steps.parsed.outputs.version }}
0 commit comments