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

Check failure on line 13 in .github/workflows/semgrep.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/semgrep.yml

Invalid workflow file

error parsing called workflow ".github/workflows/semgrep.yml" -> "kernel/security-workflows/.github/workflows/semgrep.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
extra-configs: '--config p/javascript --config p/typescript'
codebase-description: 'Hosted MCP server handling authenticated tool execution and browser session data'
secrets: inherit