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:43:27 -0500
commitfe3db5bcbb175d9b32c4ca2f03dc95d22ad2f77b (patch)
treed2e9ae366d3c8a811d9e04597af75c82b002d67f /tox.ini
parent2f0947146f48e9cacf671d5e6b3860f1caa5538a (diff)
[5.2.x] Added GitHub Actions linter (zizmor).
At the direction of the Security Team. Thanks Markus Holtermann, Jake Howard, and Natalia Bidart for reviews. Backport of 09d4bf5cd9c95c588d3ec22edea5db1f5f146900 from main.
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 9d4bab43b4..c402171c16 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,6 +13,7 @@ envlist =
flake8
docs
isort
+ zizmor
# Add environment to use the default python3 installation
[testenv:py3]
@@ -87,3 +88,11 @@ allowlist_externals =
commands =
npm install
npm test
+
+[testenv:zizmor]
+basepython = python3
+usedevelop = false
+deps = zizmor >= 1.16.3
+changedir = {toxinidir}
+commands =
+ zizmor .