UNPKG

mcp-server-semgrep

Version:

MCP Server for Semgrep Integration - static code analysis with AI

36 lines (33 loc) 617 B
--- on: pull_request: {} push: # ok: semgrep-github-action-push-without-branches branches: - main name: Semgrep jobs: semgrep: name: Scan runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: returntocorp/semgrep-action@v1 with: publishToken: abc --- on: pull_request: {} push: # ruleid: semgrep-github-action-push-without-branches branches: name: Semgrep jobs: semgrep: name: Scan runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: returntocorp/semgrep-action@v1 with: publishToken: abc