Skip to content

Commit 924a2a3

Browse files
feat: add security scan workflow
1 parent 73a591f commit 924a2a3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Security Scan Repo
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- master
8+
- develop
9+
- tools
10+
- release/*
11+
schedule:
12+
- cron: "0 10 * * 1"
13+
14+
permissions:
15+
contents: read
16+
pull-requests: write
17+
security-events: write
18+
checks: write
19+
actions: read
20+
21+
jobs:
22+
security_scan:
23+
uses: ZeroGachis/.github/.github/workflows/security_scan_repo.yml@v4
24+
secrets: inherit

0 commit comments

Comments
 (0)