Skip to content

Commit 4e11cf6

Browse files
hyperpolymathclaude
andcommitted
ci: wire hypatia-scan.yml to query own Dependabot alerts
Auto-sweep follow-up to the Hypatia DependabotAlerts severity floor that landed in verification-ecosystem/hypatia commit 75a36ce (2026-04-17). For the rule to actually return findings, the per-repo hypatia-scan.yml needs: - security-events Without these, scan_from_path returns HTTP 403 and the rule silently returns no findings. Cross-ref: 007-lang/audits/audit-dependabot-automation-gap-2026-04-17.md Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c76d503 commit 4e11cf6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313

1414
permissions:
1515
contents: read
16+
# security-events: read lets the built-in GITHUB_TOKEN query this
17+
# repo\'s own Dependabot alerts via the Hypatia DependabotAlerts rule.
18+
security-events: read
1619

1720
jobs:
1821
scan:

0 commit comments

Comments
 (0)