Skip to content

Commit 93c0954

Browse files
authored
Merge pull request #226 from PrivateBin/dependabot/github_actions/aquasecurity/trivy-action-0.33.1
Bump aquasecurity/trivy-action from 0.33.0 to 0.33.1
2 parents 5d3973f + f09091a commit 93c0954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
docker build -t privatebin/nginx-fpm-alpine:${{ github.sha }} .
2222
2323
- name: Run Trivy vulnerability scanner
24-
uses: aquasecurity/trivy-action@0.33.0
24+
uses: aquasecurity/trivy-action@0.33.1
2525
with:
2626
image-ref: 'privatebin/nginx-fpm-alpine:${{ github.sha }}'
2727
format: sarif

0 commit comments

Comments
 (0)