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: Vulnerability Scan Failure Slack Notify | ||
| on: | ||
| push: # todo: will remove before merging | ||
| workflow_dispatch: | ||
| schedule: | ||
| - cron: '0 16 * * 1' # 16:00 every Monday | ||
| jobs: | ||
| vulnerability-scan-failure-notify: | ||
| uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-vulnerability-scan-failure-notify.yaml@ccm-UID2-4528-report-faillures-on-scheduled-vulnerability-detection-runs # todo: change to v3 before merging | ||
|
Check failure on line 10 in .github/workflows/test-vul.yaml
|
||
| secrets: inherit | ||
| with: | ||
| scan_type: fs | ||
| vulnerability-scan-failure-compare-version: | ||
| uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-vulnerability-scan-filesystem-failure-notify.yaml@ccm-UID2-4528-report-faillures-on-scheduled-vulnerability-detection-runs # todo: change to v3 before merging | ||
| secrets: inherit | ||