Skip to content

Commit

Permalink
ci(deps): bump aquasecurity/trivy-action from 0.0.13 to 0.0.14 (#38)
Browse files Browse the repository at this point in the history
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.0.13 to 0.0.14.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.0.13...b38389f)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2021
1 parent be00b51 commit 1b2676a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Run Trivy vulnerability scanner
id: trivy
uses: aquasecurity/trivy-action@0.0.13
uses: aquasecurity/trivy-action@0.0.14
with:
scan-type: 'image'
vuln-type: os
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Run Trivy vulnerability scanner
id: trivy
uses: aquasecurity/trivy-action@0.0.13
uses: aquasecurity/trivy-action@0.0.14
with:
scan-type: 'image'
vuln-type: os
Expand Down

0 comments on commit 1b2676a

Please sign in to comment.