From ecf3fb977b0882fcd2553539b3b206ad6786f06d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 04:37:12 +0000 Subject: [PATCH] deps: update aquasecurity/trivy-action digest to b2933f5 --- .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 be3518da7..aaef587df 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -31,7 +31,7 @@ jobs: - name: Checkout repository uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@b2cd5ff52c525099076ae4f4178bc8e9b4da89ec # master + uses: aquasecurity/trivy-action@b2933f565dbc598b29947660e66259e3c7bc8561 # master with: scan-type: 'fs' ignore-unfixed: true