From fafe1ecb37e8d9654f0ed3dd2c1fb019f87176ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:22:56 +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/scan.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scan.yaml b/.github/workflows/scan.yaml index 10b30e6..4d64ee8 100644 --- a/.github/workflows/scan.yaml +++ b/.github/workflows/scan.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: Scan Image - uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f # 0.12.0 + uses: aquasecurity/trivy-action@f78e9ecf42a1271402d4f484518b9313235990e1 # 0.13.1 with: scan-type: image security-checks: vuln diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 54f72ce..f4256f0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -108,7 +108,7 @@ jobs: - name: Checkout Code uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.4.0 - name: Scan Repo - uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f # master + uses: aquasecurity/trivy-action@f78e9ecf42a1271402d4f484518b9313235990e1 # master with: scan-type: 'fs' ignore-unfixed: true