diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6f3c9ac5e..879b64d76 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,11 @@ npm run test ## Local Development We have a script to scan a given PR for vulnerabilities, this will -help you test your local changes. Make sure to [grab a Personal Access Token (PAT)](https://github.com/settings/tokens) before proceeding! +help you test your local changes. Make sure to [grab a Personal Access Token (PAT)](https://github.com/settings/tokens) before proceeding (you'll need `repo` permissions for private repos): + +Screenshot 2022-05-12 at 10 22 21 + +The syntax of the script is: ```sh $ GITHUB_TOKEN= ./scripts/scan_pr