22 lines
654 B
YAML
22 lines
654 B
YAML
name: GitHub Actions security analysis with zizmor
|
|
on:
|
|
pull_request:
|
|
paths: ["**/*.yaml?"]
|
|
push:
|
|
branches: [main, stable]
|
|
paths: ["**/*.yaml?"]
|
|
permissions: {}
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
|
cancel-in-progress: true
|
|
jobs:
|
|
zizmor:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
with:
|
|
persist-credentials: false
|
|
- uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0
|
|
with:
|
|
advanced-security: false
|
|
annotations: true
|