Skip to content

Commit

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

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] committed May 7, 2021
1 parent 1fe0dcc commit 5055c1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.14
uses: aquasecurity/trivy-action@0.0.15
with:
scan-type: 'image'
vuln-type: os
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Run Trivy vulnerability scanner
id: trivy
uses: aquasecurity/trivy-action@0.0.14
uses: aquasecurity/trivy-action@0.0.15
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 @@ -14,7 +14,7 @@ jobs:
steps:
- name: Run Trivy vulnerability scanner
id: trivy
uses: aquasecurity/trivy-action@0.0.14
uses: aquasecurity/trivy-action@0.0.15
with:
scan-type: 'image'
vuln-type: os
Expand Down

0 comments on commit 5055c1d

Please sign in to comment.