File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 1919 - CRITICAL,HIGH,MEDIUM
2020 - CRITICAL (DO NOT use if JIRA ticket not raised)
2121 workflow_call :
22- inputs :
23- release_branch :
24- required : true
25- type : string
26- release_type :
27- type : choice
28- description : The type of release
29- options :
30- - Patch
31- - Minor
32- - Major
33- - Snapshot
34- vulnerability_severity :
35- description : The severity to fail the workflow if such vulnerability is detected. DO NOT override it unless a Jira ticket is raised.
36- type : choice
37- options :
38- - CRITICAL,HIGH
39- - CRITICAL,HIGH,MEDIUM
40- - CRITICAL (DO NOT use if JIRA ticket not raised)
22+ inputs :
23+ release_branch :
24+ required : true
25+ type : string
26+ release_type :
27+ type : choice
28+ description : The type of release
29+ options :
30+ - Patch
31+ - Minor
32+ - Major
33+ - Snapshot
34+ vulnerability_severity :
35+ description : The severity to fail the workflow if such vulnerability is detected. DO NOT override it unless a Jira ticket is raised.
36+ type : choice
37+ options :
38+ - CRITICAL,HIGH
39+ - CRITICAL,HIGH,MEDIUM
40+ - CRITICAL (DO NOT use if JIRA ticket not raised)
4141 schedule :
4242 - cron : " 0 0 * * *"
4343
You can’t perform that action at this time.
0 commit comments