Skip to content

Dependabot Slack alerts #202

Dependabot Slack alerts

Dependabot Slack alerts #202

name: Dependabot Slack alerts
permissions:
contents: read
security-events: read
on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:
jobs:
notify-vulnerabilites:
runs-on: ubuntu-latest
steps:
# Latest version available at: https://github.com/kunalnagarco/action-cve/releases
- name: Notify Vulnerabilities
uses: kunalnagarco/[email protected]
with:
severity: high,critical
token: "${{ secrets.DEPENDABOT_GITHUB_TOKEN }}"
slack_webhook: "${{ secrets.DEPENDABOT_SLACK_WEBHOOK }}"