Skip to content

Commit

Permalink
Merge pull request #13 from zenjoy/dependabot/github_actions/aquasecu…
Browse files Browse the repository at this point in the history
…rity/trivy-action-0.16.1
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
2 parents ecf78c9 + ca5147f commit fca545b
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/[email protected].0
uses: aquasecurity/[email protected].1
with:
scan-type: fs
format: sarif
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
$IMAGE_REF
- name: Scan container image
uses: aquasecurity/[email protected].0
uses: aquasecurity/[email protected].1
with:
image-ref: ${{ env.IMAGE_REF }}
format: sarif
Expand Down

0 comments on commit fca545b

Please sign in to comment.