From 0b8c1ff0d606959792cad7ace85111482c8f42af Mon Sep 17 00:00:00 2001 From: Federico Builes Date: Thu, 12 May 2022 10:25:45 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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