Skip to content

Commit 4342b62

Browse files
chore(deps): bump aquasecurity/trivy-action from 0.23.0 to 0.36.0 (#324)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.23.0 to 0.36.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](aquasecurity/trivy-action@7c2007b...ed142fd) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b4b747 commit 4342b62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
# the moving @master ref. continue-on-error was previously enabled to
8787
# suppress scan flakes; removed so HIGH/CRITICAL findings actually
8888
# block the build.
89-
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2 # v0.30.0
89+
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.30.0
9090
with:
9191
image-ref: ${{ env.IMAGE_PREFIX }}/spine:${{ matrix.bin }}-${{ github.sha }}
9292
format: 'table'
@@ -153,7 +153,7 @@ jobs:
153153
# the moving @master ref. continue-on-error was previously enabled to
154154
# suppress scan flakes; removed so HIGH/CRITICAL findings actually
155155
# block the build.
156-
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2 # v0.30.0
156+
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.30.0
157157
with:
158158
image-ref: ${{ env.IMAGE_PREFIX }}/${{ matrix.image }}:${{ github.sha }}
159159
format: 'table'

0 commit comments

Comments
 (0)