Skip to content

Add security analysis with zizmor #3

Add security analysis with zizmor

Add security analysis with zizmor #3

name: GitHub Actions Security Analysis with zizmor 🌈

Check failure on line 1 in .github/workflows/security-analysis.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/security-analysis.yml

Invalid workflow file

(Line: 19, Col: 9): There's not enough info to determine what you meant. Add one of these properties: cancel, run, shell, uses, wait, wait-all, with, working-directory
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
permissions: {}
jobs:
zizmor:
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read # only needed for private or internal repos
actions: read # only needed for private or internal repos
steps:
- name: Checkout repository
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Run zizmor 🌈
uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0
with:
inputs: |
.github/