https://github.com/hjfitz/org-scanner
🐙 Github Organisation Scanner
https://github.com/hjfitz/org-scanner
github scanner static-source-analysis
Last synced: about 2 months ago
JSON representation
🐙 Github Organisation Scanner
- Host: GitHub
- URL: https://github.com/hjfitz/org-scanner
- Owner: hjfitz
- Created: 2019-08-22T07:24:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T07:20:27.000Z (about 6 years ago)
- Last Synced: 2025-01-14T03:37:47.597Z (over 1 year ago)
- Topics: github, scanner, static-source-analysis
- Language: JavaScript
- Homepage:
- Size: 8.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Org Scanner
Use this to scan an entire GitHub organisation for:
1. Access keys
2. Unsafe dependencies
3. Static source code analysis (JavaScript only)
# Usage
1. Clone: `git clone git@github.com:hjfitz/org-scanner.git`
2. Install Node dependencies: `npm install` (or `yarn`)
3. Set up environment: `echo GITHUB_ACCESS_TOKEN=$MYGHACCESSTOKEN>.env`
4. Run: `node list-and-clone`
## One Repo
If you want to scan one repo, you can forgo a lot of the setup. Simply use **scan.sh**:
```bash
~ $ ./scan.sh $REPO_URL $ACCESS_TOKEN $REPO_NAME
```