Send vulnerabilities found by Dependabot to Slack #26
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/action-cve@v1.7.15 | |
with: | |
token: ${{ secrets.SLACK_PERSONAL_ACCESS_TOKEN }} | |
slack_webhook: ${{ secrets.SLACK_CORE_WEBHOOK }} |