Skip to content

Commit 6bc61d6

Browse files
committed
another change
1 parent a91dde7 commit 6bc61d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-sec-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Run Trivy vulnerability scanner
6262
uses: aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe
6363
with:
64-
image-ref: 'awesome-fastapi'
64+
image-ref: 'awesome-fastapi:${{ github.sha }}'
6565
format: 'template'
6666
template: '@/contrib/sarif.tpl'
6767
output: 'GitHub Actions/Trivy Automation'

0 commit comments

Comments
 (0)