From 35c8d9755ed276bb3f25e8e0f818c2a852e7d07d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:23:50 +0000 Subject: [PATCH] Bump aquasecurity/trivy-action from 0.11.2 to 0.15.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.11.2 to 0.15.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/41f05d9ecffa2ed3f1580af306000f734b733e54...22d2755f774d925b191a185b74e782a4b0638a41) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c35914c7..c6a602e1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -153,7 +153,7 @@ jobs: - name: Checkout Code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: Scan Repo - uses: aquasecurity/trivy-action@41f05d9ecffa2ed3f1580af306000f734b733e54 # master + uses: aquasecurity/trivy-action@22d2755f774d925b191a185b74e782a4b0638a41 # master with: scan-type: 'fs' ignore-unfixed: true