Skip to content

Commit 0574d71

Browse files
Bump aquasecurity/trivy-action from 0.7.1 to 0.8.0 (#288)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](aquasecurity/trivy-action@0.7.1...0.8.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33d57ac commit 0574d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
no-cache: ${{ github.event_name != 'pull_request' }}
203203

204204
- name: Run Trivy vulnerability scanner
205-
uses: aquasecurity/trivy-action@0.7.1
205+
uses: aquasecurity/trivy-action@0.8.0
206206
continue-on-error: true
207207
with:
208208
image-ref: ghcr.io/nginxinc/nginx-kubernetes-gateway:${{ steps.meta.outputs.version }}

0 commit comments

Comments
 (0)