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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,5 @@ The `pwn request scanner` is a simple tool that doesn't go into depths of analyz
11
11
You can run the scanner as:
12
12
13
13
* GitHub Action in your repository. Just copy the [sample workflow](.github/workflows/sample.yml) or fork the repository and run the workflow from your fork.
14
+
* Run `node dist/index.js <github_owner> <repo_name>` in a codespace.
14
15
* Locally running the [index.js](dist/index.js) script from the dist folder. Set environment variable `GITHUB_TOKEN` to your Personal Access Token (PAT).
0 commit comments