harness-mcp-v2 3.2.19 → 3.2.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +146 -75
- package/build/client/harness-client.d.ts.map +1 -1
- package/build/client/harness-client.js +32 -6
- package/build/client/harness-client.js.map +1 -1
- package/build/config.d.ts +10 -0
- package/build/config.d.ts.map +1 -1
- package/build/config.js +15 -0
- package/build/config.js.map +1 -1
- package/build/data/schemas/v0/pipeline.d.ts.map +1 -1
- package/build/data/schemas/v0/pipeline.js +1388 -580
- package/build/data/schemas/v0/pipeline.js.map +1 -1
- package/build/data/schemas/v0/template.d.ts.map +1 -1
- package/build/data/schemas/v0/template.js +1142 -166
- package/build/data/schemas/v0/template.js.map +1 -1
- package/build/data/schemas/v1/pipeline.d.ts.map +1 -1
- package/build/data/schemas/v1/pipeline.js +302 -90
- package/build/data/schemas/v1/pipeline.js.map +1 -1
- package/build/data/schemas/v1/template.d.ts.map +1 -1
- package/build/data/schemas/v1/template.js +708 -488
- package/build/data/schemas/v1/template.js.map +1 -1
- package/build/prompts/deploy-ai-agent.d.ts +3 -0
- package/build/prompts/deploy-ai-agent.d.ts.map +1 -0
- package/build/prompts/deploy-ai-agent.js +300 -0
- package/build/prompts/deploy-ai-agent.js.map +1 -0
- package/build/prompts/feature-flag-rollout.d.ts.map +1 -1
- package/build/prompts/feature-flag-rollout.js +19 -8
- package/build/prompts/feature-flag-rollout.js.map +1 -1
- package/build/prompts/index.d.ts.map +1 -1
- package/build/prompts/index.js +2 -0
- package/build/prompts/index.js.map +1 -1
- package/build/registry/extractors.d.ts +87 -10
- package/build/registry/extractors.d.ts.map +1 -1
- package/build/registry/extractors.js +426 -26
- package/build/registry/extractors.js.map +1 -1
- package/build/registry/index.d.ts.map +1 -1
- package/build/registry/index.js +34 -15
- package/build/registry/index.js.map +1 -1
- package/build/registry/scope-utils.d.ts +45 -0
- package/build/registry/scope-utils.d.ts.map +1 -1
- package/build/registry/scope-utils.js +78 -0
- package/build/registry/scope-utils.js.map +1 -1
- package/build/registry/toolsets/chaos-descriptions.d.ts +72 -20
- package/build/registry/toolsets/chaos-descriptions.d.ts.map +1 -1
- package/build/registry/toolsets/chaos-descriptions.js +435 -140
- package/build/registry/toolsets/chaos-descriptions.js.map +1 -1
- package/build/registry/toolsets/chaos.d.ts.map +1 -1
- package/build/registry/toolsets/chaos.js +967 -193
- package/build/registry/toolsets/chaos.js.map +1 -1
- package/build/registry/toolsets/feature-flags.d.ts.map +1 -1
- package/build/registry/toolsets/feature-flags.js +888 -85
- package/build/registry/toolsets/feature-flags.js.map +1 -1
- package/build/registry/toolsets/governance.d.ts.map +1 -1
- package/build/registry/toolsets/governance.js +4 -0
- package/build/registry/toolsets/governance.js.map +1 -1
- package/build/registry/toolsets/iacm.d.ts.map +1 -1
- package/build/registry/toolsets/iacm.js +787 -11
- package/build/registry/toolsets/iacm.js.map +1 -1
- package/build/registry/toolsets/infrastructure.d.ts.map +1 -1
- package/build/registry/toolsets/infrastructure.js +30 -5
- package/build/registry/toolsets/infrastructure.js.map +1 -1
- package/build/registry/toolsets/pipelines.d.ts.map +1 -1
- package/build/registry/toolsets/pipelines.js +208 -5
- package/build/registry/toolsets/pipelines.js.map +1 -1
- package/build/registry/toolsets/release-management.d.ts +8 -0
- package/build/registry/toolsets/release-management.d.ts.map +1 -0
- package/build/registry/toolsets/release-management.js +783 -0
- package/build/registry/toolsets/release-management.js.map +1 -0
- package/build/registry/toolsets/sto.d.ts.map +1 -1
- package/build/registry/toolsets/sto.js +93 -17
- package/build/registry/toolsets/sto.js.map +1 -1
- package/build/registry/types.d.ts +52 -4
- package/build/registry/types.d.ts.map +1 -1
- package/build/resources/harness-schema.d.ts.map +1 -1
- package/build/resources/harness-schema.js +2 -1
- package/build/resources/harness-schema.js.map +1 -1
- package/build/tools/entity-schema/live.d.ts +6 -5
- package/build/tools/entity-schema/live.d.ts.map +1 -1
- package/build/tools/entity-schema/live.js +114 -10
- package/build/tools/entity-schema/live.js.map +1 -1
- package/build/tools/entity-schema/types.d.ts +7 -1
- package/build/tools/entity-schema/types.d.ts.map +1 -1
- package/build/tools/harness-create.d.ts.map +1 -1
- package/build/tools/harness-create.js +5 -1
- package/build/tools/harness-create.js.map +1 -1
- package/build/tools/harness-delete.d.ts.map +1 -1
- package/build/tools/harness-delete.js +5 -1
- package/build/tools/harness-delete.js.map +1 -1
- package/build/tools/harness-execute.d.ts.map +1 -1
- package/build/tools/harness-execute.js +15 -9
- package/build/tools/harness-execute.js.map +1 -1
- package/build/tools/harness-get.d.ts.map +1 -1
- package/build/tools/harness-get.js +5 -1
- package/build/tools/harness-get.js.map +1 -1
- package/build/tools/harness-list.d.ts.map +1 -1
- package/build/tools/harness-list.js +18 -2
- package/build/tools/harness-list.js.map +1 -1
- package/build/tools/harness-schema.d.ts +2 -1
- package/build/tools/harness-schema.d.ts.map +1 -1
- package/build/tools/harness-schema.js +10 -8
- package/build/tools/harness-schema.js.map +1 -1
- package/build/tools/harness-update.d.ts.map +1 -1
- package/build/tools/harness-update.js +5 -1
- package/build/tools/harness-update.js.map +1 -1
- package/build/tools/index.js +1 -1
- package/build/tools/index.js.map +1 -1
- package/build/utils/url-parser.d.ts +2 -0
- package/build/utils/url-parser.d.ts.map +1 -1
- package/build/utils/url-parser.js +55 -0
- package/build/utils/url-parser.js.map +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
|
@@ -7325,6 +7325,10 @@ const schema = {
|
|
|
7325
7325
|
},
|
|
7326
7326
|
{
|
|
7327
7327
|
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
7328
|
+
},
|
|
7329
|
+
{
|
|
7330
|
+
"type": "string",
|
|
7331
|
+
"pattern": "^$"
|
|
7328
7332
|
}
|
|
7329
7333
|
]
|
|
7330
7334
|
},
|
|
@@ -29697,6 +29701,196 @@ const schema = {
|
|
|
29697
29701
|
}
|
|
29698
29702
|
]
|
|
29699
29703
|
},
|
|
29704
|
+
"GitleaksScanNode": {
|
|
29705
|
+
"title": "GitleaksScanNode",
|
|
29706
|
+
"type": "object",
|
|
29707
|
+
"required": [
|
|
29708
|
+
"identifier",
|
|
29709
|
+
"name",
|
|
29710
|
+
"spec",
|
|
29711
|
+
"type"
|
|
29712
|
+
],
|
|
29713
|
+
"properties": {
|
|
29714
|
+
"description": {
|
|
29715
|
+
"type": "string",
|
|
29716
|
+
"desc": "This is the description for GitleaksScanNode"
|
|
29717
|
+
},
|
|
29718
|
+
"enforce": {
|
|
29719
|
+
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
29720
|
+
},
|
|
29721
|
+
"failureStrategies": {
|
|
29722
|
+
"oneOf": [
|
|
29723
|
+
{
|
|
29724
|
+
"type": "array",
|
|
29725
|
+
"items": {
|
|
29726
|
+
"$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
|
|
29727
|
+
}
|
|
29728
|
+
},
|
|
29729
|
+
{
|
|
29730
|
+
"type": "string",
|
|
29731
|
+
"pattern": "^<\\+input>$",
|
|
29732
|
+
"minLength": 1
|
|
29733
|
+
}
|
|
29734
|
+
]
|
|
29735
|
+
},
|
|
29736
|
+
"identifier": {
|
|
29737
|
+
"type": "string",
|
|
29738
|
+
"pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
|
|
29739
|
+
},
|
|
29740
|
+
"name": {
|
|
29741
|
+
"type": "string",
|
|
29742
|
+
"pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
|
|
29743
|
+
},
|
|
29744
|
+
"strategy": {
|
|
29745
|
+
"oneOf": [
|
|
29746
|
+
{
|
|
29747
|
+
"$ref": "#/definitions/pipeline/common/StrategyConfig"
|
|
29748
|
+
},
|
|
29749
|
+
{
|
|
29750
|
+
"type": "string",
|
|
29751
|
+
"pattern": "^<\\+input>$",
|
|
29752
|
+
"minLength": 1
|
|
29753
|
+
}
|
|
29754
|
+
]
|
|
29755
|
+
},
|
|
29756
|
+
"timeout": {
|
|
29757
|
+
"type": "string",
|
|
29758
|
+
"pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
|
|
29759
|
+
},
|
|
29760
|
+
"type": {
|
|
29761
|
+
"type": "string",
|
|
29762
|
+
"enum": [
|
|
29763
|
+
"Gitleaks"
|
|
29764
|
+
]
|
|
29765
|
+
},
|
|
29766
|
+
"when": {
|
|
29767
|
+
"oneOf": [
|
|
29768
|
+
{
|
|
29769
|
+
"$ref": "#/definitions/pipeline/common/StepWhenCondition"
|
|
29770
|
+
},
|
|
29771
|
+
{
|
|
29772
|
+
"type": "string",
|
|
29773
|
+
"pattern": "^<\\+input>$",
|
|
29774
|
+
"minLength": 1
|
|
29775
|
+
}
|
|
29776
|
+
]
|
|
29777
|
+
}
|
|
29778
|
+
},
|
|
29779
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
29780
|
+
"allOf": [
|
|
29781
|
+
{
|
|
29782
|
+
"if": {
|
|
29783
|
+
"properties": {
|
|
29784
|
+
"type": {
|
|
29785
|
+
"const": "Gitleaks"
|
|
29786
|
+
}
|
|
29787
|
+
}
|
|
29788
|
+
},
|
|
29789
|
+
"then": {
|
|
29790
|
+
"properties": {
|
|
29791
|
+
"spec": {
|
|
29792
|
+
"$ref": "#/definitions/pipeline/steps/common/GitleaksStepInfo"
|
|
29793
|
+
}
|
|
29794
|
+
}
|
|
29795
|
+
}
|
|
29796
|
+
}
|
|
29797
|
+
]
|
|
29798
|
+
},
|
|
29799
|
+
"SonarqubeScanNode": {
|
|
29800
|
+
"title": "SonarqubeScanNode",
|
|
29801
|
+
"type": "object",
|
|
29802
|
+
"required": [
|
|
29803
|
+
"identifier",
|
|
29804
|
+
"name",
|
|
29805
|
+
"spec",
|
|
29806
|
+
"type"
|
|
29807
|
+
],
|
|
29808
|
+
"properties": {
|
|
29809
|
+
"description": {
|
|
29810
|
+
"type": "string",
|
|
29811
|
+
"desc": "This is the description for SonarqubeScanNode"
|
|
29812
|
+
},
|
|
29813
|
+
"enforce": {
|
|
29814
|
+
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
29815
|
+
},
|
|
29816
|
+
"failureStrategies": {
|
|
29817
|
+
"oneOf": [
|
|
29818
|
+
{
|
|
29819
|
+
"type": "array",
|
|
29820
|
+
"items": {
|
|
29821
|
+
"$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
|
|
29822
|
+
}
|
|
29823
|
+
},
|
|
29824
|
+
{
|
|
29825
|
+
"type": "string",
|
|
29826
|
+
"pattern": "^<\\+input>$",
|
|
29827
|
+
"minLength": 1
|
|
29828
|
+
}
|
|
29829
|
+
]
|
|
29830
|
+
},
|
|
29831
|
+
"identifier": {
|
|
29832
|
+
"type": "string",
|
|
29833
|
+
"pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
|
|
29834
|
+
},
|
|
29835
|
+
"name": {
|
|
29836
|
+
"type": "string",
|
|
29837
|
+
"pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
|
|
29838
|
+
},
|
|
29839
|
+
"strategy": {
|
|
29840
|
+
"oneOf": [
|
|
29841
|
+
{
|
|
29842
|
+
"$ref": "#/definitions/pipeline/common/StrategyConfig"
|
|
29843
|
+
},
|
|
29844
|
+
{
|
|
29845
|
+
"type": "string",
|
|
29846
|
+
"pattern": "^<\\+input>$",
|
|
29847
|
+
"minLength": 1
|
|
29848
|
+
}
|
|
29849
|
+
]
|
|
29850
|
+
},
|
|
29851
|
+
"timeout": {
|
|
29852
|
+
"type": "string",
|
|
29853
|
+
"pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
|
|
29854
|
+
},
|
|
29855
|
+
"type": {
|
|
29856
|
+
"type": "string",
|
|
29857
|
+
"enum": [
|
|
29858
|
+
"Sonarqube"
|
|
29859
|
+
]
|
|
29860
|
+
},
|
|
29861
|
+
"when": {
|
|
29862
|
+
"oneOf": [
|
|
29863
|
+
{
|
|
29864
|
+
"$ref": "#/definitions/pipeline/common/StepWhenCondition"
|
|
29865
|
+
},
|
|
29866
|
+
{
|
|
29867
|
+
"type": "string",
|
|
29868
|
+
"pattern": "^<\\+input>$",
|
|
29869
|
+
"minLength": 1
|
|
29870
|
+
}
|
|
29871
|
+
]
|
|
29872
|
+
}
|
|
29873
|
+
},
|
|
29874
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
29875
|
+
"allOf": [
|
|
29876
|
+
{
|
|
29877
|
+
"if": {
|
|
29878
|
+
"properties": {
|
|
29879
|
+
"type": {
|
|
29880
|
+
"const": "Sonarqube"
|
|
29881
|
+
}
|
|
29882
|
+
}
|
|
29883
|
+
},
|
|
29884
|
+
"then": {
|
|
29885
|
+
"properties": {
|
|
29886
|
+
"spec": {
|
|
29887
|
+
"$ref": "#/definitions/pipeline/steps/common/SonarqubeStepInfo"
|
|
29888
|
+
}
|
|
29889
|
+
}
|
|
29890
|
+
}
|
|
29891
|
+
}
|
|
29892
|
+
]
|
|
29893
|
+
},
|
|
29700
29894
|
"CIVolume": {
|
|
29701
29895
|
"title": "CIVolume",
|
|
29702
29896
|
"type": "object",
|
|
@@ -35935,6 +36129,21 @@ const schema = {
|
|
|
35935
36129
|
}
|
|
35936
36130
|
]
|
|
35937
36131
|
},
|
|
36132
|
+
"reuse": {
|
|
36133
|
+
"oneOf": [
|
|
36134
|
+
{
|
|
36135
|
+
"type": "string",
|
|
36136
|
+
"not": {
|
|
36137
|
+
"pattern": "^<\\+.*>.*$"
|
|
36138
|
+
}
|
|
36139
|
+
},
|
|
36140
|
+
{
|
|
36141
|
+
"type": "string",
|
|
36142
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\))*$",
|
|
36143
|
+
"minLength": 1
|
|
36144
|
+
}
|
|
36145
|
+
]
|
|
36146
|
+
},
|
|
35938
36147
|
"markNextChangeSetRun": {
|
|
35939
36148
|
"type": "boolean"
|
|
35940
36149
|
},
|
|
@@ -36170,6 +36379,21 @@ const schema = {
|
|
|
36170
36379
|
}
|
|
36171
36380
|
]
|
|
36172
36381
|
},
|
|
36382
|
+
"reuse": {
|
|
36383
|
+
"oneOf": [
|
|
36384
|
+
{
|
|
36385
|
+
"type": "string",
|
|
36386
|
+
"not": {
|
|
36387
|
+
"pattern": "^<\\+.*>.*$"
|
|
36388
|
+
}
|
|
36389
|
+
},
|
|
36390
|
+
{
|
|
36391
|
+
"type": "string",
|
|
36392
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\))*$",
|
|
36393
|
+
"minLength": 1
|
|
36394
|
+
}
|
|
36395
|
+
]
|
|
36396
|
+
},
|
|
36173
36397
|
"resources": {
|
|
36174
36398
|
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
36175
36399
|
},
|
|
@@ -36386,6 +36610,21 @@ const schema = {
|
|
|
36386
36610
|
}
|
|
36387
36611
|
]
|
|
36388
36612
|
},
|
|
36613
|
+
"reuse": {
|
|
36614
|
+
"oneOf": [
|
|
36615
|
+
{
|
|
36616
|
+
"type": "string",
|
|
36617
|
+
"not": {
|
|
36618
|
+
"pattern": "^<\\+.*>.*$"
|
|
36619
|
+
}
|
|
36620
|
+
},
|
|
36621
|
+
{
|
|
36622
|
+
"type": "string",
|
|
36623
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\))*$",
|
|
36624
|
+
"minLength": 1
|
|
36625
|
+
}
|
|
36626
|
+
]
|
|
36627
|
+
},
|
|
36389
36628
|
"excludeChangeLogFile": {
|
|
36390
36629
|
"type": "boolean"
|
|
36391
36630
|
},
|
|
@@ -36497,6 +36736,21 @@ const schema = {
|
|
|
36497
36736
|
}
|
|
36498
36737
|
]
|
|
36499
36738
|
},
|
|
36739
|
+
"reuse": {
|
|
36740
|
+
"oneOf": [
|
|
36741
|
+
{
|
|
36742
|
+
"type": "string",
|
|
36743
|
+
"not": {
|
|
36744
|
+
"pattern": "^<\\+.*>.*$"
|
|
36745
|
+
}
|
|
36746
|
+
},
|
|
36747
|
+
{
|
|
36748
|
+
"type": "string",
|
|
36749
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\))*$",
|
|
36750
|
+
"minLength": 1
|
|
36751
|
+
}
|
|
36752
|
+
]
|
|
36753
|
+
},
|
|
36500
36754
|
"excludeChangeLogFile": {
|
|
36501
36755
|
"type": "boolean"
|
|
36502
36756
|
},
|
|
@@ -36998,6 +37252,21 @@ const schema = {
|
|
|
36998
37252
|
}
|
|
36999
37253
|
]
|
|
37000
37254
|
},
|
|
37255
|
+
"reuse": {
|
|
37256
|
+
"oneOf": [
|
|
37257
|
+
{
|
|
37258
|
+
"type": "string",
|
|
37259
|
+
"not": {
|
|
37260
|
+
"pattern": "^<\\+.*>.*$"
|
|
37261
|
+
}
|
|
37262
|
+
},
|
|
37263
|
+
{
|
|
37264
|
+
"type": "string",
|
|
37265
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|default|regex)\\(.+?\\))*$",
|
|
37266
|
+
"minLength": 1
|
|
37267
|
+
}
|
|
37268
|
+
]
|
|
37269
|
+
},
|
|
37001
37270
|
"resources": {
|
|
37002
37271
|
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
37003
37272
|
},
|
|
@@ -37108,6 +37377,21 @@ const schema = {
|
|
|
37108
37377
|
}
|
|
37109
37378
|
]
|
|
37110
37379
|
},
|
|
37380
|
+
"reuse": {
|
|
37381
|
+
"oneOf": [
|
|
37382
|
+
{
|
|
37383
|
+
"type": "string",
|
|
37384
|
+
"not": {
|
|
37385
|
+
"pattern": "^<\\+.*>.*$"
|
|
37386
|
+
}
|
|
37387
|
+
},
|
|
37388
|
+
{
|
|
37389
|
+
"type": "string",
|
|
37390
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|default|regex)\\(.+?\\))*$",
|
|
37391
|
+
"minLength": 1
|
|
37392
|
+
}
|
|
37393
|
+
]
|
|
37394
|
+
},
|
|
37111
37395
|
"resources": {
|
|
37112
37396
|
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
37113
37397
|
},
|
|
@@ -37323,6 +37607,21 @@ const schema = {
|
|
|
37323
37607
|
}
|
|
37324
37608
|
]
|
|
37325
37609
|
},
|
|
37610
|
+
"reuse": {
|
|
37611
|
+
"oneOf": [
|
|
37612
|
+
{
|
|
37613
|
+
"type": "string",
|
|
37614
|
+
"not": {
|
|
37615
|
+
"pattern": "^<\\+.*>.*$"
|
|
37616
|
+
}
|
|
37617
|
+
},
|
|
37618
|
+
{
|
|
37619
|
+
"type": "string",
|
|
37620
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|default|regex)\\(.+?\\))*$",
|
|
37621
|
+
"minLength": 1
|
|
37622
|
+
}
|
|
37623
|
+
]
|
|
37624
|
+
},
|
|
37326
37625
|
"resources": {
|
|
37327
37626
|
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
37328
37627
|
},
|
|
@@ -37427,6 +37726,21 @@ const schema = {
|
|
|
37427
37726
|
}
|
|
37428
37727
|
]
|
|
37429
37728
|
},
|
|
37729
|
+
"reuse": {
|
|
37730
|
+
"oneOf": [
|
|
37731
|
+
{
|
|
37732
|
+
"type": "string",
|
|
37733
|
+
"not": {
|
|
37734
|
+
"pattern": "^<\\+.*>.*$"
|
|
37735
|
+
}
|
|
37736
|
+
},
|
|
37737
|
+
{
|
|
37738
|
+
"type": "string",
|
|
37739
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|default|regex)\\(.+?\\))*$",
|
|
37740
|
+
"minLength": 1
|
|
37741
|
+
}
|
|
37742
|
+
]
|
|
37743
|
+
},
|
|
37430
37744
|
"resources": {
|
|
37431
37745
|
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
37432
37746
|
},
|
|
@@ -37672,6 +37986,21 @@ const schema = {
|
|
|
37672
37986
|
}
|
|
37673
37987
|
]
|
|
37674
37988
|
},
|
|
37989
|
+
"reuse": {
|
|
37990
|
+
"oneOf": [
|
|
37991
|
+
{
|
|
37992
|
+
"type": "string",
|
|
37993
|
+
"not": {
|
|
37994
|
+
"pattern": "^<\\+.*>.*$"
|
|
37995
|
+
}
|
|
37996
|
+
},
|
|
37997
|
+
{
|
|
37998
|
+
"type": "string",
|
|
37999
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|default|regex)\\(.+?\\))*$",
|
|
38000
|
+
"minLength": 1
|
|
38001
|
+
}
|
|
38002
|
+
]
|
|
38003
|
+
},
|
|
37675
38004
|
"resources": {
|
|
37676
38005
|
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
37677
38006
|
},
|
|
@@ -37806,6 +38135,21 @@ const schema = {
|
|
|
37806
38135
|
}
|
|
37807
38136
|
]
|
|
37808
38137
|
},
|
|
38138
|
+
"reuse": {
|
|
38139
|
+
"oneOf": [
|
|
38140
|
+
{
|
|
38141
|
+
"type": "string",
|
|
38142
|
+
"not": {
|
|
38143
|
+
"pattern": "^<\\+.*>.*$"
|
|
38144
|
+
}
|
|
38145
|
+
},
|
|
38146
|
+
{
|
|
38147
|
+
"type": "string",
|
|
38148
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|default|regex)\\(.+?\\))*$",
|
|
38149
|
+
"minLength": 1
|
|
38150
|
+
}
|
|
38151
|
+
]
|
|
38152
|
+
},
|
|
37809
38153
|
"resources": {
|
|
37810
38154
|
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
37811
38155
|
},
|
|
@@ -38025,6 +38369,21 @@ const schema = {
|
|
|
38025
38369
|
}
|
|
38026
38370
|
]
|
|
38027
38371
|
},
|
|
38372
|
+
"reuse": {
|
|
38373
|
+
"oneOf": [
|
|
38374
|
+
{
|
|
38375
|
+
"type": "string",
|
|
38376
|
+
"not": {
|
|
38377
|
+
"pattern": "^<\\+.*>.*$"
|
|
38378
|
+
}
|
|
38379
|
+
},
|
|
38380
|
+
{
|
|
38381
|
+
"type": "string",
|
|
38382
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\))*$",
|
|
38383
|
+
"minLength": 1
|
|
38384
|
+
}
|
|
38385
|
+
]
|
|
38386
|
+
},
|
|
38028
38387
|
"resources": {
|
|
38029
38388
|
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
38030
38389
|
},
|
|
@@ -40140,8 +40499,8 @@ const schema = {
|
|
|
40140
40499
|
}
|
|
40141
40500
|
]
|
|
40142
40501
|
},
|
|
40143
|
-
"
|
|
40144
|
-
"title": "
|
|
40502
|
+
"GrypeScanNode": {
|
|
40503
|
+
"title": "GrypeScanNode",
|
|
40145
40504
|
"type": "object",
|
|
40146
40505
|
"required": [
|
|
40147
40506
|
"identifier",
|
|
@@ -40152,7 +40511,7 @@ const schema = {
|
|
|
40152
40511
|
"properties": {
|
|
40153
40512
|
"description": {
|
|
40154
40513
|
"type": "string",
|
|
40155
|
-
"desc": "This is the description for
|
|
40514
|
+
"desc": "This is the description for GrypeScanNode"
|
|
40156
40515
|
},
|
|
40157
40516
|
"enforce": {
|
|
40158
40517
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -40199,7 +40558,7 @@ const schema = {
|
|
|
40199
40558
|
"type": {
|
|
40200
40559
|
"type": "string",
|
|
40201
40560
|
"enum": [
|
|
40202
|
-
"
|
|
40561
|
+
"Grype"
|
|
40203
40562
|
]
|
|
40204
40563
|
},
|
|
40205
40564
|
"when": {
|
|
@@ -40221,22 +40580,22 @@ const schema = {
|
|
|
40221
40580
|
"if": {
|
|
40222
40581
|
"properties": {
|
|
40223
40582
|
"type": {
|
|
40224
|
-
"const": "
|
|
40583
|
+
"const": "Grype"
|
|
40225
40584
|
}
|
|
40226
40585
|
}
|
|
40227
40586
|
},
|
|
40228
40587
|
"then": {
|
|
40229
40588
|
"properties": {
|
|
40230
40589
|
"spec": {
|
|
40231
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
40590
|
+
"$ref": "#/definitions/pipeline/steps/common/GrypeStepInfo"
|
|
40232
40591
|
}
|
|
40233
40592
|
}
|
|
40234
40593
|
}
|
|
40235
40594
|
}
|
|
40236
40595
|
]
|
|
40237
40596
|
},
|
|
40238
|
-
"
|
|
40239
|
-
"title": "
|
|
40597
|
+
"JfrogXrayScanNode": {
|
|
40598
|
+
"title": "JfrogXrayScanNode",
|
|
40240
40599
|
"type": "object",
|
|
40241
40600
|
"required": [
|
|
40242
40601
|
"identifier",
|
|
@@ -40247,7 +40606,7 @@ const schema = {
|
|
|
40247
40606
|
"properties": {
|
|
40248
40607
|
"description": {
|
|
40249
40608
|
"type": "string",
|
|
40250
|
-
"desc": "This is the description for
|
|
40609
|
+
"desc": "This is the description for JfrogXrayScanNode"
|
|
40251
40610
|
},
|
|
40252
40611
|
"enforce": {
|
|
40253
40612
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -40294,7 +40653,7 @@ const schema = {
|
|
|
40294
40653
|
"type": {
|
|
40295
40654
|
"type": "string",
|
|
40296
40655
|
"enum": [
|
|
40297
|
-
"
|
|
40656
|
+
"JfrogXray"
|
|
40298
40657
|
]
|
|
40299
40658
|
},
|
|
40300
40659
|
"when": {
|
|
@@ -40316,22 +40675,22 @@ const schema = {
|
|
|
40316
40675
|
"if": {
|
|
40317
40676
|
"properties": {
|
|
40318
40677
|
"type": {
|
|
40319
|
-
"const": "
|
|
40678
|
+
"const": "JfrogXray"
|
|
40320
40679
|
}
|
|
40321
40680
|
}
|
|
40322
40681
|
},
|
|
40323
40682
|
"then": {
|
|
40324
40683
|
"properties": {
|
|
40325
40684
|
"spec": {
|
|
40326
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
40685
|
+
"$ref": "#/definitions/pipeline/steps/common/JfrogXrayStepInfo"
|
|
40327
40686
|
}
|
|
40328
40687
|
}
|
|
40329
40688
|
}
|
|
40330
40689
|
}
|
|
40331
40690
|
]
|
|
40332
40691
|
},
|
|
40333
|
-
"
|
|
40334
|
-
"title": "
|
|
40692
|
+
"MendScanNode": {
|
|
40693
|
+
"title": "MendScanNode",
|
|
40335
40694
|
"type": "object",
|
|
40336
40695
|
"required": [
|
|
40337
40696
|
"identifier",
|
|
@@ -40342,7 +40701,7 @@ const schema = {
|
|
|
40342
40701
|
"properties": {
|
|
40343
40702
|
"description": {
|
|
40344
40703
|
"type": "string",
|
|
40345
|
-
"desc": "This is the description for
|
|
40704
|
+
"desc": "This is the description for MendScanNode"
|
|
40346
40705
|
},
|
|
40347
40706
|
"enforce": {
|
|
40348
40707
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -40389,7 +40748,7 @@ const schema = {
|
|
|
40389
40748
|
"type": {
|
|
40390
40749
|
"type": "string",
|
|
40391
40750
|
"enum": [
|
|
40392
|
-
"
|
|
40751
|
+
"Mend"
|
|
40393
40752
|
]
|
|
40394
40753
|
},
|
|
40395
40754
|
"when": {
|
|
@@ -40411,22 +40770,22 @@ const schema = {
|
|
|
40411
40770
|
"if": {
|
|
40412
40771
|
"properties": {
|
|
40413
40772
|
"type": {
|
|
40414
|
-
"const": "
|
|
40773
|
+
"const": "Mend"
|
|
40415
40774
|
}
|
|
40416
40775
|
}
|
|
40417
40776
|
},
|
|
40418
40777
|
"then": {
|
|
40419
40778
|
"properties": {
|
|
40420
40779
|
"spec": {
|
|
40421
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
40780
|
+
"$ref": "#/definitions/pipeline/steps/common/MendStepInfo"
|
|
40422
40781
|
}
|
|
40423
40782
|
}
|
|
40424
40783
|
}
|
|
40425
40784
|
}
|
|
40426
40785
|
]
|
|
40427
40786
|
},
|
|
40428
|
-
"
|
|
40429
|
-
"title": "
|
|
40787
|
+
"MetasploitScanNode": {
|
|
40788
|
+
"title": "MetasploitScanNode",
|
|
40430
40789
|
"type": "object",
|
|
40431
40790
|
"required": [
|
|
40432
40791
|
"identifier",
|
|
@@ -40437,7 +40796,7 @@ const schema = {
|
|
|
40437
40796
|
"properties": {
|
|
40438
40797
|
"description": {
|
|
40439
40798
|
"type": "string",
|
|
40440
|
-
"desc": "This is the description for
|
|
40799
|
+
"desc": "This is the description for MetasploitScanNode"
|
|
40441
40800
|
},
|
|
40442
40801
|
"enforce": {
|
|
40443
40802
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -40484,7 +40843,7 @@ const schema = {
|
|
|
40484
40843
|
"type": {
|
|
40485
40844
|
"type": "string",
|
|
40486
40845
|
"enum": [
|
|
40487
|
-
"
|
|
40846
|
+
"Metasploit"
|
|
40488
40847
|
]
|
|
40489
40848
|
},
|
|
40490
40849
|
"when": {
|
|
@@ -40506,22 +40865,22 @@ const schema = {
|
|
|
40506
40865
|
"if": {
|
|
40507
40866
|
"properties": {
|
|
40508
40867
|
"type": {
|
|
40509
|
-
"const": "
|
|
40868
|
+
"const": "Metasploit"
|
|
40510
40869
|
}
|
|
40511
40870
|
}
|
|
40512
40871
|
},
|
|
40513
40872
|
"then": {
|
|
40514
40873
|
"properties": {
|
|
40515
40874
|
"spec": {
|
|
40516
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
40875
|
+
"$ref": "#/definitions/pipeline/steps/common/MetasploitStepInfo"
|
|
40517
40876
|
}
|
|
40518
40877
|
}
|
|
40519
40878
|
}
|
|
40520
40879
|
}
|
|
40521
40880
|
]
|
|
40522
40881
|
},
|
|
40523
|
-
"
|
|
40524
|
-
"title": "
|
|
40882
|
+
"NessusScanNode": {
|
|
40883
|
+
"title": "NessusScanNode",
|
|
40525
40884
|
"type": "object",
|
|
40526
40885
|
"required": [
|
|
40527
40886
|
"identifier",
|
|
@@ -40532,7 +40891,7 @@ const schema = {
|
|
|
40532
40891
|
"properties": {
|
|
40533
40892
|
"description": {
|
|
40534
40893
|
"type": "string",
|
|
40535
|
-
"desc": "This is the description for
|
|
40894
|
+
"desc": "This is the description for NessusScanNode"
|
|
40536
40895
|
},
|
|
40537
40896
|
"enforce": {
|
|
40538
40897
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -40579,7 +40938,7 @@ const schema = {
|
|
|
40579
40938
|
"type": {
|
|
40580
40939
|
"type": "string",
|
|
40581
40940
|
"enum": [
|
|
40582
|
-
"
|
|
40941
|
+
"Nessus"
|
|
40583
40942
|
]
|
|
40584
40943
|
},
|
|
40585
40944
|
"when": {
|
|
@@ -40601,22 +40960,22 @@ const schema = {
|
|
|
40601
40960
|
"if": {
|
|
40602
40961
|
"properties": {
|
|
40603
40962
|
"type": {
|
|
40604
|
-
"const": "
|
|
40963
|
+
"const": "Nessus"
|
|
40605
40964
|
}
|
|
40606
40965
|
}
|
|
40607
40966
|
},
|
|
40608
40967
|
"then": {
|
|
40609
40968
|
"properties": {
|
|
40610
40969
|
"spec": {
|
|
40611
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
40970
|
+
"$ref": "#/definitions/pipeline/steps/common/NessusStepInfo"
|
|
40612
40971
|
}
|
|
40613
40972
|
}
|
|
40614
40973
|
}
|
|
40615
40974
|
}
|
|
40616
40975
|
]
|
|
40617
40976
|
},
|
|
40618
|
-
"
|
|
40619
|
-
"title": "
|
|
40977
|
+
"NexusIQScanNode": {
|
|
40978
|
+
"title": "NexusIQScanNode",
|
|
40620
40979
|
"type": "object",
|
|
40621
40980
|
"required": [
|
|
40622
40981
|
"identifier",
|
|
@@ -40627,7 +40986,7 @@ const schema = {
|
|
|
40627
40986
|
"properties": {
|
|
40628
40987
|
"description": {
|
|
40629
40988
|
"type": "string",
|
|
40630
|
-
"desc": "This is the description for
|
|
40989
|
+
"desc": "This is the description for NexusIQScanNode"
|
|
40631
40990
|
},
|
|
40632
40991
|
"enforce": {
|
|
40633
40992
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -40674,7 +41033,7 @@ const schema = {
|
|
|
40674
41033
|
"type": {
|
|
40675
41034
|
"type": "string",
|
|
40676
41035
|
"enum": [
|
|
40677
|
-
"
|
|
41036
|
+
"NexusIQ"
|
|
40678
41037
|
]
|
|
40679
41038
|
},
|
|
40680
41039
|
"when": {
|
|
@@ -40696,22 +41055,22 @@ const schema = {
|
|
|
40696
41055
|
"if": {
|
|
40697
41056
|
"properties": {
|
|
40698
41057
|
"type": {
|
|
40699
|
-
"const": "
|
|
41058
|
+
"const": "NexusIQ"
|
|
40700
41059
|
}
|
|
40701
41060
|
}
|
|
40702
41061
|
},
|
|
40703
41062
|
"then": {
|
|
40704
41063
|
"properties": {
|
|
40705
41064
|
"spec": {
|
|
40706
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
41065
|
+
"$ref": "#/definitions/pipeline/steps/common/NexusIQStepInfo"
|
|
40707
41066
|
}
|
|
40708
41067
|
}
|
|
40709
41068
|
}
|
|
40710
41069
|
}
|
|
40711
41070
|
]
|
|
40712
41071
|
},
|
|
40713
|
-
"
|
|
40714
|
-
"title": "
|
|
41072
|
+
"NiktoScanNode": {
|
|
41073
|
+
"title": "NiktoScanNode",
|
|
40715
41074
|
"type": "object",
|
|
40716
41075
|
"required": [
|
|
40717
41076
|
"identifier",
|
|
@@ -40722,7 +41081,7 @@ const schema = {
|
|
|
40722
41081
|
"properties": {
|
|
40723
41082
|
"description": {
|
|
40724
41083
|
"type": "string",
|
|
40725
|
-
"desc": "This is the description for
|
|
41084
|
+
"desc": "This is the description for NiktoScanNode"
|
|
40726
41085
|
},
|
|
40727
41086
|
"enforce": {
|
|
40728
41087
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -40769,7 +41128,7 @@ const schema = {
|
|
|
40769
41128
|
"type": {
|
|
40770
41129
|
"type": "string",
|
|
40771
41130
|
"enum": [
|
|
40772
|
-
"
|
|
41131
|
+
"Nikto"
|
|
40773
41132
|
]
|
|
40774
41133
|
},
|
|
40775
41134
|
"when": {
|
|
@@ -40791,22 +41150,22 @@ const schema = {
|
|
|
40791
41150
|
"if": {
|
|
40792
41151
|
"properties": {
|
|
40793
41152
|
"type": {
|
|
40794
|
-
"const": "
|
|
41153
|
+
"const": "Nikto"
|
|
40795
41154
|
}
|
|
40796
41155
|
}
|
|
40797
41156
|
},
|
|
40798
41157
|
"then": {
|
|
40799
41158
|
"properties": {
|
|
40800
41159
|
"spec": {
|
|
40801
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
41160
|
+
"$ref": "#/definitions/pipeline/steps/common/NiktoStepInfo"
|
|
40802
41161
|
}
|
|
40803
41162
|
}
|
|
40804
41163
|
}
|
|
40805
41164
|
}
|
|
40806
41165
|
]
|
|
40807
41166
|
},
|
|
40808
|
-
"
|
|
40809
|
-
"title": "
|
|
41167
|
+
"NmapScanNode": {
|
|
41168
|
+
"title": "NmapScanNode",
|
|
40810
41169
|
"type": "object",
|
|
40811
41170
|
"required": [
|
|
40812
41171
|
"identifier",
|
|
@@ -40817,7 +41176,7 @@ const schema = {
|
|
|
40817
41176
|
"properties": {
|
|
40818
41177
|
"description": {
|
|
40819
41178
|
"type": "string",
|
|
40820
|
-
"desc": "This is the description for
|
|
41179
|
+
"desc": "This is the description for NmapScanNode"
|
|
40821
41180
|
},
|
|
40822
41181
|
"enforce": {
|
|
40823
41182
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -40864,7 +41223,7 @@ const schema = {
|
|
|
40864
41223
|
"type": {
|
|
40865
41224
|
"type": "string",
|
|
40866
41225
|
"enum": [
|
|
40867
|
-
"
|
|
41226
|
+
"Nmap"
|
|
40868
41227
|
]
|
|
40869
41228
|
},
|
|
40870
41229
|
"when": {
|
|
@@ -40886,22 +41245,22 @@ const schema = {
|
|
|
40886
41245
|
"if": {
|
|
40887
41246
|
"properties": {
|
|
40888
41247
|
"type": {
|
|
40889
|
-
"const": "
|
|
41248
|
+
"const": "Nmap"
|
|
40890
41249
|
}
|
|
40891
41250
|
}
|
|
40892
41251
|
},
|
|
40893
41252
|
"then": {
|
|
40894
41253
|
"properties": {
|
|
40895
41254
|
"spec": {
|
|
40896
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
41255
|
+
"$ref": "#/definitions/pipeline/steps/common/NmapStepInfo"
|
|
40897
41256
|
}
|
|
40898
41257
|
}
|
|
40899
41258
|
}
|
|
40900
41259
|
}
|
|
40901
41260
|
]
|
|
40902
41261
|
},
|
|
40903
|
-
"
|
|
40904
|
-
"title": "
|
|
41262
|
+
"OpenvasScanNode": {
|
|
41263
|
+
"title": "OpenvasScanNode",
|
|
40905
41264
|
"type": "object",
|
|
40906
41265
|
"required": [
|
|
40907
41266
|
"identifier",
|
|
@@ -40912,7 +41271,7 @@ const schema = {
|
|
|
40912
41271
|
"properties": {
|
|
40913
41272
|
"description": {
|
|
40914
41273
|
"type": "string",
|
|
40915
|
-
"desc": "This is the description for
|
|
41274
|
+
"desc": "This is the description for OpenvasScanNode"
|
|
40916
41275
|
},
|
|
40917
41276
|
"enforce": {
|
|
40918
41277
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -40959,7 +41318,7 @@ const schema = {
|
|
|
40959
41318
|
"type": {
|
|
40960
41319
|
"type": "string",
|
|
40961
41320
|
"enum": [
|
|
40962
|
-
"
|
|
41321
|
+
"Openvas"
|
|
40963
41322
|
]
|
|
40964
41323
|
},
|
|
40965
41324
|
"when": {
|
|
@@ -40981,22 +41340,22 @@ const schema = {
|
|
|
40981
41340
|
"if": {
|
|
40982
41341
|
"properties": {
|
|
40983
41342
|
"type": {
|
|
40984
|
-
"const": "
|
|
41343
|
+
"const": "Openvas"
|
|
40985
41344
|
}
|
|
40986
41345
|
}
|
|
40987
41346
|
},
|
|
40988
41347
|
"then": {
|
|
40989
41348
|
"properties": {
|
|
40990
41349
|
"spec": {
|
|
40991
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
41350
|
+
"$ref": "#/definitions/pipeline/steps/common/OpenvasStepInfo"
|
|
40992
41351
|
}
|
|
40993
41352
|
}
|
|
40994
41353
|
}
|
|
40995
41354
|
}
|
|
40996
41355
|
]
|
|
40997
41356
|
},
|
|
40998
|
-
"
|
|
40999
|
-
"title": "
|
|
41357
|
+
"OsvScannerScanNode": {
|
|
41358
|
+
"title": "OsvScannerScanNode",
|
|
41000
41359
|
"type": "object",
|
|
41001
41360
|
"required": [
|
|
41002
41361
|
"identifier",
|
|
@@ -41007,7 +41366,7 @@ const schema = {
|
|
|
41007
41366
|
"properties": {
|
|
41008
41367
|
"description": {
|
|
41009
41368
|
"type": "string",
|
|
41010
|
-
"desc": "This is the description for
|
|
41369
|
+
"desc": "This is the description for OsvScannerScanNode"
|
|
41011
41370
|
},
|
|
41012
41371
|
"enforce": {
|
|
41013
41372
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -41054,7 +41413,7 @@ const schema = {
|
|
|
41054
41413
|
"type": {
|
|
41055
41414
|
"type": "string",
|
|
41056
41415
|
"enum": [
|
|
41057
|
-
"
|
|
41416
|
+
"OsvScanner"
|
|
41058
41417
|
]
|
|
41059
41418
|
},
|
|
41060
41419
|
"when": {
|
|
@@ -41076,22 +41435,22 @@ const schema = {
|
|
|
41076
41435
|
"if": {
|
|
41077
41436
|
"properties": {
|
|
41078
41437
|
"type": {
|
|
41079
|
-
"const": "
|
|
41438
|
+
"const": "OsvScanner"
|
|
41080
41439
|
}
|
|
41081
41440
|
}
|
|
41082
41441
|
},
|
|
41083
41442
|
"then": {
|
|
41084
41443
|
"properties": {
|
|
41085
41444
|
"spec": {
|
|
41086
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
41445
|
+
"$ref": "#/definitions/pipeline/steps/common/OsvScannerStepInfo"
|
|
41087
41446
|
}
|
|
41088
41447
|
}
|
|
41089
41448
|
}
|
|
41090
41449
|
}
|
|
41091
41450
|
]
|
|
41092
41451
|
},
|
|
41093
|
-
"
|
|
41094
|
-
"title": "
|
|
41452
|
+
"OwaspScanNode": {
|
|
41453
|
+
"title": "OwaspScanNode",
|
|
41095
41454
|
"type": "object",
|
|
41096
41455
|
"required": [
|
|
41097
41456
|
"identifier",
|
|
@@ -41102,7 +41461,7 @@ const schema = {
|
|
|
41102
41461
|
"properties": {
|
|
41103
41462
|
"description": {
|
|
41104
41463
|
"type": "string",
|
|
41105
|
-
"desc": "This is the description for
|
|
41464
|
+
"desc": "This is the description for OwaspScanNode"
|
|
41106
41465
|
},
|
|
41107
41466
|
"enforce": {
|
|
41108
41467
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -41149,7 +41508,7 @@ const schema = {
|
|
|
41149
41508
|
"type": {
|
|
41150
41509
|
"type": "string",
|
|
41151
41510
|
"enum": [
|
|
41152
|
-
"
|
|
41511
|
+
"Owasp"
|
|
41153
41512
|
]
|
|
41154
41513
|
},
|
|
41155
41514
|
"when": {
|
|
@@ -41171,22 +41530,22 @@ const schema = {
|
|
|
41171
41530
|
"if": {
|
|
41172
41531
|
"properties": {
|
|
41173
41532
|
"type": {
|
|
41174
|
-
"const": "
|
|
41533
|
+
"const": "Owasp"
|
|
41175
41534
|
}
|
|
41176
41535
|
}
|
|
41177
41536
|
},
|
|
41178
41537
|
"then": {
|
|
41179
41538
|
"properties": {
|
|
41180
41539
|
"spec": {
|
|
41181
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
41540
|
+
"$ref": "#/definitions/pipeline/steps/common/OwaspStepInfo"
|
|
41182
41541
|
}
|
|
41183
41542
|
}
|
|
41184
41543
|
}
|
|
41185
41544
|
}
|
|
41186
41545
|
]
|
|
41187
41546
|
},
|
|
41188
|
-
"
|
|
41189
|
-
"title": "
|
|
41547
|
+
"PrismaCloudScanNode": {
|
|
41548
|
+
"title": "PrismaCloudScanNode",
|
|
41190
41549
|
"type": "object",
|
|
41191
41550
|
"required": [
|
|
41192
41551
|
"identifier",
|
|
@@ -41197,7 +41556,7 @@ const schema = {
|
|
|
41197
41556
|
"properties": {
|
|
41198
41557
|
"description": {
|
|
41199
41558
|
"type": "string",
|
|
41200
|
-
"desc": "This is the description for
|
|
41559
|
+
"desc": "This is the description for PrismaCloudScanNode"
|
|
41201
41560
|
},
|
|
41202
41561
|
"enforce": {
|
|
41203
41562
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -41244,7 +41603,7 @@ const schema = {
|
|
|
41244
41603
|
"type": {
|
|
41245
41604
|
"type": "string",
|
|
41246
41605
|
"enum": [
|
|
41247
|
-
"
|
|
41606
|
+
"PrismaCloud"
|
|
41248
41607
|
]
|
|
41249
41608
|
},
|
|
41250
41609
|
"when": {
|
|
@@ -41266,22 +41625,22 @@ const schema = {
|
|
|
41266
41625
|
"if": {
|
|
41267
41626
|
"properties": {
|
|
41268
41627
|
"type": {
|
|
41269
|
-
"const": "
|
|
41628
|
+
"const": "PrismaCloud"
|
|
41270
41629
|
}
|
|
41271
41630
|
}
|
|
41272
41631
|
},
|
|
41273
41632
|
"then": {
|
|
41274
41633
|
"properties": {
|
|
41275
41634
|
"spec": {
|
|
41276
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
41635
|
+
"$ref": "#/definitions/pipeline/steps/common/PrismaCloudStepInfo"
|
|
41277
41636
|
}
|
|
41278
41637
|
}
|
|
41279
41638
|
}
|
|
41280
41639
|
}
|
|
41281
41640
|
]
|
|
41282
41641
|
},
|
|
41283
|
-
"
|
|
41284
|
-
"title": "
|
|
41642
|
+
"ProwlerScanNode": {
|
|
41643
|
+
"title": "ProwlerScanNode",
|
|
41285
41644
|
"type": "object",
|
|
41286
41645
|
"required": [
|
|
41287
41646
|
"identifier",
|
|
@@ -41292,7 +41651,7 @@ const schema = {
|
|
|
41292
41651
|
"properties": {
|
|
41293
41652
|
"description": {
|
|
41294
41653
|
"type": "string",
|
|
41295
|
-
"desc": "This is the description for
|
|
41654
|
+
"desc": "This is the description for ProwlerScanNode"
|
|
41296
41655
|
},
|
|
41297
41656
|
"enforce": {
|
|
41298
41657
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -41339,7 +41698,7 @@ const schema = {
|
|
|
41339
41698
|
"type": {
|
|
41340
41699
|
"type": "string",
|
|
41341
41700
|
"enum": [
|
|
41342
|
-
"
|
|
41701
|
+
"Prowler"
|
|
41343
41702
|
]
|
|
41344
41703
|
},
|
|
41345
41704
|
"when": {
|
|
@@ -41361,22 +41720,22 @@ const schema = {
|
|
|
41361
41720
|
"if": {
|
|
41362
41721
|
"properties": {
|
|
41363
41722
|
"type": {
|
|
41364
|
-
"const": "
|
|
41723
|
+
"const": "Prowler"
|
|
41365
41724
|
}
|
|
41366
41725
|
}
|
|
41367
41726
|
},
|
|
41368
41727
|
"then": {
|
|
41369
41728
|
"properties": {
|
|
41370
41729
|
"spec": {
|
|
41371
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
41730
|
+
"$ref": "#/definitions/pipeline/steps/common/ProwlerStepInfo"
|
|
41372
41731
|
}
|
|
41373
41732
|
}
|
|
41374
41733
|
}
|
|
41375
41734
|
}
|
|
41376
41735
|
]
|
|
41377
41736
|
},
|
|
41378
|
-
"
|
|
41379
|
-
"title": "
|
|
41737
|
+
"QualysScanNode": {
|
|
41738
|
+
"title": "QualysScanNode",
|
|
41380
41739
|
"type": "object",
|
|
41381
41740
|
"required": [
|
|
41382
41741
|
"identifier",
|
|
@@ -41387,7 +41746,7 @@ const schema = {
|
|
|
41387
41746
|
"properties": {
|
|
41388
41747
|
"description": {
|
|
41389
41748
|
"type": "string",
|
|
41390
|
-
"desc": "This is the description for
|
|
41749
|
+
"desc": "This is the description for QualysScanNode"
|
|
41391
41750
|
},
|
|
41392
41751
|
"enforce": {
|
|
41393
41752
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -41434,7 +41793,7 @@ const schema = {
|
|
|
41434
41793
|
"type": {
|
|
41435
41794
|
"type": "string",
|
|
41436
41795
|
"enum": [
|
|
41437
|
-
"
|
|
41796
|
+
"Qualys"
|
|
41438
41797
|
]
|
|
41439
41798
|
},
|
|
41440
41799
|
"when": {
|
|
@@ -41456,22 +41815,22 @@ const schema = {
|
|
|
41456
41815
|
"if": {
|
|
41457
41816
|
"properties": {
|
|
41458
41817
|
"type": {
|
|
41459
|
-
"const": "
|
|
41818
|
+
"const": "Qualys"
|
|
41460
41819
|
}
|
|
41461
41820
|
}
|
|
41462
41821
|
},
|
|
41463
41822
|
"then": {
|
|
41464
41823
|
"properties": {
|
|
41465
41824
|
"spec": {
|
|
41466
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
41825
|
+
"$ref": "#/definitions/pipeline/steps/common/QualysStepInfo"
|
|
41467
41826
|
}
|
|
41468
41827
|
}
|
|
41469
41828
|
}
|
|
41470
41829
|
}
|
|
41471
41830
|
]
|
|
41472
41831
|
},
|
|
41473
|
-
"
|
|
41474
|
-
"title": "
|
|
41832
|
+
"ReapsawScanNode": {
|
|
41833
|
+
"title": "ReapsawScanNode",
|
|
41475
41834
|
"type": "object",
|
|
41476
41835
|
"required": [
|
|
41477
41836
|
"identifier",
|
|
@@ -41482,7 +41841,7 @@ const schema = {
|
|
|
41482
41841
|
"properties": {
|
|
41483
41842
|
"description": {
|
|
41484
41843
|
"type": "string",
|
|
41485
|
-
"desc": "This is the description for
|
|
41844
|
+
"desc": "This is the description for ReapsawScanNode"
|
|
41486
41845
|
},
|
|
41487
41846
|
"enforce": {
|
|
41488
41847
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -41529,7 +41888,7 @@ const schema = {
|
|
|
41529
41888
|
"type": {
|
|
41530
41889
|
"type": "string",
|
|
41531
41890
|
"enum": [
|
|
41532
|
-
"
|
|
41891
|
+
"Reapsaw"
|
|
41533
41892
|
]
|
|
41534
41893
|
},
|
|
41535
41894
|
"when": {
|
|
@@ -41551,22 +41910,22 @@ const schema = {
|
|
|
41551
41910
|
"if": {
|
|
41552
41911
|
"properties": {
|
|
41553
41912
|
"type": {
|
|
41554
|
-
"const": "
|
|
41913
|
+
"const": "Reapsaw"
|
|
41555
41914
|
}
|
|
41556
41915
|
}
|
|
41557
41916
|
},
|
|
41558
41917
|
"then": {
|
|
41559
41918
|
"properties": {
|
|
41560
41919
|
"spec": {
|
|
41561
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
41920
|
+
"$ref": "#/definitions/pipeline/steps/common/ReapsawStepInfo"
|
|
41562
41921
|
}
|
|
41563
41922
|
}
|
|
41564
41923
|
}
|
|
41565
41924
|
}
|
|
41566
41925
|
]
|
|
41567
41926
|
},
|
|
41568
|
-
"
|
|
41569
|
-
"title": "
|
|
41927
|
+
"SemgrepScanNode": {
|
|
41928
|
+
"title": "SemgrepScanNode",
|
|
41570
41929
|
"type": "object",
|
|
41571
41930
|
"required": [
|
|
41572
41931
|
"identifier",
|
|
@@ -41577,102 +41936,7 @@ const schema = {
|
|
|
41577
41936
|
"properties": {
|
|
41578
41937
|
"description": {
|
|
41579
41938
|
"type": "string",
|
|
41580
|
-
"desc": "This is the description for
|
|
41581
|
-
},
|
|
41582
|
-
"enforce": {
|
|
41583
|
-
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
41584
|
-
},
|
|
41585
|
-
"failureStrategies": {
|
|
41586
|
-
"oneOf": [
|
|
41587
|
-
{
|
|
41588
|
-
"type": "array",
|
|
41589
|
-
"items": {
|
|
41590
|
-
"$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
|
|
41591
|
-
}
|
|
41592
|
-
},
|
|
41593
|
-
{
|
|
41594
|
-
"type": "string",
|
|
41595
|
-
"pattern": "^<\\+input>$",
|
|
41596
|
-
"minLength": 1
|
|
41597
|
-
}
|
|
41598
|
-
]
|
|
41599
|
-
},
|
|
41600
|
-
"identifier": {
|
|
41601
|
-
"type": "string",
|
|
41602
|
-
"pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
|
|
41603
|
-
},
|
|
41604
|
-
"name": {
|
|
41605
|
-
"type": "string",
|
|
41606
|
-
"pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
|
|
41607
|
-
},
|
|
41608
|
-
"strategy": {
|
|
41609
|
-
"oneOf": [
|
|
41610
|
-
{
|
|
41611
|
-
"$ref": "#/definitions/pipeline/common/StrategyConfig"
|
|
41612
|
-
},
|
|
41613
|
-
{
|
|
41614
|
-
"type": "string",
|
|
41615
|
-
"pattern": "^<\\+input>$",
|
|
41616
|
-
"minLength": 1
|
|
41617
|
-
}
|
|
41618
|
-
]
|
|
41619
|
-
},
|
|
41620
|
-
"timeout": {
|
|
41621
|
-
"type": "string",
|
|
41622
|
-
"pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
|
|
41623
|
-
},
|
|
41624
|
-
"type": {
|
|
41625
|
-
"type": "string",
|
|
41626
|
-
"enum": [
|
|
41627
|
-
"Reapsaw"
|
|
41628
|
-
]
|
|
41629
|
-
},
|
|
41630
|
-
"when": {
|
|
41631
|
-
"oneOf": [
|
|
41632
|
-
{
|
|
41633
|
-
"$ref": "#/definitions/pipeline/common/StepWhenCondition"
|
|
41634
|
-
},
|
|
41635
|
-
{
|
|
41636
|
-
"type": "string",
|
|
41637
|
-
"pattern": "^<\\+input>$",
|
|
41638
|
-
"minLength": 1
|
|
41639
|
-
}
|
|
41640
|
-
]
|
|
41641
|
-
}
|
|
41642
|
-
},
|
|
41643
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
41644
|
-
"allOf": [
|
|
41645
|
-
{
|
|
41646
|
-
"if": {
|
|
41647
|
-
"properties": {
|
|
41648
|
-
"type": {
|
|
41649
|
-
"const": "Reapsaw"
|
|
41650
|
-
}
|
|
41651
|
-
}
|
|
41652
|
-
},
|
|
41653
|
-
"then": {
|
|
41654
|
-
"properties": {
|
|
41655
|
-
"spec": {
|
|
41656
|
-
"$ref": "#/definitions/pipeline/steps/common/ReapsawStepInfo"
|
|
41657
|
-
}
|
|
41658
|
-
}
|
|
41659
|
-
}
|
|
41660
|
-
}
|
|
41661
|
-
]
|
|
41662
|
-
},
|
|
41663
|
-
"SemgrepScanNode": {
|
|
41664
|
-
"title": "SemgrepScanNode",
|
|
41665
|
-
"type": "object",
|
|
41666
|
-
"required": [
|
|
41667
|
-
"identifier",
|
|
41668
|
-
"name",
|
|
41669
|
-
"spec",
|
|
41670
|
-
"type"
|
|
41671
|
-
],
|
|
41672
|
-
"properties": {
|
|
41673
|
-
"description": {
|
|
41674
|
-
"type": "string",
|
|
41675
|
-
"desc": "This is the description for SemgrepScanNode"
|
|
41939
|
+
"desc": "This is the description for SemgrepScanNode"
|
|
41676
41940
|
},
|
|
41677
41941
|
"enforce": {
|
|
41678
41942
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -41945,101 +42209,6 @@ const schema = {
|
|
|
41945
42209
|
}
|
|
41946
42210
|
]
|
|
41947
42211
|
},
|
|
41948
|
-
"SonarqubeScanNode": {
|
|
41949
|
-
"title": "SonarqubeScanNode",
|
|
41950
|
-
"type": "object",
|
|
41951
|
-
"required": [
|
|
41952
|
-
"identifier",
|
|
41953
|
-
"name",
|
|
41954
|
-
"spec",
|
|
41955
|
-
"type"
|
|
41956
|
-
],
|
|
41957
|
-
"properties": {
|
|
41958
|
-
"description": {
|
|
41959
|
-
"type": "string",
|
|
41960
|
-
"desc": "This is the description for SonarqubeScanNode"
|
|
41961
|
-
},
|
|
41962
|
-
"enforce": {
|
|
41963
|
-
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
41964
|
-
},
|
|
41965
|
-
"failureStrategies": {
|
|
41966
|
-
"oneOf": [
|
|
41967
|
-
{
|
|
41968
|
-
"type": "array",
|
|
41969
|
-
"items": {
|
|
41970
|
-
"$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
|
|
41971
|
-
}
|
|
41972
|
-
},
|
|
41973
|
-
{
|
|
41974
|
-
"type": "string",
|
|
41975
|
-
"pattern": "^<\\+input>$",
|
|
41976
|
-
"minLength": 1
|
|
41977
|
-
}
|
|
41978
|
-
]
|
|
41979
|
-
},
|
|
41980
|
-
"identifier": {
|
|
41981
|
-
"type": "string",
|
|
41982
|
-
"pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
|
|
41983
|
-
},
|
|
41984
|
-
"name": {
|
|
41985
|
-
"type": "string",
|
|
41986
|
-
"pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
|
|
41987
|
-
},
|
|
41988
|
-
"strategy": {
|
|
41989
|
-
"oneOf": [
|
|
41990
|
-
{
|
|
41991
|
-
"$ref": "#/definitions/pipeline/common/StrategyConfig"
|
|
41992
|
-
},
|
|
41993
|
-
{
|
|
41994
|
-
"type": "string",
|
|
41995
|
-
"pattern": "^<\\+input>$",
|
|
41996
|
-
"minLength": 1
|
|
41997
|
-
}
|
|
41998
|
-
]
|
|
41999
|
-
},
|
|
42000
|
-
"timeout": {
|
|
42001
|
-
"type": "string",
|
|
42002
|
-
"pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
|
|
42003
|
-
},
|
|
42004
|
-
"type": {
|
|
42005
|
-
"type": "string",
|
|
42006
|
-
"enum": [
|
|
42007
|
-
"Sonarqube"
|
|
42008
|
-
]
|
|
42009
|
-
},
|
|
42010
|
-
"when": {
|
|
42011
|
-
"oneOf": [
|
|
42012
|
-
{
|
|
42013
|
-
"$ref": "#/definitions/pipeline/common/StepWhenCondition"
|
|
42014
|
-
},
|
|
42015
|
-
{
|
|
42016
|
-
"type": "string",
|
|
42017
|
-
"pattern": "^<\\+input>$",
|
|
42018
|
-
"minLength": 1
|
|
42019
|
-
}
|
|
42020
|
-
]
|
|
42021
|
-
}
|
|
42022
|
-
},
|
|
42023
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
42024
|
-
"allOf": [
|
|
42025
|
-
{
|
|
42026
|
-
"if": {
|
|
42027
|
-
"properties": {
|
|
42028
|
-
"type": {
|
|
42029
|
-
"const": "Sonarqube"
|
|
42030
|
-
}
|
|
42031
|
-
}
|
|
42032
|
-
},
|
|
42033
|
-
"then": {
|
|
42034
|
-
"properties": {
|
|
42035
|
-
"spec": {
|
|
42036
|
-
"$ref": "#/definitions/pipeline/steps/common/SonarqubeStepInfo"
|
|
42037
|
-
}
|
|
42038
|
-
}
|
|
42039
|
-
}
|
|
42040
|
-
}
|
|
42041
|
-
]
|
|
42042
|
-
},
|
|
42043
42212
|
"SysdigScanNode": {
|
|
42044
42213
|
"title": "SysdigScanNode",
|
|
42045
42214
|
"type": "object",
|
|
@@ -55940,6 +56109,9 @@ const schema = {
|
|
|
55940
56109
|
"pattern": "^<\\+.*>$"
|
|
55941
56110
|
}
|
|
55942
56111
|
]
|
|
56112
|
+
},
|
|
56113
|
+
"insightId": {
|
|
56114
|
+
"type": "string"
|
|
55943
56115
|
}
|
|
55944
56116
|
}
|
|
55945
56117
|
}
|
|
@@ -55992,6 +56164,9 @@ const schema = {
|
|
|
55992
56164
|
"pattern": "^<\\+.*>$"
|
|
55993
56165
|
}
|
|
55994
56166
|
]
|
|
56167
|
+
},
|
|
56168
|
+
"insightId": {
|
|
56169
|
+
"type": "string"
|
|
55995
56170
|
}
|
|
55996
56171
|
}
|
|
55997
56172
|
}
|
|
@@ -100073,133 +100248,25 @@ const schema = {
|
|
|
100073
100248
|
"minLength": 1
|
|
100074
100249
|
}
|
|
100075
100250
|
]
|
|
100076
|
-
}
|
|
100077
|
-
}
|
|
100078
|
-
}
|
|
100079
|
-
],
|
|
100080
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
100081
|
-
"properties": {
|
|
100082
|
-
"description": {
|
|
100083
|
-
"desc": "This is the description for InheritEcsTrafficShiftSpec"
|
|
100084
|
-
}
|
|
100085
|
-
}
|
|
100086
|
-
},
|
|
100087
|
-
"StandAloneTrafficShiftRollbackStepNode": {
|
|
100088
|
-
"title": "StandAloneTrafficShiftRollbackStepNode",
|
|
100089
|
-
"type": "object",
|
|
100090
|
-
"required": [
|
|
100091
|
-
"identifier",
|
|
100092
|
-
"name",
|
|
100093
|
-
"spec",
|
|
100094
|
-
"type"
|
|
100095
|
-
],
|
|
100096
|
-
"properties": {
|
|
100097
|
-
"description": {
|
|
100098
|
-
"type": "string",
|
|
100099
|
-
"desc": "This is the description for StandAloneTrafficShiftRollbackStepNode"
|
|
100100
|
-
},
|
|
100101
|
-
"enforce": {
|
|
100102
|
-
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
100103
|
-
},
|
|
100104
|
-
"failureStrategies": {
|
|
100105
|
-
"oneOf": [
|
|
100106
|
-
{
|
|
100107
|
-
"type": "array",
|
|
100108
|
-
"items": {
|
|
100109
|
-
"$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
|
|
100110
|
-
}
|
|
100111
|
-
},
|
|
100112
|
-
{
|
|
100113
|
-
"type": "string",
|
|
100114
|
-
"pattern": "^<\\+input>$",
|
|
100115
|
-
"minLength": 1
|
|
100116
|
-
}
|
|
100117
|
-
]
|
|
100118
|
-
},
|
|
100119
|
-
"identifier": {
|
|
100120
|
-
"type": "string",
|
|
100121
|
-
"pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
|
|
100122
|
-
},
|
|
100123
|
-
"name": {
|
|
100124
|
-
"type": "string",
|
|
100125
|
-
"pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
|
|
100126
|
-
},
|
|
100127
|
-
"strategy": {
|
|
100128
|
-
"oneOf": [
|
|
100129
|
-
{
|
|
100130
|
-
"$ref": "#/definitions/pipeline/common/StrategyConfig"
|
|
100131
100251
|
},
|
|
100132
|
-
{
|
|
100133
|
-
"
|
|
100134
|
-
|
|
100135
|
-
|
|
100136
|
-
|
|
100137
|
-
|
|
100138
|
-
|
|
100139
|
-
|
|
100140
|
-
|
|
100141
|
-
"pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
|
|
100142
|
-
},
|
|
100143
|
-
"type": {
|
|
100144
|
-
"type": "string",
|
|
100145
|
-
"enum": [
|
|
100146
|
-
"StandAloneTrafficShiftRollback"
|
|
100147
|
-
]
|
|
100148
|
-
},
|
|
100149
|
-
"when": {
|
|
100150
|
-
"oneOf": [
|
|
100151
|
-
{
|
|
100152
|
-
"$ref": "#/definitions/pipeline/common/StepWhenCondition"
|
|
100252
|
+
"downsizeOldService": {
|
|
100253
|
+
"oneOf": [
|
|
100254
|
+
{
|
|
100255
|
+
"type": "boolean"
|
|
100256
|
+
},
|
|
100257
|
+
{
|
|
100258
|
+
"type": "string"
|
|
100259
|
+
}
|
|
100260
|
+
]
|
|
100153
100261
|
},
|
|
100154
|
-
{
|
|
100155
|
-
"type": "string",
|
|
100156
|
-
"pattern": "^<\\+input>$",
|
|
100157
|
-
"minLength": 1
|
|
100158
|
-
}
|
|
100159
|
-
]
|
|
100160
|
-
}
|
|
100161
|
-
},
|
|
100162
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
100163
|
-
"allOf": [
|
|
100164
|
-
{
|
|
100165
|
-
"if": {
|
|
100166
|
-
"properties": {
|
|
100167
|
-
"type": {
|
|
100168
|
-
"const": "StandAloneTrafficShiftRollback"
|
|
100169
|
-
}
|
|
100170
|
-
}
|
|
100171
|
-
},
|
|
100172
|
-
"then": {
|
|
100173
|
-
"properties": {
|
|
100174
|
-
"spec": {
|
|
100175
|
-
"$ref": "#/definitions/pipeline/steps/cd/StandAloneTrafficShiftRollbackStepInfo"
|
|
100176
|
-
}
|
|
100177
|
-
}
|
|
100178
|
-
}
|
|
100179
|
-
}
|
|
100180
|
-
]
|
|
100181
|
-
},
|
|
100182
|
-
"StandAloneTrafficShiftRollbackStepInfo": {
|
|
100183
|
-
"title": "StandAloneTrafficShiftRollbackStepInfo",
|
|
100184
|
-
"allOf": [
|
|
100185
|
-
{
|
|
100186
|
-
"$ref": "#/definitions/pipeline/common/StepSpecType"
|
|
100187
|
-
},
|
|
100188
|
-
{
|
|
100189
|
-
"type": "object",
|
|
100190
|
-
"properties": {
|
|
100191
|
-
"delegateSelectors": {
|
|
100262
|
+
"downsizeOldServiceDelayInSecs": {
|
|
100192
100263
|
"oneOf": [
|
|
100193
100264
|
{
|
|
100194
|
-
"type": "
|
|
100195
|
-
"
|
|
100196
|
-
"type": "string"
|
|
100197
|
-
}
|
|
100265
|
+
"type": "integer",
|
|
100266
|
+
"format": "int32"
|
|
100198
100267
|
},
|
|
100199
100268
|
{
|
|
100200
|
-
"type": "string"
|
|
100201
|
-
"pattern": "(<\\+.+>.*)",
|
|
100202
|
-
"minLength": 1
|
|
100269
|
+
"type": "string"
|
|
100203
100270
|
}
|
|
100204
100271
|
]
|
|
100205
100272
|
}
|
|
@@ -100207,30 +100274,14 @@ const schema = {
|
|
|
100207
100274
|
}
|
|
100208
100275
|
],
|
|
100209
100276
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
100210
|
-
"type": "object",
|
|
100211
100277
|
"properties": {
|
|
100212
|
-
"delegateSelectors": {
|
|
100213
|
-
"oneOf": [
|
|
100214
|
-
{
|
|
100215
|
-
"type": "array",
|
|
100216
|
-
"items": {
|
|
100217
|
-
"type": "string"
|
|
100218
|
-
}
|
|
100219
|
-
},
|
|
100220
|
-
{
|
|
100221
|
-
"type": "string",
|
|
100222
|
-
"pattern": "(<\\+.+>.*)",
|
|
100223
|
-
"minLength": 1
|
|
100224
|
-
}
|
|
100225
|
-
]
|
|
100226
|
-
},
|
|
100227
100278
|
"description": {
|
|
100228
|
-
"desc": "This is the description for
|
|
100279
|
+
"desc": "This is the description for InheritEcsTrafficShiftSpec"
|
|
100229
100280
|
}
|
|
100230
100281
|
}
|
|
100231
100282
|
},
|
|
100232
|
-
"
|
|
100233
|
-
"title": "
|
|
100283
|
+
"StandAloneTrafficShiftRollbackStepNode": {
|
|
100284
|
+
"title": "StandAloneTrafficShiftRollbackStepNode",
|
|
100234
100285
|
"type": "object",
|
|
100235
100286
|
"required": [
|
|
100236
100287
|
"identifier",
|
|
@@ -100241,7 +100292,152 @@ const schema = {
|
|
|
100241
100292
|
"properties": {
|
|
100242
100293
|
"description": {
|
|
100243
100294
|
"type": "string",
|
|
100244
|
-
"desc": "This is the description for
|
|
100295
|
+
"desc": "This is the description for StandAloneTrafficShiftRollbackStepNode"
|
|
100296
|
+
},
|
|
100297
|
+
"enforce": {
|
|
100298
|
+
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
100299
|
+
},
|
|
100300
|
+
"failureStrategies": {
|
|
100301
|
+
"oneOf": [
|
|
100302
|
+
{
|
|
100303
|
+
"type": "array",
|
|
100304
|
+
"items": {
|
|
100305
|
+
"$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
|
|
100306
|
+
}
|
|
100307
|
+
},
|
|
100308
|
+
{
|
|
100309
|
+
"type": "string",
|
|
100310
|
+
"pattern": "^<\\+input>$",
|
|
100311
|
+
"minLength": 1
|
|
100312
|
+
}
|
|
100313
|
+
]
|
|
100314
|
+
},
|
|
100315
|
+
"identifier": {
|
|
100316
|
+
"type": "string",
|
|
100317
|
+
"pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
|
|
100318
|
+
},
|
|
100319
|
+
"name": {
|
|
100320
|
+
"type": "string",
|
|
100321
|
+
"pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
|
|
100322
|
+
},
|
|
100323
|
+
"strategy": {
|
|
100324
|
+
"oneOf": [
|
|
100325
|
+
{
|
|
100326
|
+
"$ref": "#/definitions/pipeline/common/StrategyConfig"
|
|
100327
|
+
},
|
|
100328
|
+
{
|
|
100329
|
+
"type": "string",
|
|
100330
|
+
"pattern": "^<\\+input>$",
|
|
100331
|
+
"minLength": 1
|
|
100332
|
+
}
|
|
100333
|
+
]
|
|
100334
|
+
},
|
|
100335
|
+
"timeout": {
|
|
100336
|
+
"type": "string",
|
|
100337
|
+
"pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
|
|
100338
|
+
},
|
|
100339
|
+
"type": {
|
|
100340
|
+
"type": "string",
|
|
100341
|
+
"enum": [
|
|
100342
|
+
"StandAloneTrafficShiftRollback"
|
|
100343
|
+
]
|
|
100344
|
+
},
|
|
100345
|
+
"when": {
|
|
100346
|
+
"oneOf": [
|
|
100347
|
+
{
|
|
100348
|
+
"$ref": "#/definitions/pipeline/common/StepWhenCondition"
|
|
100349
|
+
},
|
|
100350
|
+
{
|
|
100351
|
+
"type": "string",
|
|
100352
|
+
"pattern": "^<\\+input>$",
|
|
100353
|
+
"minLength": 1
|
|
100354
|
+
}
|
|
100355
|
+
]
|
|
100356
|
+
}
|
|
100357
|
+
},
|
|
100358
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
100359
|
+
"allOf": [
|
|
100360
|
+
{
|
|
100361
|
+
"if": {
|
|
100362
|
+
"properties": {
|
|
100363
|
+
"type": {
|
|
100364
|
+
"const": "StandAloneTrafficShiftRollback"
|
|
100365
|
+
}
|
|
100366
|
+
}
|
|
100367
|
+
},
|
|
100368
|
+
"then": {
|
|
100369
|
+
"properties": {
|
|
100370
|
+
"spec": {
|
|
100371
|
+
"$ref": "#/definitions/pipeline/steps/cd/StandAloneTrafficShiftRollbackStepInfo"
|
|
100372
|
+
}
|
|
100373
|
+
}
|
|
100374
|
+
}
|
|
100375
|
+
}
|
|
100376
|
+
]
|
|
100377
|
+
},
|
|
100378
|
+
"StandAloneTrafficShiftRollbackStepInfo": {
|
|
100379
|
+
"title": "StandAloneTrafficShiftRollbackStepInfo",
|
|
100380
|
+
"allOf": [
|
|
100381
|
+
{
|
|
100382
|
+
"$ref": "#/definitions/pipeline/common/StepSpecType"
|
|
100383
|
+
},
|
|
100384
|
+
{
|
|
100385
|
+
"type": "object",
|
|
100386
|
+
"properties": {
|
|
100387
|
+
"delegateSelectors": {
|
|
100388
|
+
"oneOf": [
|
|
100389
|
+
{
|
|
100390
|
+
"type": "array",
|
|
100391
|
+
"items": {
|
|
100392
|
+
"type": "string"
|
|
100393
|
+
}
|
|
100394
|
+
},
|
|
100395
|
+
{
|
|
100396
|
+
"type": "string",
|
|
100397
|
+
"pattern": "(<\\+.+>.*)",
|
|
100398
|
+
"minLength": 1
|
|
100399
|
+
}
|
|
100400
|
+
]
|
|
100401
|
+
}
|
|
100402
|
+
}
|
|
100403
|
+
}
|
|
100404
|
+
],
|
|
100405
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
100406
|
+
"type": "object",
|
|
100407
|
+
"properties": {
|
|
100408
|
+
"delegateSelectors": {
|
|
100409
|
+
"oneOf": [
|
|
100410
|
+
{
|
|
100411
|
+
"type": "array",
|
|
100412
|
+
"items": {
|
|
100413
|
+
"type": "string"
|
|
100414
|
+
}
|
|
100415
|
+
},
|
|
100416
|
+
{
|
|
100417
|
+
"type": "string",
|
|
100418
|
+
"pattern": "(<\\+.+>.*)",
|
|
100419
|
+
"minLength": 1
|
|
100420
|
+
}
|
|
100421
|
+
]
|
|
100422
|
+
},
|
|
100423
|
+
"description": {
|
|
100424
|
+
"desc": "This is the description for StandAloneTrafficShiftRollbackStepInfo"
|
|
100425
|
+
}
|
|
100426
|
+
}
|
|
100427
|
+
},
|
|
100428
|
+
"ElastigroupBlueGreenTrafficShiftStepNode": {
|
|
100429
|
+
"title": "ElastigroupBlueGreenTrafficShiftStepNode",
|
|
100430
|
+
"type": "object",
|
|
100431
|
+
"required": [
|
|
100432
|
+
"identifier",
|
|
100433
|
+
"name",
|
|
100434
|
+
"spec",
|
|
100435
|
+
"type"
|
|
100436
|
+
],
|
|
100437
|
+
"properties": {
|
|
100438
|
+
"description": {
|
|
100439
|
+
"type": "string",
|
|
100440
|
+
"desc": "This is the description for ElastigroupBlueGreenTrafficShiftStepNode"
|
|
100245
100441
|
},
|
|
100246
100442
|
"enforce": {
|
|
100247
100443
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -104097,22 +104293,581 @@ const schema = {
|
|
|
104097
104293
|
"if": {
|
|
104098
104294
|
"properties": {
|
|
104099
104295
|
"type": {
|
|
104100
|
-
"const": "UpdateCatalogProperty"
|
|
104296
|
+
"const": "UpdateCatalogProperty"
|
|
104297
|
+
}
|
|
104298
|
+
}
|
|
104299
|
+
},
|
|
104300
|
+
"then": {
|
|
104301
|
+
"properties": {
|
|
104302
|
+
"spec": {
|
|
104303
|
+
"$ref": "#/definitions/pipeline/steps/idp/IDPUpdateCatalogPropertyStepInfo"
|
|
104304
|
+
}
|
|
104305
|
+
}
|
|
104306
|
+
}
|
|
104307
|
+
}
|
|
104308
|
+
]
|
|
104309
|
+
},
|
|
104310
|
+
"IDPUpdateCatalogPropertyStepInfo": {
|
|
104311
|
+
"title": "IDPUpdateCatalogPropertyStepInfo",
|
|
104312
|
+
"allOf": [
|
|
104313
|
+
{
|
|
104314
|
+
"$ref": "#/definitions/pipeline/common/StepSpecType"
|
|
104315
|
+
},
|
|
104316
|
+
{
|
|
104317
|
+
"type": "object",
|
|
104318
|
+
"required": [
|
|
104319
|
+
"type"
|
|
104320
|
+
],
|
|
104321
|
+
"properties": {
|
|
104322
|
+
"type": {
|
|
104323
|
+
"type": "string"
|
|
104324
|
+
},
|
|
104325
|
+
"entityRef": {
|
|
104326
|
+
"type": "string"
|
|
104327
|
+
},
|
|
104328
|
+
"properties": {
|
|
104329
|
+
"type": "array",
|
|
104330
|
+
"items": {
|
|
104331
|
+
"$ref": "#/definitions/pipeline/steps/idp/PropertiesParameterField"
|
|
104332
|
+
}
|
|
104333
|
+
},
|
|
104334
|
+
"property": {
|
|
104335
|
+
"type": "string"
|
|
104336
|
+
},
|
|
104337
|
+
"entityRefs": {
|
|
104338
|
+
"type": "array",
|
|
104339
|
+
"items": {
|
|
104340
|
+
"$ref": "#/definitions/pipeline/steps/idp/EntityRefsParameterField"
|
|
104341
|
+
}
|
|
104342
|
+
},
|
|
104343
|
+
"mode": {
|
|
104344
|
+
"type": "string"
|
|
104345
|
+
},
|
|
104346
|
+
"value": {
|
|
104347
|
+
"oneOf": [
|
|
104348
|
+
{
|
|
104349
|
+
"type": "string"
|
|
104350
|
+
},
|
|
104351
|
+
{
|
|
104352
|
+
"type": "number"
|
|
104353
|
+
},
|
|
104354
|
+
{
|
|
104355
|
+
"type": "object"
|
|
104356
|
+
},
|
|
104357
|
+
{
|
|
104358
|
+
"type": "array"
|
|
104359
|
+
}
|
|
104360
|
+
]
|
|
104361
|
+
},
|
|
104362
|
+
"xApiKey": {
|
|
104363
|
+
"type": "string"
|
|
104364
|
+
},
|
|
104365
|
+
"resources": {
|
|
104366
|
+
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
104367
|
+
}
|
|
104368
|
+
}
|
|
104369
|
+
}
|
|
104370
|
+
],
|
|
104371
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
104372
|
+
"type": "object",
|
|
104373
|
+
"required": [
|
|
104374
|
+
"type"
|
|
104375
|
+
],
|
|
104376
|
+
"properties": {
|
|
104377
|
+
"type": {
|
|
104378
|
+
"type": "string"
|
|
104379
|
+
},
|
|
104380
|
+
"entityRef": {
|
|
104381
|
+
"type": "string"
|
|
104382
|
+
},
|
|
104383
|
+
"properties": {
|
|
104384
|
+
"type": "array",
|
|
104385
|
+
"items": {
|
|
104386
|
+
"$ref": "#/definitions/pipeline/steps/idp/PropertiesParameterField"
|
|
104387
|
+
}
|
|
104388
|
+
},
|
|
104389
|
+
"property": {
|
|
104390
|
+
"type": "string"
|
|
104391
|
+
},
|
|
104392
|
+
"entityRefs": {
|
|
104393
|
+
"type": "array",
|
|
104394
|
+
"items": {
|
|
104395
|
+
"$ref": "#/definitions/pipeline/steps/idp/EntityRefsParameterField"
|
|
104396
|
+
}
|
|
104397
|
+
},
|
|
104398
|
+
"mode": {
|
|
104399
|
+
"type": "string"
|
|
104400
|
+
},
|
|
104401
|
+
"value": {
|
|
104402
|
+
"oneOf": [
|
|
104403
|
+
{
|
|
104404
|
+
"type": "string"
|
|
104405
|
+
},
|
|
104406
|
+
{
|
|
104407
|
+
"type": "number"
|
|
104408
|
+
},
|
|
104409
|
+
{
|
|
104410
|
+
"type": "object"
|
|
104411
|
+
},
|
|
104412
|
+
{
|
|
104413
|
+
"type": "array"
|
|
104414
|
+
}
|
|
104415
|
+
]
|
|
104416
|
+
},
|
|
104417
|
+
"xApiKey": {
|
|
104418
|
+
"type": "string"
|
|
104419
|
+
},
|
|
104420
|
+
"resources": {
|
|
104421
|
+
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
104422
|
+
}
|
|
104423
|
+
}
|
|
104424
|
+
},
|
|
104425
|
+
"PropertiesParameterField": {
|
|
104426
|
+
"title": "PropertiesParameterField",
|
|
104427
|
+
"type": "object",
|
|
104428
|
+
"required": [
|
|
104429
|
+
"property",
|
|
104430
|
+
"value"
|
|
104431
|
+
],
|
|
104432
|
+
"properties": {
|
|
104433
|
+
"property": {
|
|
104434
|
+
"type": "string"
|
|
104435
|
+
},
|
|
104436
|
+
"value": {
|
|
104437
|
+
"oneOf": [
|
|
104438
|
+
{
|
|
104439
|
+
"type": "string"
|
|
104440
|
+
},
|
|
104441
|
+
{
|
|
104442
|
+
"type": "number"
|
|
104443
|
+
},
|
|
104444
|
+
{
|
|
104445
|
+
"type": "object"
|
|
104446
|
+
},
|
|
104447
|
+
{
|
|
104448
|
+
"type": "array"
|
|
104449
|
+
}
|
|
104450
|
+
]
|
|
104451
|
+
},
|
|
104452
|
+
"mode": {
|
|
104453
|
+
"type": "string"
|
|
104454
|
+
},
|
|
104455
|
+
"description": {
|
|
104456
|
+
"desc": "This is the description for PropertiesParameterField"
|
|
104457
|
+
}
|
|
104458
|
+
},
|
|
104459
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
104460
|
+
},
|
|
104461
|
+
"EntityRefsParameterField": {
|
|
104462
|
+
"title": "EntityRefsParameterField",
|
|
104463
|
+
"type": "object",
|
|
104464
|
+
"required": [
|
|
104465
|
+
"entityRef"
|
|
104466
|
+
],
|
|
104467
|
+
"properties": {
|
|
104468
|
+
"entityRef": {
|
|
104469
|
+
"type": "string"
|
|
104470
|
+
},
|
|
104471
|
+
"value": {
|
|
104472
|
+
"oneOf": [
|
|
104473
|
+
{
|
|
104474
|
+
"type": "string"
|
|
104475
|
+
},
|
|
104476
|
+
{
|
|
104477
|
+
"type": "number"
|
|
104478
|
+
},
|
|
104479
|
+
{
|
|
104480
|
+
"type": "object"
|
|
104481
|
+
},
|
|
104482
|
+
{
|
|
104483
|
+
"type": "array"
|
|
104484
|
+
}
|
|
104485
|
+
]
|
|
104486
|
+
},
|
|
104487
|
+
"description": {
|
|
104488
|
+
"desc": "This is the description for EntityRefsParameterField"
|
|
104489
|
+
}
|
|
104490
|
+
},
|
|
104491
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
104492
|
+
}
|
|
104493
|
+
},
|
|
104494
|
+
"aisre": {
|
|
104495
|
+
"AisreCreateIncidentStepNode": {
|
|
104496
|
+
"title": "AisreCreateIncidentStepNode",
|
|
104497
|
+
"type": "object",
|
|
104498
|
+
"required": [
|
|
104499
|
+
"identifier",
|
|
104500
|
+
"name",
|
|
104501
|
+
"spec",
|
|
104502
|
+
"type"
|
|
104503
|
+
],
|
|
104504
|
+
"properties": {
|
|
104505
|
+
"description": {
|
|
104506
|
+
"type": "string",
|
|
104507
|
+
"desc": "This is the description for AisreCreateIncidentStepNode"
|
|
104508
|
+
},
|
|
104509
|
+
"enforce": {
|
|
104510
|
+
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
104511
|
+
},
|
|
104512
|
+
"failureStrategies": {
|
|
104513
|
+
"oneOf": [
|
|
104514
|
+
{
|
|
104515
|
+
"type": "array",
|
|
104516
|
+
"items": {
|
|
104517
|
+
"$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
|
|
104518
|
+
}
|
|
104519
|
+
},
|
|
104520
|
+
{
|
|
104521
|
+
"type": "string",
|
|
104522
|
+
"pattern": "^<\\+input>$",
|
|
104523
|
+
"minLength": 1
|
|
104524
|
+
}
|
|
104525
|
+
]
|
|
104526
|
+
},
|
|
104527
|
+
"identifier": {
|
|
104528
|
+
"type": "string",
|
|
104529
|
+
"pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
|
|
104530
|
+
},
|
|
104531
|
+
"name": {
|
|
104532
|
+
"type": "string",
|
|
104533
|
+
"pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
|
|
104534
|
+
},
|
|
104535
|
+
"strategy": {
|
|
104536
|
+
"oneOf": [
|
|
104537
|
+
{
|
|
104538
|
+
"$ref": "#/definitions/pipeline/common/StrategyConfig"
|
|
104539
|
+
},
|
|
104540
|
+
{
|
|
104541
|
+
"type": "string",
|
|
104542
|
+
"pattern": "^<\\+input>$",
|
|
104543
|
+
"minLength": 1
|
|
104544
|
+
}
|
|
104545
|
+
]
|
|
104546
|
+
},
|
|
104547
|
+
"timeout": {
|
|
104548
|
+
"type": "string",
|
|
104549
|
+
"pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
|
|
104550
|
+
},
|
|
104551
|
+
"type": {
|
|
104552
|
+
"type": "string",
|
|
104553
|
+
"enum": [
|
|
104554
|
+
"AISRE_CreateIncident"
|
|
104555
|
+
]
|
|
104556
|
+
},
|
|
104557
|
+
"when": {
|
|
104558
|
+
"oneOf": [
|
|
104559
|
+
{
|
|
104560
|
+
"$ref": "#/definitions/pipeline/common/StepWhenCondition"
|
|
104561
|
+
},
|
|
104562
|
+
{
|
|
104563
|
+
"type": "string",
|
|
104564
|
+
"pattern": "^<\\+input>$",
|
|
104565
|
+
"minLength": 1
|
|
104566
|
+
}
|
|
104567
|
+
]
|
|
104568
|
+
}
|
|
104569
|
+
},
|
|
104570
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
104571
|
+
"allOf": [
|
|
104572
|
+
{
|
|
104573
|
+
"if": {
|
|
104574
|
+
"properties": {
|
|
104575
|
+
"type": {
|
|
104576
|
+
"const": "AISRE_CreateIncident"
|
|
104577
|
+
}
|
|
104578
|
+
}
|
|
104579
|
+
},
|
|
104580
|
+
"then": {
|
|
104581
|
+
"properties": {
|
|
104582
|
+
"spec": {
|
|
104583
|
+
"$ref": "#/definitions/pipeline/steps/aisre/AisreCreateIncidentStepInfo"
|
|
104584
|
+
}
|
|
104585
|
+
}
|
|
104586
|
+
}
|
|
104587
|
+
}
|
|
104588
|
+
]
|
|
104589
|
+
},
|
|
104590
|
+
"AisreCreateIncidentStepInfo": {
|
|
104591
|
+
"title": "AisreCreateIncidentStepInfo",
|
|
104592
|
+
"allOf": [
|
|
104593
|
+
{
|
|
104594
|
+
"$ref": "#/definitions/pipeline/common/StepSpecType"
|
|
104595
|
+
},
|
|
104596
|
+
{
|
|
104597
|
+
"type": "object",
|
|
104598
|
+
"required": [
|
|
104599
|
+
"title",
|
|
104600
|
+
"orgIdentifier",
|
|
104601
|
+
"projectIdentifier",
|
|
104602
|
+
"incidentType",
|
|
104603
|
+
"severity",
|
|
104604
|
+
"service"
|
|
104605
|
+
],
|
|
104606
|
+
"properties": {
|
|
104607
|
+
"title": {
|
|
104608
|
+
"oneOf": [
|
|
104609
|
+
{
|
|
104610
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
104611
|
+
},
|
|
104612
|
+
{
|
|
104613
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104614
|
+
}
|
|
104615
|
+
]
|
|
104616
|
+
},
|
|
104617
|
+
"orgIdentifier": {
|
|
104618
|
+
"oneOf": [
|
|
104619
|
+
{
|
|
104620
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
104621
|
+
},
|
|
104622
|
+
{
|
|
104623
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104624
|
+
}
|
|
104625
|
+
]
|
|
104626
|
+
},
|
|
104627
|
+
"projectIdentifier": {
|
|
104628
|
+
"oneOf": [
|
|
104629
|
+
{
|
|
104630
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
104631
|
+
},
|
|
104632
|
+
{
|
|
104633
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104634
|
+
}
|
|
104635
|
+
]
|
|
104636
|
+
},
|
|
104637
|
+
"incidentType": {
|
|
104638
|
+
"oneOf": [
|
|
104639
|
+
{
|
|
104640
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
104641
|
+
},
|
|
104642
|
+
{
|
|
104643
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104644
|
+
}
|
|
104645
|
+
]
|
|
104646
|
+
},
|
|
104647
|
+
"severity": {
|
|
104648
|
+
"oneOf": [
|
|
104649
|
+
{
|
|
104650
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
104651
|
+
},
|
|
104652
|
+
{
|
|
104653
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104654
|
+
}
|
|
104655
|
+
]
|
|
104656
|
+
},
|
|
104657
|
+
"status": {
|
|
104658
|
+
"oneOf": [
|
|
104659
|
+
{
|
|
104660
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
104661
|
+
},
|
|
104662
|
+
{
|
|
104663
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104664
|
+
}
|
|
104665
|
+
]
|
|
104666
|
+
},
|
|
104667
|
+
"service": {
|
|
104668
|
+
"oneOf": [
|
|
104669
|
+
{
|
|
104670
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
104671
|
+
},
|
|
104672
|
+
{
|
|
104673
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104674
|
+
}
|
|
104675
|
+
]
|
|
104676
|
+
},
|
|
104677
|
+
"environment": {
|
|
104678
|
+
"oneOf": [
|
|
104679
|
+
{
|
|
104680
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
104681
|
+
},
|
|
104682
|
+
{
|
|
104683
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104684
|
+
}
|
|
104685
|
+
]
|
|
104686
|
+
},
|
|
104687
|
+
"description": {
|
|
104688
|
+
"oneOf": [
|
|
104689
|
+
{
|
|
104690
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
104691
|
+
},
|
|
104692
|
+
{
|
|
104693
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104694
|
+
}
|
|
104695
|
+
]
|
|
104696
|
+
},
|
|
104697
|
+
"commanderHarnessUserId": {
|
|
104698
|
+
"oneOf": [
|
|
104699
|
+
{
|
|
104700
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
104701
|
+
},
|
|
104702
|
+
{
|
|
104703
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104704
|
+
}
|
|
104705
|
+
]
|
|
104706
|
+
},
|
|
104707
|
+
"labels": {
|
|
104708
|
+
"description": "Incident labels",
|
|
104709
|
+
"oneOf": [
|
|
104710
|
+
{
|
|
104711
|
+
"type": "array",
|
|
104712
|
+
"items": {
|
|
104713
|
+
"type": "string"
|
|
104714
|
+
}
|
|
104715
|
+
},
|
|
104716
|
+
{
|
|
104717
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104718
|
+
}
|
|
104719
|
+
]
|
|
104720
|
+
},
|
|
104721
|
+
"attachPipelineContext": {
|
|
104722
|
+
"oneOf": [
|
|
104723
|
+
{
|
|
104724
|
+
"type": "boolean"
|
|
104725
|
+
},
|
|
104726
|
+
{
|
|
104727
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104728
|
+
}
|
|
104729
|
+
]
|
|
104730
|
+
},
|
|
104731
|
+
"pageOnCall": {
|
|
104732
|
+
"oneOf": [
|
|
104733
|
+
{
|
|
104734
|
+
"type": "boolean"
|
|
104735
|
+
},
|
|
104736
|
+
{
|
|
104737
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104738
|
+
}
|
|
104739
|
+
]
|
|
104740
|
+
},
|
|
104741
|
+
"additionalImpactedServices": {
|
|
104742
|
+
"description": "Additional impacted Harness service identifiers",
|
|
104743
|
+
"oneOf": [
|
|
104744
|
+
{
|
|
104745
|
+
"type": "array",
|
|
104746
|
+
"items": {
|
|
104747
|
+
"type": "string"
|
|
104748
|
+
}
|
|
104749
|
+
},
|
|
104750
|
+
{
|
|
104751
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104752
|
+
}
|
|
104753
|
+
]
|
|
104754
|
+
},
|
|
104755
|
+
"fields": {
|
|
104756
|
+
"description": "Incident-type specific fields keyed by field identifier",
|
|
104757
|
+
"oneOf": [
|
|
104758
|
+
{
|
|
104759
|
+
"type": "object",
|
|
104760
|
+
"additionalProperties": {
|
|
104761
|
+
"type": "string"
|
|
104762
|
+
}
|
|
104763
|
+
},
|
|
104764
|
+
{
|
|
104765
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104766
|
+
}
|
|
104767
|
+
]
|
|
104768
|
+
}
|
|
104769
|
+
}
|
|
104770
|
+
}
|
|
104771
|
+
],
|
|
104772
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
104773
|
+
},
|
|
104774
|
+
"AisreCreateAlertStepNode": {
|
|
104775
|
+
"title": "AisreCreateAlertStepNode",
|
|
104776
|
+
"type": "object",
|
|
104777
|
+
"required": [
|
|
104778
|
+
"identifier",
|
|
104779
|
+
"name",
|
|
104780
|
+
"spec",
|
|
104781
|
+
"type"
|
|
104782
|
+
],
|
|
104783
|
+
"properties": {
|
|
104784
|
+
"description": {
|
|
104785
|
+
"type": "string",
|
|
104786
|
+
"desc": "This is the description for AisreCreateAlertStepNode"
|
|
104787
|
+
},
|
|
104788
|
+
"enforce": {
|
|
104789
|
+
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
104790
|
+
},
|
|
104791
|
+
"failureStrategies": {
|
|
104792
|
+
"oneOf": [
|
|
104793
|
+
{
|
|
104794
|
+
"type": "array",
|
|
104795
|
+
"items": {
|
|
104796
|
+
"$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
|
|
104797
|
+
}
|
|
104798
|
+
},
|
|
104799
|
+
{
|
|
104800
|
+
"type": "string",
|
|
104801
|
+
"pattern": "^<\\+input>$",
|
|
104802
|
+
"minLength": 1
|
|
104803
|
+
}
|
|
104804
|
+
]
|
|
104805
|
+
},
|
|
104806
|
+
"identifier": {
|
|
104807
|
+
"type": "string",
|
|
104808
|
+
"pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
|
|
104809
|
+
},
|
|
104810
|
+
"name": {
|
|
104811
|
+
"type": "string",
|
|
104812
|
+
"pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
|
|
104813
|
+
},
|
|
104814
|
+
"strategy": {
|
|
104815
|
+
"oneOf": [
|
|
104816
|
+
{
|
|
104817
|
+
"$ref": "#/definitions/pipeline/common/StrategyConfig"
|
|
104818
|
+
},
|
|
104819
|
+
{
|
|
104820
|
+
"type": "string",
|
|
104821
|
+
"pattern": "^<\\+input>$",
|
|
104822
|
+
"minLength": 1
|
|
104823
|
+
}
|
|
104824
|
+
]
|
|
104825
|
+
},
|
|
104826
|
+
"timeout": {
|
|
104827
|
+
"type": "string",
|
|
104828
|
+
"pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
|
|
104829
|
+
},
|
|
104830
|
+
"type": {
|
|
104831
|
+
"type": "string",
|
|
104832
|
+
"enum": [
|
|
104833
|
+
"AISRE_CreateAlert"
|
|
104834
|
+
]
|
|
104835
|
+
},
|
|
104836
|
+
"when": {
|
|
104837
|
+
"oneOf": [
|
|
104838
|
+
{
|
|
104839
|
+
"$ref": "#/definitions/pipeline/common/StepWhenCondition"
|
|
104840
|
+
},
|
|
104841
|
+
{
|
|
104842
|
+
"type": "string",
|
|
104843
|
+
"pattern": "^<\\+input>$",
|
|
104844
|
+
"minLength": 1
|
|
104845
|
+
}
|
|
104846
|
+
]
|
|
104847
|
+
}
|
|
104848
|
+
},
|
|
104849
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
104850
|
+
"allOf": [
|
|
104851
|
+
{
|
|
104852
|
+
"if": {
|
|
104853
|
+
"properties": {
|
|
104854
|
+
"type": {
|
|
104855
|
+
"const": "AISRE_CreateAlert"
|
|
104101
104856
|
}
|
|
104102
104857
|
}
|
|
104103
104858
|
},
|
|
104104
104859
|
"then": {
|
|
104105
104860
|
"properties": {
|
|
104106
104861
|
"spec": {
|
|
104107
|
-
"$ref": "#/definitions/pipeline/steps/
|
|
104862
|
+
"$ref": "#/definitions/pipeline/steps/aisre/AisreCreateAlertStepInfo"
|
|
104108
104863
|
}
|
|
104109
104864
|
}
|
|
104110
104865
|
}
|
|
104111
104866
|
}
|
|
104112
104867
|
]
|
|
104113
104868
|
},
|
|
104114
|
-
"
|
|
104115
|
-
"title": "
|
|
104869
|
+
"AisreCreateAlertStepInfo": {
|
|
104870
|
+
"title": "AisreCreateAlertStepInfo",
|
|
104116
104871
|
"allOf": [
|
|
104117
104872
|
{
|
|
104118
104873
|
"$ref": "#/definitions/pipeline/common/StepSpecType"
|
|
@@ -104120,178 +104875,105 @@ const schema = {
|
|
|
104120
104875
|
{
|
|
104121
104876
|
"type": "object",
|
|
104122
104877
|
"required": [
|
|
104123
|
-
"
|
|
104878
|
+
"title",
|
|
104879
|
+
"orgIdentifier",
|
|
104880
|
+
"projectIdentifier",
|
|
104881
|
+
"status"
|
|
104124
104882
|
],
|
|
104125
104883
|
"properties": {
|
|
104126
|
-
"
|
|
104127
|
-
"
|
|
104128
|
-
|
|
104129
|
-
|
|
104130
|
-
|
|
104131
|
-
|
|
104132
|
-
|
|
104133
|
-
|
|
104134
|
-
|
|
104135
|
-
"$ref": "#/definitions/pipeline/steps/idp/PropertiesParameterField"
|
|
104136
|
-
}
|
|
104884
|
+
"alertId": {
|
|
104885
|
+
"oneOf": [
|
|
104886
|
+
{
|
|
104887
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
104888
|
+
},
|
|
104889
|
+
{
|
|
104890
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104891
|
+
}
|
|
104892
|
+
]
|
|
104137
104893
|
},
|
|
104138
|
-
"
|
|
104139
|
-
"
|
|
104894
|
+
"title": {
|
|
104895
|
+
"oneOf": [
|
|
104896
|
+
{
|
|
104897
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
104898
|
+
},
|
|
104899
|
+
{
|
|
104900
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104901
|
+
}
|
|
104902
|
+
]
|
|
104140
104903
|
},
|
|
104141
|
-
"
|
|
104142
|
-
"
|
|
104143
|
-
|
|
104144
|
-
|
|
104145
|
-
|
|
104904
|
+
"orgIdentifier": {
|
|
104905
|
+
"oneOf": [
|
|
104906
|
+
{
|
|
104907
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
104908
|
+
},
|
|
104909
|
+
{
|
|
104910
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104911
|
+
}
|
|
104912
|
+
]
|
|
104146
104913
|
},
|
|
104147
|
-
"
|
|
104148
|
-
"
|
|
104914
|
+
"projectIdentifier": {
|
|
104915
|
+
"oneOf": [
|
|
104916
|
+
{
|
|
104917
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
104918
|
+
},
|
|
104919
|
+
{
|
|
104920
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104921
|
+
}
|
|
104922
|
+
]
|
|
104149
104923
|
},
|
|
104150
|
-
"
|
|
104924
|
+
"status": {
|
|
104151
104925
|
"oneOf": [
|
|
104152
104926
|
{
|
|
104153
|
-
"
|
|
104927
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
104154
104928
|
},
|
|
104155
104929
|
{
|
|
104156
|
-
"
|
|
104930
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104931
|
+
}
|
|
104932
|
+
]
|
|
104933
|
+
},
|
|
104934
|
+
"priority": {
|
|
104935
|
+
"oneOf": [
|
|
104936
|
+
{
|
|
104937
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
104157
104938
|
},
|
|
104158
104939
|
{
|
|
104159
|
-
"
|
|
104940
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104941
|
+
}
|
|
104942
|
+
]
|
|
104943
|
+
},
|
|
104944
|
+
"service": {
|
|
104945
|
+
"oneOf": [
|
|
104946
|
+
{
|
|
104947
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
104160
104948
|
},
|
|
104161
104949
|
{
|
|
104162
|
-
"
|
|
104950
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104163
104951
|
}
|
|
104164
104952
|
]
|
|
104165
104953
|
},
|
|
104166
|
-
"
|
|
104167
|
-
"
|
|
104954
|
+
"environment": {
|
|
104955
|
+
"oneOf": [
|
|
104956
|
+
{
|
|
104957
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
104958
|
+
},
|
|
104959
|
+
{
|
|
104960
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104961
|
+
}
|
|
104962
|
+
]
|
|
104168
104963
|
},
|
|
104169
|
-
"
|
|
104170
|
-
"
|
|
104964
|
+
"description": {
|
|
104965
|
+
"oneOf": [
|
|
104966
|
+
{
|
|
104967
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
104968
|
+
},
|
|
104969
|
+
{
|
|
104970
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
104971
|
+
}
|
|
104972
|
+
]
|
|
104171
104973
|
}
|
|
104172
104974
|
}
|
|
104173
104975
|
}
|
|
104174
104976
|
],
|
|
104175
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
104176
|
-
"type": "object",
|
|
104177
|
-
"required": [
|
|
104178
|
-
"type"
|
|
104179
|
-
],
|
|
104180
|
-
"properties": {
|
|
104181
|
-
"type": {
|
|
104182
|
-
"type": "string"
|
|
104183
|
-
},
|
|
104184
|
-
"entityRef": {
|
|
104185
|
-
"type": "string"
|
|
104186
|
-
},
|
|
104187
|
-
"properties": {
|
|
104188
|
-
"type": "array",
|
|
104189
|
-
"items": {
|
|
104190
|
-
"$ref": "#/definitions/pipeline/steps/idp/PropertiesParameterField"
|
|
104191
|
-
}
|
|
104192
|
-
},
|
|
104193
|
-
"property": {
|
|
104194
|
-
"type": "string"
|
|
104195
|
-
},
|
|
104196
|
-
"entityRefs": {
|
|
104197
|
-
"type": "array",
|
|
104198
|
-
"items": {
|
|
104199
|
-
"$ref": "#/definitions/pipeline/steps/idp/EntityRefsParameterField"
|
|
104200
|
-
}
|
|
104201
|
-
},
|
|
104202
|
-
"mode": {
|
|
104203
|
-
"type": "string"
|
|
104204
|
-
},
|
|
104205
|
-
"value": {
|
|
104206
|
-
"oneOf": [
|
|
104207
|
-
{
|
|
104208
|
-
"type": "string"
|
|
104209
|
-
},
|
|
104210
|
-
{
|
|
104211
|
-
"type": "number"
|
|
104212
|
-
},
|
|
104213
|
-
{
|
|
104214
|
-
"type": "object"
|
|
104215
|
-
},
|
|
104216
|
-
{
|
|
104217
|
-
"type": "array"
|
|
104218
|
-
}
|
|
104219
|
-
]
|
|
104220
|
-
},
|
|
104221
|
-
"xApiKey": {
|
|
104222
|
-
"type": "string"
|
|
104223
|
-
},
|
|
104224
|
-
"resources": {
|
|
104225
|
-
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
104226
|
-
}
|
|
104227
|
-
}
|
|
104228
|
-
},
|
|
104229
|
-
"PropertiesParameterField": {
|
|
104230
|
-
"title": "PropertiesParameterField",
|
|
104231
|
-
"type": "object",
|
|
104232
|
-
"required": [
|
|
104233
|
-
"property",
|
|
104234
|
-
"value"
|
|
104235
|
-
],
|
|
104236
|
-
"properties": {
|
|
104237
|
-
"property": {
|
|
104238
|
-
"type": "string"
|
|
104239
|
-
},
|
|
104240
|
-
"value": {
|
|
104241
|
-
"oneOf": [
|
|
104242
|
-
{
|
|
104243
|
-
"type": "string"
|
|
104244
|
-
},
|
|
104245
|
-
{
|
|
104246
|
-
"type": "number"
|
|
104247
|
-
},
|
|
104248
|
-
{
|
|
104249
|
-
"type": "object"
|
|
104250
|
-
},
|
|
104251
|
-
{
|
|
104252
|
-
"type": "array"
|
|
104253
|
-
}
|
|
104254
|
-
]
|
|
104255
|
-
},
|
|
104256
|
-
"mode": {
|
|
104257
|
-
"type": "string"
|
|
104258
|
-
},
|
|
104259
|
-
"description": {
|
|
104260
|
-
"desc": "This is the description for PropertiesParameterField"
|
|
104261
|
-
}
|
|
104262
|
-
},
|
|
104263
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
104264
|
-
},
|
|
104265
|
-
"EntityRefsParameterField": {
|
|
104266
|
-
"title": "EntityRefsParameterField",
|
|
104267
|
-
"type": "object",
|
|
104268
|
-
"required": [
|
|
104269
|
-
"entityRef"
|
|
104270
|
-
],
|
|
104271
|
-
"properties": {
|
|
104272
|
-
"entityRef": {
|
|
104273
|
-
"type": "string"
|
|
104274
|
-
},
|
|
104275
|
-
"value": {
|
|
104276
|
-
"oneOf": [
|
|
104277
|
-
{
|
|
104278
|
-
"type": "string"
|
|
104279
|
-
},
|
|
104280
|
-
{
|
|
104281
|
-
"type": "number"
|
|
104282
|
-
},
|
|
104283
|
-
{
|
|
104284
|
-
"type": "object"
|
|
104285
|
-
},
|
|
104286
|
-
{
|
|
104287
|
-
"type": "array"
|
|
104288
|
-
}
|
|
104289
|
-
]
|
|
104290
|
-
},
|
|
104291
|
-
"description": {
|
|
104292
|
-
"desc": "This is the description for EntityRefsParameterField"
|
|
104293
|
-
}
|
|
104294
|
-
},
|
|
104295
104977
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
104296
104978
|
}
|
|
104297
104979
|
},
|
|
@@ -107216,6 +107898,12 @@ const schema = {
|
|
|
107216
107898
|
{
|
|
107217
107899
|
"$ref": "#/definitions/pipeline/steps/common/SnykScanNode"
|
|
107218
107900
|
},
|
|
107901
|
+
{
|
|
107902
|
+
"$ref": "#/definitions/pipeline/steps/common/GitleaksScanNode"
|
|
107903
|
+
},
|
|
107904
|
+
{
|
|
107905
|
+
"$ref": "#/definitions/pipeline/steps/common/SonarqubeScanNode"
|
|
107906
|
+
},
|
|
107219
107907
|
{
|
|
107220
107908
|
"$ref": "#/definitions/pipeline/steps/iacm/IACMModuleTestPluginStepNode"
|
|
107221
107909
|
},
|
|
@@ -107541,7 +108229,9 @@ const schema = {
|
|
|
107541
108229
|
"AzureContainerApps",
|
|
107542
108230
|
"Salesforce",
|
|
107543
108231
|
"GoogleManagedInstanceGroup",
|
|
107544
|
-
"AiAgent"
|
|
108232
|
+
"AiAgent",
|
|
108233
|
+
"AwsAgentCore",
|
|
108234
|
+
"GoogleAgentRuntime"
|
|
107545
108235
|
]
|
|
107546
108236
|
},
|
|
107547
108237
|
"environment": {
|
|
@@ -108927,6 +109617,12 @@ const schema = {
|
|
|
108927
109617
|
{
|
|
108928
109618
|
"$ref": "#/definitions/pipeline/steps/common/AgentStepNode"
|
|
108929
109619
|
},
|
|
109620
|
+
{
|
|
109621
|
+
"$ref": "#/definitions/pipeline/steps/aisre/AisreCreateIncidentStepNode"
|
|
109622
|
+
},
|
|
109623
|
+
{
|
|
109624
|
+
"$ref": "#/definitions/pipeline/steps/aisre/AisreCreateAlertStepNode"
|
|
109625
|
+
},
|
|
108930
109626
|
{
|
|
108931
109627
|
"$ref": "#/definitions/pipeline/steps/custom/FmeFlagCreateStepNode"
|
|
108932
109628
|
},
|
|
@@ -112064,7 +112760,9 @@ const schema = {
|
|
|
112064
112760
|
"AzureContainerApps",
|
|
112065
112761
|
"Salesforce",
|
|
112066
112762
|
"GoogleManagedInstanceGroup",
|
|
112067
|
-
"AiAgent"
|
|
112763
|
+
"AiAgent",
|
|
112764
|
+
"AwsAgentCore",
|
|
112765
|
+
"GoogleAgentRuntime"
|
|
112068
112766
|
]
|
|
112069
112767
|
},
|
|
112070
112768
|
"description": {
|
|
@@ -112392,6 +113090,38 @@ const schema = {
|
|
|
112392
113090
|
}
|
|
112393
113091
|
}
|
|
112394
113092
|
}
|
|
113093
|
+
},
|
|
113094
|
+
{
|
|
113095
|
+
"if": {
|
|
113096
|
+
"properties": {
|
|
113097
|
+
"type": {
|
|
113098
|
+
"const": "AwsAgentCore"
|
|
113099
|
+
}
|
|
113100
|
+
}
|
|
113101
|
+
},
|
|
113102
|
+
"then": {
|
|
113103
|
+
"properties": {
|
|
113104
|
+
"spec": {
|
|
113105
|
+
"$ref": "#/definitions/pipeline/stages/cd/AwsAgentCoreServiceSpec"
|
|
113106
|
+
}
|
|
113107
|
+
}
|
|
113108
|
+
}
|
|
113109
|
+
},
|
|
113110
|
+
{
|
|
113111
|
+
"if": {
|
|
113112
|
+
"properties": {
|
|
113113
|
+
"type": {
|
|
113114
|
+
"const": "GoogleAgentRuntime"
|
|
113115
|
+
}
|
|
113116
|
+
}
|
|
113117
|
+
},
|
|
113118
|
+
"then": {
|
|
113119
|
+
"properties": {
|
|
113120
|
+
"spec": {
|
|
113121
|
+
"$ref": "#/definitions/pipeline/stages/cd/GoogleAgentRuntimeServiceSpec"
|
|
113122
|
+
}
|
|
113123
|
+
}
|
|
113124
|
+
}
|
|
112395
113125
|
}
|
|
112396
113126
|
]
|
|
112397
113127
|
},
|
|
@@ -116910,6 +117640,72 @@ const schema = {
|
|
|
116910
117640
|
}
|
|
116911
117641
|
]
|
|
116912
117642
|
},
|
|
117643
|
+
"AwsAgentCoreServiceSpec": {
|
|
117644
|
+
"title": "AwsAgentCoreServiceSpec",
|
|
117645
|
+
"type": "object",
|
|
117646
|
+
"required": [
|
|
117647
|
+
"source",
|
|
117648
|
+
"executionRoleArn"
|
|
117649
|
+
],
|
|
117650
|
+
"properties": {
|
|
117651
|
+
"configVariables": {
|
|
117652
|
+
"type": "array",
|
|
117653
|
+
"items": {
|
|
117654
|
+
"$ref": "#/definitions/pipeline/common/NGVariable"
|
|
117655
|
+
}
|
|
117656
|
+
},
|
|
117657
|
+
"variables": {
|
|
117658
|
+
"type": "array",
|
|
117659
|
+
"items": {
|
|
117660
|
+
"$ref": "#/definitions/pipeline/common/NGVariable"
|
|
117661
|
+
}
|
|
117662
|
+
},
|
|
117663
|
+
"source": {
|
|
117664
|
+
"$ref": "#/definitions/pipeline/stages/cd/AwsCoreAgentSource"
|
|
117665
|
+
},
|
|
117666
|
+
"executionRoleArn": {
|
|
117667
|
+
"type": "string"
|
|
117668
|
+
},
|
|
117669
|
+
"manifests": {
|
|
117670
|
+
"type": "array",
|
|
117671
|
+
"items": {
|
|
117672
|
+
"$ref": "#/definitions/pipeline/steps/cd/ManifestConfigWrapper"
|
|
117673
|
+
}
|
|
117674
|
+
},
|
|
117675
|
+
"description": {
|
|
117676
|
+
"desc": "This is the description for AwsAgentCoreServiceSpec"
|
|
117677
|
+
}
|
|
117678
|
+
},
|
|
117679
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
117680
|
+
},
|
|
117681
|
+
"GoogleAgentRuntimeServiceSpec": {
|
|
117682
|
+
"title": "GoogleAgentRuntimeServiceSpec",
|
|
117683
|
+
"type": "object",
|
|
117684
|
+
"required": [
|
|
117685
|
+
"source"
|
|
117686
|
+
],
|
|
117687
|
+
"properties": {
|
|
117688
|
+
"configVariables": {
|
|
117689
|
+
"type": "array",
|
|
117690
|
+
"items": {
|
|
117691
|
+
"$ref": "#/definitions/pipeline/common/NGVariable"
|
|
117692
|
+
}
|
|
117693
|
+
},
|
|
117694
|
+
"variables": {
|
|
117695
|
+
"type": "array",
|
|
117696
|
+
"items": {
|
|
117697
|
+
"$ref": "#/definitions/pipeline/common/NGVariable"
|
|
117698
|
+
}
|
|
117699
|
+
},
|
|
117700
|
+
"source": {
|
|
117701
|
+
"$ref": "#/definitions/pipeline/stages/cd/GoogleAgentSource"
|
|
117702
|
+
},
|
|
117703
|
+
"description": {
|
|
117704
|
+
"desc": "This is the description for GoogleAgentRuntimeServiceSpec"
|
|
117705
|
+
}
|
|
117706
|
+
},
|
|
117707
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
117708
|
+
},
|
|
116913
117709
|
"StageOverridesConfig": {
|
|
116914
117710
|
"title": "StageOverridesConfig",
|
|
116915
117711
|
"type": "object",
|
|
@@ -120326,6 +121122,12 @@ const schema = {
|
|
|
120326
121122
|
{
|
|
120327
121123
|
"$ref": "#/definitions/pipeline/steps/common/WizScanNode"
|
|
120328
121124
|
},
|
|
121125
|
+
{
|
|
121126
|
+
"$ref": "#/definitions/pipeline/steps/aisre/AisreCreateIncidentStepNode"
|
|
121127
|
+
},
|
|
121128
|
+
{
|
|
121129
|
+
"$ref": "#/definitions/pipeline/steps/aisre/AisreCreateAlertStepNode"
|
|
121130
|
+
},
|
|
120329
121131
|
{
|
|
120330
121132
|
"$ref": "#/definitions/pipeline/steps/custom/FmeFlagCreateStepNode"
|
|
120331
121133
|
},
|
|
@@ -121199,6 +122001,12 @@ const schema = {
|
|
|
121199
122001
|
{
|
|
121200
122002
|
"$ref": "#/definitions/pipeline/steps/custom/ChangeAdvisorStepNode"
|
|
121201
122003
|
},
|
|
122004
|
+
{
|
|
122005
|
+
"$ref": "#/definitions/pipeline/steps/aisre/AisreCreateIncidentStepNode"
|
|
122006
|
+
},
|
|
122007
|
+
{
|
|
122008
|
+
"$ref": "#/definitions/pipeline/steps/aisre/AisreCreateAlertStepNode"
|
|
122009
|
+
},
|
|
121202
122010
|
{
|
|
121203
122011
|
"$ref": "#/definitions/pipeline/steps/custom/FmeFlagCreateStepNode"
|
|
121204
122012
|
},
|