Skip to content
Merged
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
31 changes: 19 additions & 12 deletions socket.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# Socket.dev repo config (socket.yml v2; schema = @socketsecurity/config 3.0.1).
#
# WHAT THIS FILE BINDS: which Socket GitHub App surfaces run on this repo (the
# "Socket Security: Pull Request Alerts" and "Project Report" checks, the PR
# dependency table), the paths Socket ignores, and that no user is exempt.
#
# WHAT IT CANNOT BIND: the ACTION per alert type (block / warn / monitor / ignore).
# That lives in the org Security Policy in the Socket dashboard, scoped by repo
# label, and is enforced here by the branch ruleset requiring the
# "Socket Security: Pull Request Alerts" check. A `deferTo:` block in this file is
# SILENTLY DROPPED by the parser (verified 2026-09-02 with readSocketConfig, ops-3pdm)
# — do not add one. `issueRules` here only takes booleans keyed by alert type.
version: 2
projectIgnorePaths:
- "node_modules"
- "test"
- "docs"
issueRules:
supplyChainRisk:
deferTo: error
vulnerabilities:
deferTo: error
quality:
deferTo: warn
anomalies:
deferTo: error
- node_modules
githubApp:
enabled: true
projectReportsEnabled: true
pullRequestAlertsEnabled: true
dependencyOverviewEnabled: true
ignoreUsers: []
Loading