We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 821ca0a + b42b82a commit ad3a604Copy full SHA for ad3a604
.github/workflows/artifacts.yaml
@@ -70,7 +70,7 @@ jobs:
70
labels: ${{ steps.meta.outputs.labels }}
71
72
- name: Run Trivy vulnerability scanner
73
- uses: aquasecurity/trivy-action@0.22.0
+ uses: aquasecurity/trivy-action@0.23.0
74
with:
75
image-ref: "ghcr.io/${{ github.repository }}:${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}"
76
format: "sarif"
0 commit comments