We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f7f707 + 3dfcd52 commit 784e97eCopy full SHA for 784e97e
1 file changed
.github/workflows/hypatia-scan.yml
@@ -55,6 +55,11 @@ jobs:
55
56
- name: Run Hypatia scan
57
id: scan
58
+ env:
59
+ # Hypatia uses Dependabot alerts as one of its signal sources.
60
+ # Without GITHUB_TOKEN it warns and exits 1. The default GITHUB_TOKEN
61
+ # has the security_events:read scope needed to query alerts.
62
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
run: |
64
echo "Scanning repository: ${{ github.repository }}"
65
0 commit comments