Skip to content

Commit aee807f

Browse files
committed
Bump Trivy to v0.69.1
1 parent cb8b718 commit aee807f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.68.2
158+
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin v0.69.1
159159
160160
- name: Install yq
161161
run: |

tools/scan-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ usage() {
2727
# Check dependencies are installed, print installation instructions otherwise
2828
check_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.1'
3131
exit 1
3232
fi
3333
if ! yq --version > /dev/null; then

0 commit comments

Comments
 (0)