From 3b2cec2135e2784d1850d35dbbf655cb8ba15d8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:16:56 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.25.0 --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index e930894..c5ffeee 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4 - name: Run Trivy - uses: aquasecurity/trivy-action@0.24.0 + uses: aquasecurity/trivy-action@0.25.0 with: scan-ref: . scan-type: ${{ matrix.scan-type }}