Skip to content

Commit

Permalink
chore(deps): bump aquasecurity/trivy-action from 0.16.0 to 0.16.1 (#108)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
1 parent 0c59d5f commit 019f2c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- run: docker image ls

- name: Trivy Vulnerability Scan
uses: aquasecurity/[email protected].0
uses: aquasecurity/[email protected].1
with:
image-ref: ${{ env.BUILD_TAG }}
format: table
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
readme-filepath: ./README.md

- name: Trivy Vulnerability Scan
uses: aquasecurity/[email protected].0
uses: aquasecurity/[email protected].1
with:
image-ref: ghcr.io/purpleclay/imds-mock:latest
format: template
Expand Down

0 comments on commit 019f2c1

Please sign in to comment.