We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3811cab commit df4ee38Copy full SHA for df4ee38
.github/workflows/security.yaml
@@ -0,0 +1,10 @@
1
+name: Security Testing
2
+
3
+on:
4
+ pull_request:
5
+ types: [ opened, synchronize ]
6
7
+jobs:
8
+ sast:
9
+ uses: p2p-org/security-workflows/.github/workflows/sast.yaml@main
10
+ secrets: inherit
0 commit comments