Skip to content

Commit

Permalink
add action-cve workflow to post high, critical severity dependabot al…
Browse files Browse the repository at this point in the history
…erts to slack (#361)
  • Loading branch information
tom-webber authored May 22, 2024
1 parent 5a42fef commit f0fdae0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/check-for-vulnerabilities.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Check for Vulnerabilities'

on:
schedule:
- cron: '0 */6 * * *' # every 6 hours

jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: kunalnagarco/[email protected]
with:
token: ${{ secrets.VULN_CHECK_PERSONAL_ACCESS_TOKEN }}
slack_webhook: ${{ secrets.VULN_CHECK_SLACK_WEBHOOK }}
severity: high,critical

0 comments on commit f0fdae0

Please sign in to comment.