Skip to content

Add Zizmor Scanning on push/pull request #5

Add Zizmor Scanning on push/pull request

Add Zizmor Scanning on push/pull request #5

Workflow file for this run

name: GitHub Actions Security Analysis with zizmor 🌈
on:
schedule:
# Daily
- cron: "23 7 * * *"
push:
paths:
- .github/workflows/*
pull_request:
paths:
- .github/workflows/*
permissions: {}
jobs:
zizmor:
name: Run zizmor 🌈
runs-on: ubuntu-latest
permissions:
security-events: write
# contents: read # only needed for private repos
# actions: read # only needed for private repos
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Run zizmor 🌈
uses: zizmorcore/zizmor-action@e673c3917a1aef3c65c972347ed84ccd013ecda4 # v0.2.0