From 7608a86d93402b8a71f0282d9578da7d0fbb5285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 14:19:25 +0000 Subject: [PATCH] Deps: Bump aquasecurity/trivy-action from 0.35.0 to 0.36.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.35.0 to 0.36.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/57a97c7e7821a5776cebc9bb87c984fa69cba8f1...ed142fd0673e97e23eac54620cfb913e5ce36c25) --- 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] --- .github/workflows/generate-and-push-sbom-with-trivy-3rd-gen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-and-push-sbom-with-trivy-3rd-gen.yml b/.github/workflows/generate-and-push-sbom-with-trivy-3rd-gen.yml index 28d61c1..a83e7c6 100644 --- a/.github/workflows/generate-and-push-sbom-with-trivy-3rd-gen.yml +++ b/.github/workflows/generate-and-push-sbom-with-trivy-3rd-gen.yml @@ -70,7 +70,7 @@ jobs: - self-hosted-generic-vm-amd64 steps: - name: Scan image in a private registry - uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0 + uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # 0.36.0 env: TRIVY_USERNAME: ${{ secrets[inputs.image-registry-username-secret-name] }} TRIVY_PASSWORD: ${{ secrets[inputs.image-registry-password-secret-name] }}