Skip to content

Commit

Permalink
deps: bump Trivy action (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Oct 23, 2023
1 parent 4bfdd82 commit 03de431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: actions/checkout@v3

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.9.2
uses: aquasecurity/trivy-action@0.12.0
with:
scan-type: "fs"
format: "sarif"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: actions/checkout@v3

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.9.2
uses: aquasecurity/trivy-action@0.12.0
with:
scan-type: "fs"
format: "sarif"
Expand Down

0 comments on commit 03de431

Please sign in to comment.