Skip to content

Commit 9f41864

Browse files
authored
ci: add shared security workflow and remove redundant zizmor (#111)
1 parent 6666571 commit 9f41864

2 files changed

Lines changed: 15 additions & 26 deletions

File tree

.github/workflows/security.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Security
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
8+
workflow_dispatch:
9+
10+
jobs:
11+
security:
12+
uses: damoun/.github/.github/workflows/security.yml@d2685ca401b760ab8b62406364eb263cc9b6fdb1 # main
13+
permissions:
14+
contents: read
15+
security-events: write

.github/workflows/zizmor.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)