Skip to content

ci: add Semgrep SAST scanning on pull requests #1

ci: add Semgrep SAST scanning on pull requests

ci: add Semgrep SAST scanning on pull requests #1

Workflow file for this run

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/python --config p/trailofbits'
codebase-description: 'Stainless-generated Python SDK for the Kernel API (public PyPI package used by customers)'
secrets: inherit