We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb701b9 + 33030f1 commit 9914047Copy full SHA for 9914047
.github/workflows/release.yaml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
docker load < /tmp/etcd-img.tar
62
- name: trivy-scan
63
- uses: aquasecurity/trivy-action@b2933f565dbc598b29947660e66259e3c7bc8561 # v0.20.0
+ uses: aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2 # v0.21.0
64
with:
65
image-ref: 'gcr.io/etcd-development/etcd:v3.6.99-${{ matrix.platforms }}'
66
severity: 'CRITICAL,HIGH'
0 commit comments