We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d95cd commit c96b438Copy full SHA for c96b438
.github/workflows/trivy.yaml
@@ -30,7 +30,7 @@ jobs:
30
echo "TAG=$(make version)" >> $GITHUB_ENV
31
32
- name: Run Trivy vulnerability scanner
33
- uses: aquasecurity/trivy-action@f781cce5aab226378ee181d764ab90ea0be3cdd8
+ uses: aquasecurity/trivy-action@a20de5420d57c4102486cdd9578b45609c99d7eb
34
with:
35
image-ref: "ghcr.io/${{ github.repository }}/${{ matrix.image }}:${{ env.TAG }}"
36
format: "template"
0 commit comments