Skip to content

Commit d95fcc6

Browse files
Add security scan workflow (#93)
Co-authored-by: ghas-codeql-deployment[bot] <189771093+ghas-codeql-deployment[bot]@users.noreply.github.com>
1 parent 574bc82 commit d95fcc6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: "Code Scanning"
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- master
10+
workflow_dispatch:
11+
12+
permissions:
13+
actions: write
14+
contents: read
15+
security-events: write
16+
packages: read
17+
pull-requests: read
18+
19+
20+
jobs:
21+
code-scan-analysis:
22+
name: Code Scan Analysis
23+
secrets: inherit
24+
uses: meltwater/sec-global-gh-actions/.github/workflows/codeql-horusec-analysis.yml@main

0 commit comments

Comments
 (0)