From cb66737782b3f5356b450e89409b9bad8528261d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 18:50:15 +0000 Subject: [PATCH] chore(deps): bump aquasecurity/trivy-action from 0.2.1 to 0.20.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.2.1 to 0.20.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.2.1...0.20.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 73d1d34..0042ed1 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -39,7 +39,7 @@ jobs: # test with specific version sudo hd i mde@v0.0.4 -f - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.2.1 + uses: aquasecurity/trivy-action@0.20.0 if: github.event_name == 'pull_request' with: scan-type: 'fs'