From 81749894cd928f37f511dd0807a28893c81c16bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 23:10:19 +0000 Subject: [PATCH] Bump aquasecurity/trivy-action from 0.11.2 to 0.12.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.11.2 to 0.12.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.11.2...0.12.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/reusable-trivy-scan-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-trivy-scan-image.yaml b/.github/workflows/reusable-trivy-scan-image.yaml index 05a01a6..b5661ea 100644 --- a/.github/workflows/reusable-trivy-scan-image.yaml +++ b/.github/workflows/reusable-trivy-scan-image.yaml @@ -59,7 +59,7 @@ jobs: echo "Image to scan: ${{ inputs.image }}" - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.11.2 + uses: aquasecurity/trivy-action@0.12.0 with: image-ref: ${{ inputs.image }} format: table # table, json, sarif