Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Zizmor Security Scan

on:
push:
branches: [main]
paths:
- ".github/workflows/**"
pull_request:
paths:
- ".github/workflows/**"
workflow_dispatch:

permissions:
contents: read

jobs:
zizmor-scan:
runs-on: ubuntu-latest
name: Zizmor GitHub Actions Security Scan
permissions:
contents: read
security-events: write

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Run zizmor security scan
run: uvx zizmor --persona=pedantic --min-severity=medium --min-confidence=medium --format=github .github/workflows/
continue-on-error: true
45 changes: 0 additions & 45 deletions .github/workflows/zizmor_sarif.yml

This file was deleted.

24 changes: 0 additions & 24 deletions zizmor.sarif

This file was deleted.

6 changes: 6 additions & 0 deletions zizmor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rules:
unpinned-uses:
config:
policies:
actions/*: ref-pin
github/*: ref-pin
Loading