Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
1 parent 5e7a2c5 commit 0198a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ jobs:
print("TRIVYIGNORE_PATHS", ",".join(paths), sep="=", file=f)
- name: Scan IaC code
uses: aquasecurity/[email protected].0
uses: aquasecurity/[email protected].1
id: trivy-scan
with:
exit-code: '0'
Expand Down Expand Up @@ -428,7 +428,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Submit SBOM results to Dependency Snapshots
uses: aquasecurity/[email protected].0
uses: aquasecurity/[email protected].1
with:
scan-type: 'fs'
format: 'github'
Expand Down

0 comments on commit 0198a35

Please sign in to comment.