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 2e4fe45 commit f402498Copy full SHA for f402498
.github/workflows/build-trivy.yaml
@@ -58,7 +58,5 @@ jobs:
58
shell: bash
59
run: |
60
DIR=`mktemp -d`
61
- curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b ${DIR} v0.38.3
+ curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b ${DIR} v0.51.2
62
${DIR}/trivy fs --exit-code 1 .
63
-
64
0 commit comments