32 lines
590 B
YAML
32 lines
590 B
YAML
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:
|
|
|
|
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
|