Skip to content

Commit 44bf52e

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 d49a209 commit 44bf52e

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
@@ -11,6 +11,9 @@ on:
1111

1212
permissions:
1313
contents: read
14+
# security-events: read lets the built-in GITHUB_TOKEN query this
15+
# repo\'s own Dependabot alerts via the Hypatia DependabotAlerts rule.
16+
security-events: read
1417
security-events: write
1518

1619
jobs:

0 commit comments

Comments
 (0)