Skip to content

Commit

Permalink
Build(deps): Bump aquasecurity/trivy-action from 0.3.0 to 0.9.1 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and DerekRoberts committed May 14, 2024
1 parent 3f1728b commit 1347fa5
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 @@ -322,7 +322,7 @@ jobs:
uses: actions/checkout@v3

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.3.0
uses: aquasecurity/trivy-action@0.9.1
with:
scan-type: "fs"
format: "sarif"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Image Scan
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.9.1
continue-on-error: true
with:
image-ref: ghcr.io/${{ github.repository }}
Expand Down

0 comments on commit 1347fa5

Please sign in to comment.