We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91dde7 commit 6bc61d6Copy full SHA for 6bc61d6
.github/workflows/unit-sec-test.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Run Trivy vulnerability scanner
62
uses: aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe
63
with:
64
- image-ref: 'awesome-fastapi'
+ image-ref: 'awesome-fastapi:${{ github.sha }}'
65
format: 'template'
66
template: '@/contrib/sarif.tpl'
67
output: 'GitHub Actions/Trivy Automation'
0 commit comments