We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41c233b + 97ea78d commit 2f90814Copy full SHA for 2f90814
1 file changed
.github/workflows/semgrep.yml
@@ -0,0 +1,17 @@
1
+name: Semgrep
2
+
3
+on:
4
+ pull_request:
5
+ branches: [main]
6
7
+permissions:
8
+ contents: read
9
+ pull-requests: write
10
11
+jobs:
12
+ scan:
13
+ uses: kernel/security-workflows/.github/workflows/semgrep.yml@main
14
+ with:
15
+ extra-configs: '--config p/python --config p/trailofbits'
16
+ codebase-description: 'Stainless-generated Python SDK for the Kernel API (public PyPI package used by customers)'
17
+ secrets: inherit
0 commit comments