From a46c7e4b65625ba43e4528c73142cca9410b21f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 04:52:44 +0000 Subject: [PATCH] chore: update aquasecurity/trivy-action digest to df65449 --- .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 6eada1d..a934cff 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -20,7 +20,7 @@ jobs: - name: Checkout repository uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # master + uses: aquasecurity/trivy-action@df65449f48b89ca7da6699b2d7620f4eaac2355b # master with: scan-type: 'fs' ignore-unfixed: true