Skip to content

Commit 393b3c3

Browse files
Bump aquasecurity/trivy-action from 0.33.0 to 0.33.1
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.33.0 to 0.33.1. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](aquasecurity/trivy-action@0.33.0...0.33.1) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f574d47 commit 393b3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
gh-token: ${{ secrets.GITHUB_TOKEN }}
4747

4848
- name: "Run Trivy vulnerability scanner on ${{ matrix.docker-image }}"
49-
uses: aquasecurity/[email protected].0
49+
uses: aquasecurity/[email protected].1
5050
# docker run --rm -v trivy_cache:/root/.cache/ aquasec/trivy image ghcr.io/b3partners/brmo-service:snapshot
5151
with:
5252
image-ref: "ghcr.io/b3partners/${{ matrix.docker-image }}:snapshot"

0 commit comments

Comments
 (0)