We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9424c1 commit b6643a2Copy full SHA for b6643a2
1 file changed
action.yaml
@@ -126,7 +126,7 @@ runs:
126
# "allowing select actions" feature can be used to whitelist the dependent action by a hash.
127
# This is needed since some organizations have a policy to only allow pinned 3rd party actions to
128
# be used.
129
- uses: aquasecurity/setup-trivy@ff1b8b060f23b650436d419b5e13f67f5d4c3087 # equivalent to `v0.2.2`
+ uses: aquasecurity/setup-trivy@e6c2c5e321ed9123bda567646e2f96565e34abe1 # equivalent to `v0.2.4`
130
with:
131
version: ${{ inputs.version }}
132
cache: ${{ inputs.cache }}
0 commit comments