From 7ffd3d0c8353f8fa27ccdee682b06811439c8652 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 23:02:23 +0000 Subject: [PATCH] chore(deps): update anchore/scan-action action to v7.4.2 --- .github/workflows/security.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index faa6147..79b559c 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -21,7 +21,7 @@ jobs: - name: Run Grype vulnerability scanner in fs mode id: grype-scan - uses: anchore/scan-action@e1165082ffb1fe366ebaf02d8526e7c4989ea9d2 # v7.4.0 + uses: anchore/scan-action@27805bf3b4e84b4a5c980df22ed233c00390a439 # v7.4.2 with: path: "." output-format: "sarif" @@ -66,7 +66,7 @@ jobs: - name: Run Grype vulnerability scanner on image id: grype-scan - uses: anchore/scan-action@e1165082ffb1fe366ebaf02d8526e7c4989ea9d2 # v7.4.0 + uses: anchore/scan-action@27805bf3b4e84b4a5c980df22ed233c00390a439 # v7.4.2 with: image: ${{ steps.ko-build.outputs.IMAGE }} output-format: "sarif"