ci(zizmor): remove broad zizmor ignores (#22199)

This commit is contained in:
samypr100
2025-12-29 04:52:30 -05:00
committed by GitHub
parent fde33baaa5
commit e71fd9c040
3 changed files with 9 additions and 23 deletions

View File

@@ -20,6 +20,12 @@ on:
env:
RUFF_BASE_IMG: ghcr.io/${{ github.repository_owner }}/ruff
permissions:
contents: read
# TODO(zanieb): Ideally, this would be `read` on dry-run but that will require
# significant changes to the workflow.
packages: write # zizmor: ignore[excessive-permissions]
jobs:
docker-build:
name: Build Docker image (ghcr.io/astral-sh/ruff) for ${{ matrix.platform }}

View File

@@ -17,6 +17,9 @@ on:
required: true
type: string
permissions:
contents: read
jobs:
mkdocs:
runs-on: ubuntu-latest