Skip to content

Commit 39ea9a6

Browse files
authored
Merge pull request #2188 from stackhpc/bump-trivy-caracal
Bump Trivy to 0.69.2 Caracal
2 parents 19ba44b + 5439aa4 commit 39ea9a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

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.2'
3131
exit 1
3232
fi
3333
if ! yq --version > /dev/null; then

0 commit comments

Comments
 (0)