We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a591f commit 924a2a3Copy full SHA for 924a2a3
.github/workflows/security_scan_repo.yml
@@ -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