From 80a612e68ae6edd181953b46e4793048874a634c Mon Sep 17 00:00:00 2001 From: Sam Ezebunandu Date: Mon, 19 May 2025 10:37:18 -0600 Subject: [PATCH] periodic zizmor: add pedantic flag --- .github/workflows/periodic-zizmor.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/periodic-zizmor.yaml b/.github/workflows/periodic-zizmor.yaml index fde47b8..53ffedc 100644 --- a/.github/workflows/periodic-zizmor.yaml +++ b/.github/workflows/periodic-zizmor.yaml @@ -81,6 +81,7 @@ jobs: shell: sh run: >- uvx zizmor@"${ZIZMOR_VERSION}" + --pedantic --format sarif --min-severity "${MIN_SEVERITY}" --min-confidence "${MIN_CONFIDENCE}"