We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cccacc7 + 632be17 commit 30f89b9Copy full SHA for 30f89b9
.github/workflows/artifacts.yaml
@@ -63,7 +63,7 @@ jobs:
63
labels: ${{ steps.meta.outputs.labels }}
64
65
- name: Run Trivy vulnerability scanner
66
- uses: aquasecurity/trivy-action@0.10.0
+ uses: aquasecurity/trivy-action@0.11.2
67
with:
68
image-ref: "ghcr.io/${{ github.repository_owner }}/custom-runner:${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}"
69
format: "sarif"
0 commit comments