From a458c9be8b93d6b5c6a3782324dee277f1818a6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 05:28:12 +0000 Subject: [PATCH] chore: update aquasecurity/trivy-action digest to 6c175e9 --- .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 5d0d89d..209b121 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -20,7 +20,7 @@ jobs: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@53e8848d3e517db48b0e70ae4f648a12ae04fe02 # master + uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # master with: scan-type: 'fs' ignore-unfixed: true