Skip to content

Dependabot vulerabilities notification to Slack #9

Dependabot vulerabilities notification to Slack

Dependabot vulerabilities notification to Slack #9

name: 'Dependabot vulerabilities notification to Slack'
on:
schedule:
- cron: '0 10 * * 1' # Cron - every Monday at 10.00AM UTC
# Allows to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
Notify-Vulnerabilities:
runs-on: ubuntu-latest
steps:
- name: Notify Vulnerabilities
uses: kunalnagarco/action-cve@v1.12.14
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
slack_webhook: ${{ secrets.SLACK_WEBHOOK }}