Skip to content

Commit 21b515b

Browse files
committed
Use sha and ref for upload
1 parent e1526a5 commit 21b515b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-sign-image.yml

+2
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,5 @@ jobs:
7777
continue-on-error: true
7878
with:
7979
sarif_file: 'trivy-results-${{ inputs.image }}.sarif'
80+
sha: ${{ github.sha }}
81+
ref: ${{ github.ref }}

0 commit comments

Comments
 (0)