We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7e5d8d + 2d167ff commit 07a99adCopy full SHA for 07a99ad
.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.31.0
+ uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1
37
with:
38
image-ref: 'python-fastapi:${{ github.sha }}'
39
format: 'sarif'
@@ -67,7 +67,7 @@ jobs:
67
68
# Run OWASP ZAP scan
69
- name: zap scan
70
- uses: zaproxy/action-api-scan@v0.9.0
+ uses: zaproxy/action-api-scan@77dfa9a647bb0f583e39d4df8531634d6ddd8df4
71
72
token: ${{ secrets.GITHUB_TOKEN }}
73
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
0 commit comments