We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6483a5 commit 632be17Copy full SHA for 632be17
.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