We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1526a5 commit 21b515bCopy full SHA for 21b515b
.github/workflows/build-and-sign-image.yml
@@ -77,3 +77,5 @@ jobs:
77
continue-on-error: true
78
with:
79
sarif_file: 'trivy-results-${{ inputs.image }}.sarif'
80
+ sha: ${{ github.sha }}
81
+ ref: ${{ github.ref }}
0 commit comments