Skip to content

Commit 07a99ad

Browse files
authored
Merge pull request #16 from Audrey-me/trivy-fix
Version Bump for Trivy
2 parents c7e5d8d + 2d167ff commit 07a99ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
docker build -t python-fastapi:${{ github.sha }} . ###- This section needed to be added becasue the image was not persisting between jobs--##
3434
3535
- name: Run Trivy Vulnerability Scanner
36-
uses: aquasecurity/trivy-action@0.31.0
36+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1
3737
with:
3838
image-ref: 'python-fastapi:${{ github.sha }}'
3939
format: 'sarif'
@@ -67,7 +67,7 @@ jobs:
6767

6868
# Run OWASP ZAP scan
6969
- name: zap scan
70-
uses: zaproxy/action-api-scan@v0.9.0
70+
uses: zaproxy/action-api-scan@77dfa9a647bb0f583e39d4df8531634d6ddd8df4
7171
with:
7272
token: ${{ secrets.GITHUB_TOKEN }}
7373
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'

0 commit comments

Comments
 (0)