From f511c4cba1018bef652161b98a8ef59c7b5f5429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:08:52 +0000 Subject: [PATCH] chore(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/0.35.0...v0.36.0) --- 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/reusable-cve-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-cve-scan.yml b/.github/workflows/reusable-cve-scan.yml index ad9fb69..47a1369 100644 --- a/.github/workflows/reusable-cve-scan.yml +++ b/.github/workflows/reusable-cve-scan.yml @@ -95,7 +95,7 @@ jobs: fi - name: Run Trivy - uses: aquasecurity/trivy-action@0.35.0 # NOSONAR githubactions:S7637 - verified action creator + uses: aquasecurity/trivy-action@v0.36.0 # NOSONAR githubactions:S7637 - verified action creator env: TRIVY_DISABLE_VEX_NOTICE: 'true' TRIVY_SHOW_SUPPRESSED: 'true'