summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-11-14 13:30:30 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2025-11-21 14:36:15 -0500
commit09d4bf5cd9c95c588d3ec22edea5db1f5f146900 (patch)
treee16d82c983b6836c96210b0a02f61343b2ce46b7 /tox.ini
parenta523d5c8336f5f7f5e24a1cc8034ce65aedec3c6 (diff)
Added GitHub Actions linter (zizmor).
At the direction of the Security Team. Thanks Markus Holtermann, Jake Howard, and Natalia Bidart for reviews.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 8d4698f084..9888bff0b8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,6 +14,7 @@ envlist =
docs
isort
lint-docs
+ zizmor
# Add environment to use the default python3 installation
[testenv:py3]
@@ -98,3 +99,11 @@ deps = sphinx-lint
changedir = docs
commands =
make lint
+
+[testenv:zizmor]
+basepython = python3
+usedevelop = false
+deps = zizmor >= 1.16.3
+changedir = {toxinidir}
+commands =
+ zizmor .