ci(canaries): add alerting to provisioned k8s clusters #7473
Workflow file for this run
This file contains hidden or 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: . 🕵🏼 Security scanner | |
| on: | |
| push: | |
| merge_group: | |
| schedule: | |
| # Scheduled to run at 8 a.m on every day-of-week from Monday through Friday. | |
| - cron: '0 8 * * 1-5' | |
| workflow_dispatch: | |
| jobs: | |
| security: | |
| uses: ./.github/workflows/component_security.yml | |
| secrets: | |
| slack_webhook: ${{ secrets.CAOS_SLACK_WEBHOOK }} |