Skip to content

Commit

Permalink
Bump aquasecurity/trivy-action in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.24.0...0.25.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 Oct 7, 2024
1 parent 69f533a commit e7aca8b
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
registry: ghcr.io/${{ github.repository_owner }}/${{ github.repository }}
username: ${{ github.actor }}
password: ${{ github.token }}
- uses: aquasecurity/trivy-action@0.24.0
- uses: aquasecurity/trivy-action@0.25.0
with:
image-ref: ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:main
format: sarif
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
registry: ghcr.io/${{ github.repository_owner }}/${{ github.repository }}
username: ${{ github.actor }}
password: ${{ github.token }}
- uses: aquasecurity/trivy-action@0.24.0
- uses: aquasecurity/trivy-action@0.25.0
with:
image-ref: ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:pr-${{ github.event.pull_request.number }}
format: sarif
Expand Down

0 comments on commit e7aca8b

Please sign in to comment.