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: remove before merging mr | |
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 | |
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 |