Fetch dependabot alerts via node script and log it to a slack webhook
Inkove the reportVulsToSlack
script via node:
node reportVulsToSlack.js <repository-owner> <repository-name> <github-private-access-token> <slack-webhook-url>
- repository-owner: Name of the owner of the repository
- repository-name: Name of the repository
- github-private-access-token: A GitHub Private Access Token with at least permission to public_repo and security_events
- slack-webhook-url: A Slack webhook url the report should be send to