We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22be29a + 5b319f2 commit b6483a5Copy full SHA for b6483a5
.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.9.2
+ uses: aquasecurity/trivy-action@0.10.0
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