Skip to content

Commit f402498

Browse files
authored
Update trivy (#93)
1 parent 2e4fe45 commit f402498

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-trivy.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,5 @@ jobs:
5858
shell: bash
5959
run: |
6060
DIR=`mktemp -d`
61-
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b ${DIR} v0.38.3
61+
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b ${DIR} v0.51.2
6262
${DIR}/trivy fs --exit-code 1 .
63-
64-

0 commit comments

Comments
 (0)