We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17cc203 commit 9ad58daCopy full SHA for 9ad58da
1 file changed
.github/workflows/unit-sec-test.yml
@@ -33,7 +33,7 @@ jobs:
33
docker build -t python-fastapi:${{ github.sha }} . ###- This section needed to be added becasue the image was not persisting between jobs--##
34
35
- name: Run Trivy Vulnerability Scanner
36
- uses: aquasecurity/trivy-action@0.35.0
+ uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1
37
with:
38
image-ref: 'python-fastapi:${{ github.sha }}'
39
format: 'sarif'
0 commit comments