Skip to content

Commit 54f8cf6

Browse files
igotinfectedclaude
andauthored
✨ add zizmor workflow security analysis (#54)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 6fcff34 commit 54f8cf6

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/zizmor.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Workflow security analysis
2+
3+
permissions: {}
4+
5+
on:
6+
workflow_dispatch:
7+
push:
8+
branches: [main]
9+
pull_request:
10+
branches: [main]
11+
12+
jobs:
13+
zizmor:
14+
name: zizmor
15+
permissions:
16+
contents: read
17+
actions: read
18+
security-events: write
19+
uses: Spillgebees/admin/.github/workflows/zizmor.yml@a71d815a53f77f9cabca802b4bd9b69fe2fcd96e # main

0 commit comments

Comments
 (0)