From 67297f2a8e9a6a0857502307d214de26edd27d5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 20:00:13 +0000 Subject: [PATCH] Bump aquasecurity/trivy-action from 0.12.0 to 0.13.1 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.12.0 to 0.13.1. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/fbd16365eb88e12433951383f5e99bd901fc618f...f78e9ecf42a1271402d4f484518b9313235990e1) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/reuse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index d20883f3..44a4c3ac 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -77,7 +77,7 @@ jobs: ${{ runner.os }}-go- - name: Run Trivy vulnerability scanner in repo mode if: ${{inputs.tag == 'release'}} - uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f # v0.12.0 + uses: aquasecurity/trivy-action@f78e9ecf42a1271402d4f484518b9313235990e1 # v0.13.1 with: scan-type: 'fs' ignore-unfixed: true