Skip to content

Commit a4fad7c

Browse files
committed
Add Security Workflow
1 parent 3e85bd3 commit a4fad7c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/security.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Security Testing
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
types: [ opened, synchronize ]
7+
8+
jobs:
9+
sast:
10+
uses: p2p-org/security-workflows/.github/workflows/sast.yaml@main
11+
secrets: inherit
12+
sca:
13+
uses: p2p-org/security-workflows/.github/workflows/sca.yaml@main
14+
secrets: inherit

0 commit comments

Comments
 (0)