Skip to content

Commit

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

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 Mar 22, 2021
1 parent 4148872 commit b340412
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 @@ -68,7 +68,7 @@ jobs:
run: make snapshot

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.0.11
uses: aquasecurity/trivy-action@0.0.12
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 @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.0.11
uses: aquasecurity/trivy-action@0.0.12
with:
scan-type: 'image'
vuln-type: os
Expand Down

0 comments on commit b340412

Please sign in to comment.