Skip to content

Commit

Permalink
Bump aquasecurity/trivy-action in /.github/workflows (#166)
Browse files Browse the repository at this point in the history
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.25.0 to 0.27.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.25.0...0.27.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Titsworth <[email protected]>
  • Loading branch information
dependabot[bot] and tylertitsworth authored Oct 16, 2024
1 parent c8aaef0 commit 3999ad0
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.25.0
- uses: aquasecurity/trivy-action@0.27.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.25.0
- uses: aquasecurity/trivy-action@0.27.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 3999ad0

Please sign in to comment.