From 0bf00d61222784b70bb809922e4b90bb064bf9f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 11:15:09 -0500 Subject: [PATCH] chore: bump aquasecurity/trivy-action from 0.9.2 to 0.10.0 (#7333) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index c7033169b3..96dfe99fec 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -140,7 +140,7 @@ jobs: echo "image=$(cat "$image_job")" >> $GITHUB_OUTPUT - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@1f0aa582c8c8f5f7639610d6d38baddfea4fdcee + uses: aquasecurity/trivy-action@e5f43133f6e8736992c9f3c1b3296e24b37e17f2 with: image-ref: ${{ steps.build.outputs.image }} format: sarif