Skip to content

Commit

Permalink
chore(deps): bump aquasecurity/trivy-action from 0.16.1 to 0.19.0
Browse files Browse the repository at this point in the history
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.16.1 to 0.19.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.16.1...0.19.0)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent 76effa7 commit 7e91d76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: make test-integration

- name: Run Tunnel vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.16.1
uses: aquasecurity/trivy-action@0.19.0
with:
scan-type: 'fs'
ignore-unfixed: true
Expand All @@ -55,7 +55,7 @@ jobs:
sarif_file: 'tunnel-results.sarif'

- name: Run Tunnel vulnerability scanner in IaC mode
uses: aquasecurity/trivy-action@0.16.1
uses: aquasecurity/trivy-action@0.19.0
with:
scan-type: 'config'
hide-progress: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/khulnasoft-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Tunnel vulnerability scanner against Khulnasoft Cloud
uses: aquasecurity/trivy-action@0.16.1
uses: aquasecurity/trivy-action@0.19.0
with:
scan-type: 'fs'
hide-progress: true
Expand Down

0 comments on commit 7e91d76

Please sign in to comment.