Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/notify-ci-failure.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Notify CI Failure on Main

on:
workflow_run:
workflows: ['Lint, Test, Coverage and Deploy']
types: [completed]
branches: [main]

jobs:
check-and-notify:
uses: 'ForestAdmin/github-workflows/.github/workflows/notify-ci-failure.yml@main'
secrets: inherit
13 changes: 13 additions & 0 deletions .github/workflows/vulnerability-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Vulnerability Scan and Slack Notification

on:
schedule:
# Run every friday at 9 AM UTC
- cron: '0 9 * * 5'
workflow_dispatch:

jobs:
vulnerability-scan:
name: Scan and Send Slack notification
uses: 'ForestAdmin/github-workflows/.github/workflows/vulnerability-scan.yml@main'
secrets: inherit