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:
155
155
156
156
- name : Install Trivy
157
157
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
159
159
160
160
- name : Install yq
161
161
run : |
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ usage() {
22
22
# Check dependencies are installed, print installation instructions otherwise
23
23
check_deps_installed () {
24
24
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 '
26
26
exit 1
27
27
fi
28
28
if ! yq --version > /dev/null; then
You can’t perform that action at this time.
0 commit comments