From a8ddc6926c09e7b94053925529aa834518cc6691 Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Wed, 20 Aug 2025 10:13:22 -0400 Subject: [PATCH] Fix a broken link to exit codes (#1106) --- docs/integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations.md b/docs/integrations.md index b41314ff..329ece56 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -125,7 +125,7 @@ GitHub Actions setup: !!! important When using `--format=sarif`, `zizmor` does not use its - [exit codes](#exit-codes) to signal the presence of findings. As a result, + [exit codes](usage.md/#exit-codes) to signal the presence of findings. As a result, `zizmor` will always exit with code `0` even if findings are present, **unless** an internal error occurs during the audit.