Skip to content

Commit 17cc203

Browse files
committed
Updated Trivy action from v0.31.0 to v0.35.0 and verified the workflow runs successfully.
1 parent c7e5d8d commit 17cc203

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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@0.35.0
3737
with:
3838
image-ref: 'python-fastapi:${{ github.sha }}'
3939
format: 'sarif'

0 commit comments

Comments
 (0)