Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions npx/sentry-mcp-server/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ provenance:

# Security allowlist for known false positives
security:
# Server requires SENTRY_ACCESS_TOKEN to start - cannot be scanned in CI
insecure_ignore: true
# Mock env vars allow security scanning without real credentials
mock_env:
- name: SENTRY_ACCESS_TOKEN
value: "sntrys_mock_token_for_security_scanning_00000"
description: "Sentry access token - mock value for security scanning"
allowed_issues:
- code: "AITech-9.1"
reason: |
Expand Down
Loading