This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git


The following commit(s) were added to refs/heads/main by this push:
     new 8ab77c0  Add zizmor to the pre-commit checks
8ab77c0 is described below

commit 8ab77c00ffd647afdb6bd323e9bb7f0a1866b2a8
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Aug 29 15:03:42 2025 +0100

    Add zizmor to the pre-commit checks
---
 .pre-commit-config.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 50f0024..83a6aa5 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -59,6 +59,11 @@ repos:
       exclude: 
"atr/static/css/bootstrap\\..*\\.css$|atr/static/css/bootstrap\\-.*\\.css$|atr/static/css/normalize\\.css$|atr/static/css/mermaid\\.min\\.css$"
       types_or: ['css']
       args: ['--fix']
+- repo: https://github.com/woodruffw/zizmor-pre-commit
+  rev: v1.11.0
+  hooks:
+    - id: zizmor
+      args: [--min-severity, low]
 - repo: local
   hooks:
     - id: ruff


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to