We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631722e commit 562bf6cCopy full SHA for 562bf6c
.github/workflows/stackhpc-container-image-build.yml
@@ -155,7 +155,7 @@ jobs:
155
156
- name: Install Trivy
157
run: |
158
- curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin v0.69.1
+ curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin v0.69.2
159
160
- name: Install yq
161
0 commit comments