This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -euo pipefail | |
# Simple security scanner for vulnerable npm packages | |
# Checks all repos in an organization for specific package versions | |
# | |
# REQUIREMENTS FOR MACOS: | |
# ----------------------- | |
# 1. Install GitHub CLI: | |
# brew install gh |