Skip to content

Commit e4f9967

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: - GITHUB_TOKEN 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 997b8da commit e4f9967

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: Run Hypatia scan
29+
env:
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2931
run: |
3032
echo "Hypatia neurosymbolic scan (placeholder)"
3133
echo "Scans: code patterns, security vulnerabilities, architectural smells"

0 commit comments

Comments
 (0)