diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml new file mode 100644 index 000000000..9c0dae79b --- /dev/null +++ b/.github/workflows/zizmor.yml @@ -0,0 +1,33 @@ +name: zizmor + +permissions: + contents: read + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +on: + workflow_dispatch: + push: + branches: + - 'master' + - 'v[0-9]*' + tags: + - 'v*' + pull_request: + paths-ignore: + - '.github/releases.json' + +jobs: + zizmor: + uses: crazy-max/.github/.github/workflows/zizmor.yml@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0 + permissions: + contents: read + security-events: write + with: + version: v1.22.0 + min-severity: medium + min-confidence: medium + persona: pedantic + no-online-audits: true