This Node script takes in a given org
and repo
to dump out all Dependabot Alerts in the Security tab page.
- Clone this repo to your local machine
- Create a filed called
.env
- Create a GitHub Personal Access Token with
repo
permission - Add the token to your
.env
file asGITHUB_TOKEN=insert-token-here
- Run
npm install
then runget-dependabot-alerts.js
withorg
andrepo
npm install
node get-dependabot-alerts.js octodemo activemq > output.csv
This project is licensed under the MIT License.