From 2c5a48027ee9e93097e9ab7e45b87df40ff51126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 14:34:30 +0000 Subject: [PATCH] chore(deps): bump aquasecurity/trivy-action from 0.2.5 to 0.3.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.2.5 to 0.3.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/2b30463ddb3d11724a04e760e020c7d9af24d8b3...4b9b6fb4ef28b31450391a93ade098bb00de584e) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28729b7c..fccc800b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,7 +157,7 @@ jobs: - name: Run vulnerability scanner in repo mode if: github.actor != 'dependabot[bot]' - uses: aquasecurity/trivy-action@2b30463ddb3d11724a04e760e020c7d9af24d8b3 # 0.2.1 + uses: aquasecurity/trivy-action@4b9b6fb4ef28b31450391a93ade098bb00de584e # 0.2.1 with: scan-type: 'fs' ignore-unfixed: false @@ -168,7 +168,7 @@ jobs: - name: Run vulnerability scanner in repo mode if: github.actor == 'dependabot[bot]' - uses: aquasecurity/trivy-action@2b30463ddb3d11724a04e760e020c7d9af24d8b3 # 0.2.1 + uses: aquasecurity/trivy-action@4b9b6fb4ef28b31450391a93ade098bb00de584e # 0.2.1 with: scan-type: 'fs' ignore-unfixed: false