File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 2323 release_branch :
2424 required : true
2525 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)
2641 schedule :
2742 - cron : " 0 0 * * *"
2843
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ jobs:
235235
236236 e2e :
237237 name : E2E
238- uses : ./ .github/workflows/run-e2e-tests-on-operator .yaml
238+ uses : IABTechLab/uid2-shared-actions/ .github/workflows/shared- run-e2e-tests.yaml@v3
239239 needs : buildImage
240240 with :
241241 operator_type : gcp
You can’t perform that action at this time.
0 commit comments