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.
2 parents ed22851 + c74afc5 commit c7e5d8dCopy full SHA for c7e5d8d
.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.30.0
+ uses: aquasecurity/trivy-action@0.31.0
37
with:
38
image-ref: 'python-fastapi:${{ github.sha }}'
39
format: 'sarif'
0 commit comments