Skip to content

Commit

Permalink
Upgrading trivy for scanning to 0.55.2 (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesouza authored Sep 25, 2024
1 parent 421cf26 commit abed575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/scripts/install-trivy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash
set -eo pipefail

curl -L https://github.com/aquasecurity/trivy/releases/download/v0.38.3/trivy_0.38.3_Linux-64bit.tar.gz > trivy.tar.gz
curl -L https://github.com/aquasecurity/trivy/releases/download/v0.55.2/trivy_0.55.2_Linux-64bit.tar.gz > trivy.tar.gz
tar -xvf trivy.tar.gz
sudo mv ./trivy /usr/local/bin/trivy
rm trivy.tar.gz

0 comments on commit abed575

Please sign in to comment.