Skip to content

Send vulnerabilities found by Dependabot to Slack #25

Send vulnerabilities found by Dependabot to Slack

Send vulnerabilities found by Dependabot to Slack #25

name: Send vulnerabilities found by Dependabot to Slack
on:
schedule:
- cron: '0 0 * * 0'
jobs:
Notify-Vulnerabilites:
runs-on: ubuntu-latest
steps:
- name: Notify Vulnerabilities
uses: kunalnagarco/[email protected]
with:
token: ${{ secrets.SLACK_PERSONAL_ACCESS_TOKEN }}
slack_webhook: ${{ secrets.SLACK_CORE_WEBHOOK }}