Skip to content

Commit b337dba

Browse files
authored
Merge pull request #7 from devsecblueprint/dependabot/github_actions/aquasecurity/trivy-action-0.30.0
Bump aquasecurity/trivy-action from 0.28.0 to 0.30.0
2 parents 7e410a3 + 59d6e25 commit b337dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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.28.0
36+
uses: aquasecurity/trivy-action@0.30.0
3737
with:
3838
image-ref: 'python-fastapi:${{ github.sha }}'
3939
format: 'sarif'

0 commit comments

Comments
 (0)