Skip to content

Commit 2f90814

Browse files
authored
Merge pull request #97 from kernel/sayan/kernel-1191-finalize-scope-of-repos-under-elevated-vulnerability
ci: add Semgrep SAST scanning on pull requests
2 parents 41c233b + 97ea78d commit 2f90814

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/semgrep.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)