You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This is a set of scripts that use these APIs to access and manage alerts. The sc
12
12
13
13
- Python 3.10 or higher
14
14
- Install dependencies with `python3 -mpip install -r requirements.txt`
15
-
- Put a suitable GitHub token in your environment in `GITHUB_TOKEN`
15
+
- Put a suitable GitHub token in your environment in `GITHUB_TOKEN`, for example with `GITHUB_TOKEN=$(gh auth token)` before the command
16
16
- requires read access to GitHub Advanced Security alerts
17
17
- requires read access to the repository, organization or Enterprise you are querying
18
18
- Note that Secret Scanning alerts are only available to admins of the repository, organization or Enterprise, a security manager, or where explicitly enabled by the repository owner
0 commit comments