ci: add centralized vuln remediation workflow #8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Semgrep | |
| on: | |
| pull_request: | |
| branches: [main] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| scan: | |
| uses: kernel/security-workflows/.github/workflows/semgrep.yml@main | |
| with: | |
| extra-configs: '--config p/javascript --config p/typescript --config p/trailofbits' | |
| codebase-description: 'Stainless-generated TypeScript/Node SDK for the Kernel API (public npm package used by customers)' | |
| secrets: inherit |