From 8d327fb6fb33d11285cfc46ea4ca3c3be9366a1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 15:49:52 +0000 Subject: [PATCH] Bump aquasecurity/trivy-action Bumps the github_actions group with 1 update in the /.github/workflows directory: [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action). Updates `aquasecurity/trivy-action` from 0.33.1 to 0.34.0 - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.33.1...0.34.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.34.0 dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/example-trivy-upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/example-trivy-upload.yml b/.github/workflows/example-trivy-upload.yml index 026c007..5e5157f 100644 --- a/.github/workflows/example-trivy-upload.yml +++ b/.github/workflows/example-trivy-upload.yml @@ -19,7 +19,7 @@ jobs: contents: read security-events: write steps: - - uses: aquasecurity/trivy-action@0.33.1 + - uses: aquasecurity/trivy-action@0.34.0 with: image-ref: nginx:1.22.1-alpine3.17 format: json