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 @@ -163,7 +163,7 @@ jobs:
163163
164164 - name : Install Trivy
165165 run : |
166- curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin v0.68 .2
166+ curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin v0.69 .2
167167
168168 - name : Install yq
169169 run : |
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ usage() {
2727# Check dependencies are installed, print installation instructions otherwise
2828check_deps_installed () {
2929 if ! trivy --version > /dev/null; then
30- echo ' Please install trivy: curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin v0.68 .2'
30+ echo ' Please install trivy: curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin v0.69 .2'
3131 exit 1
3232 fi
3333 if ! yq --version > /dev/null; then
You can’t perform that action at this time.
0 commit comments