Skip to content

Commit

Permalink
chore(deps): bump aquasecurity/trivy-action from 0.12.0 to 0.15.0
Browse files Browse the repository at this point in the history
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.12.0 to 0.15.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.12.0...0.15.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 Dec 5, 2023
1 parent 3b85254 commit 5dbf37a
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-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- run: docker run ${{ env.BUILD_TAG }}

- name: Trivy Vulnerability Scan
uses: aquasecurity/trivy-action@0.12.0
uses: aquasecurity/trivy-action@0.15.0
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 @@ -83,7 +83,7 @@ jobs:
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.GH_TWITTER_ACCESS_TOKEN_SECRET }}

- name: Trivy Vulnerability Scan
uses: aquasecurity/trivy-action@0.12.0
uses: aquasecurity/trivy-action@0.15.0
with:
image-ref: ghcr.io/gembaadvantage/uplift:latest
format: template
Expand Down

0 comments on commit 5dbf37a

Please sign in to comment.