Skip to content

Commit

Permalink
Merge pull request #59 from IAreKyleW00t/dependabot/github_actions/aq…
Browse files Browse the repository at this point in the history
…uasecurity/trivy-action-0.17.0

build(deps): Bump aquasecurity/trivy-action from 0.16.1 to 0.17.0
  • Loading branch information
IAreKyleW00t authored Feb 6, 2024
2 parents a2d1aa5 + 248a0eb commit dbe91e3
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.16.1
uses: aquasecurity/trivy-action@0.17.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.16.1
uses: aquasecurity/trivy-action@0.17.0
with:
image-ref: ${{ env.IMAGE_REF }}
format: sarif
Expand Down

0 comments on commit dbe91e3

Please sign in to comment.