Skip to content

Fetch dependabot alerts via node script and log it to a slack webhook

License

Notifications You must be signed in to change notification settings

Seppo007/GH_Dependabot_Slack_Integration

Repository files navigation

GitHub Dependabot Slack Integration javascript runner

Fetch dependabot alerts via node script and log it to a slack webhook

How to use

Inkove the reportVulsToSlack script via node:

node reportVulsToSlack.js <repository-owner> <repository-name> <github-private-access-token> <slack-webhook-url>

Arguments:

  • 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

About

Fetch dependabot alerts via node script and log it to a slack webhook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published