Skip to content

Commit

Permalink
Merge pull request #10 from zenjoy/dependabot/github_actions/aquasecu…
Browse files Browse the repository at this point in the history
…rity/trivy-action-0.16.0
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
2 parents 9ff2f14 + 3cc9752 commit 192faee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "BASE_SHA=$(git merge-base --fork-point main)" | tee -a $GITHUB_ENV
- name: Scan repo filesystem
uses: aquasecurity/trivy-action@0.15.0
uses: aquasecurity/trivy-action@0.16.0
with:
scan-type: fs
format: sarif
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
$IMAGE_REF
- name: Scan container image
uses: aquasecurity/trivy-action@0.15.0
uses: aquasecurity/trivy-action@0.16.0
with:
image-ref: ${{ env.IMAGE_REF }}
format: sarif
Expand Down

0 comments on commit 192faee

Please sign in to comment.