You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: The severity to fail the workflow if such vulnerability is detected. DO NOT override it unless a Jira ticket is raised. DO NOT use 'CRITICAL' unless a Jira ticket is raised.
8
+
type: choice
9
+
options:
10
+
- CRITICAL,HIGH
11
+
- CRITICAL,HIGH,MEDIUM
12
+
- CRITICAL
13
+
default: 'CRITICAL,HIGH'
14
+
schedule:
15
+
- cron: '0 16 * * *'# 9:00 AM GMT -7
16
+
- cron: '0 0 * * *'# 5:00 PM GMT -7
17
+
18
+
jobs:
19
+
vulnerability-scan-failure-notify:
20
+
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
0 commit comments