File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155155
156156 - name : Install Trivy
157157 run : |
158- curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin v0.62.1
158+ curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin v0.66.0
159159
160160 - name : Install yq
161161 run : |
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ usage() {
2222# Check dependencies are installed, print installation instructions otherwise
2323check_deps_installed () {
2424 if ! trivy --version > /dev/null; then
25- echo ' Please install trivy: curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin v0.62.1 '
25+ echo ' Please install trivy: curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin v0.66.0 '
2626 exit 1
2727 fi
2828 if ! yq --version > /dev/null; then
You can’t perform that action at this time.
0 commit comments