diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b2aaf69c2d3..05cf435f76d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -60,7 +60,7 @@ jobs: run: | docker load < /tmp/etcd-img.tar - name: trivy-scan - uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0 + uses: aquasecurity/trivy-action@5681af892cd0f4997658e2bacc62bd0a894cf564 # v0.27.0 with: image-ref: 'gcr.io/etcd-development/etcd:v3.6.99-${{ matrix.platforms }}' severity: 'CRITICAL,HIGH'