Skip to content

Commit

Permalink
Update trivy version (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed May 21, 2024
1 parent a43e703 commit 6497b9e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-trivy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Oracle Corporation and/or its affiliates.
# Copyright 2023, 2024 Oracle Corporation and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at
# https://oss.oracle.com/licenses/upl.

Expand Down Expand Up @@ -37,7 +37,5 @@ jobs:
shell: bash
run: |
DIR=`mktemp -d`
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
${DIR}/trivy fs --exit-code 1 .

0 comments on commit 6497b9e

Please sign in to comment.