diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-11-14 13:30:30 -0500 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-11-21 14:36:15 -0500 |
| commit | 09d4bf5cd9c95c588d3ec22edea5db1f5f146900 (patch) | |
| tree | e16d82c983b6836c96210b0a02f61343b2ce46b7 /.github | |
| parent | a523d5c8336f5f7f5e24a1cc8034ce65aedec3c6 (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 '.github')
| -rw-r--r-- | .github/workflows/linters.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index b5359efc3d..de73eadf5d 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -60,3 +60,14 @@ jobs: uses: actions/checkout@v5 - name: black uses: psf/black@stable + + zizmor: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v5 + - name: Run zizmor + uses: zizmorcore/zizmor-action@e673c3917a1aef3c65c972347ed84ccd013ecda4 # v0.2.0 + with: + advanced-security: false + annotations: true |
