Skip to content

Commit 2d00be9

Browse files
committed
octoguard reusable workflow
Signed-off-by: CrazyMax <[email protected]>
1 parent b7aece1 commit 2d00be9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/octoguard.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: octoguard
2+
3+
on:
4+
workflow_call:
5+
6+
permissions:
7+
contents: read
8+
actions: read
9+
10+
jobs:
11+
zizmor:
12+
uses: ./.github/workflows/zizmor.yml
13+
permissions:
14+
contents: read
15+
actions: read
16+
security-events: write
17+
with:
18+
zizmor_version: 1.5.2

0 commit comments

Comments
 (0)