Skip to content

Commit

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

[dependabot-gh-actions] Bump aquasecurity/trivy-action from 0.14.0 to 0.16.0
  • Loading branch information
koenighotze committed Dec 19, 2023
2 parents 9878e45 + d3ba905 commit 63f4ccd
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.14.0
uses: aquasecurity/trivy-action@0.16.0
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.14.0
uses: aquasecurity/trivy-action@0.16.0
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.14.0
uses: aquasecurity/trivy-action@0.16.0
with:
scan-type: "fs"
ignore-unfixed: false
Expand Down

0 comments on commit 63f4ccd

Please sign in to comment.