Skip to content

Commit

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

[dependabot-gh-actions] Bump aquasecurity/trivy-action from 0.16.0 to 0.16.1
  • Loading branch information
koenighotze committed Jan 11, 2024
2 parents 8cf787b + 49371b4 commit c3dc7a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
args: --severity-threshold=high
- name: Run vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.16.0
uses: aquasecurity/trivy-action@0.16.1
with:
scan-type: "fs"
ignore-unfixed: false
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Build image
run: ./scripts/containerize.sh
- name: Run vulnerability scanner
uses: aquasecurity/trivy-action@0.16.0
uses: aquasecurity/trivy-action@0.16.1
with:
image-ref: ${{ env.image-name }}
format: "table"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/receive-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
- name: Run vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.16.0
uses: aquasecurity/trivy-action@0.16.1
with:
scan-type: "fs"
ignore-unfixed: false
Expand Down

0 comments on commit c3dc7a8

Please sign in to comment.