harness-mcp-v2 3.2.21 → 3.2.23
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 +19 -9
- package/build/data/schemas/v0/pipeline.d.ts.map +1 -1
- package/build/data/schemas/v0/pipeline.js +975 -211
- 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 +1020 -239
- 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 +8 -1
- 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 +8 -1
- package/build/data/schemas/v1/template.js.map +1 -1
- package/build/index.js +2 -0
- package/build/index.js.map +1 -1
- package/build/registry/extractors.d.ts +28 -1
- package/build/registry/extractors.d.ts.map +1 -1
- package/build/registry/extractors.js +167 -10
- package/build/registry/extractors.js.map +1 -1
- package/build/registry/index.d.ts.map +1 -1
- package/build/registry/index.js +9 -1
- package/build/registry/index.js.map +1 -1
- package/build/registry/toolsets/access-control.js +1 -1
- package/build/registry/toolsets/access-control.js.map +1 -1
- package/build/registry/toolsets/agents.js +6 -6
- package/build/registry/toolsets/agents.js.map +1 -1
- package/build/registry/toolsets/alerts.d.ts +3 -0
- package/build/registry/toolsets/alerts.d.ts.map +1 -0
- package/build/registry/toolsets/alerts.js +239 -0
- package/build/registry/toolsets/alerts.js.map +1 -0
- package/build/registry/toolsets/connectors.js +1 -1
- package/build/registry/toolsets/connectors.js.map +1 -1
- package/build/registry/toolsets/deploys.d.ts.map +1 -1
- package/build/registry/toolsets/deploys.js +21 -8
- package/build/registry/toolsets/deploys.js.map +1 -1
- package/build/registry/toolsets/environments.js +1 -1
- package/build/registry/toolsets/environments.js.map +1 -1
- package/build/registry/toolsets/incidents.d.ts.map +1 -1
- package/build/registry/toolsets/incidents.js +43 -16
- package/build/registry/toolsets/incidents.js.map +1 -1
- package/build/registry/toolsets/infrastructure.js +1 -1
- 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 +142 -18
- package/build/registry/toolsets/pipelines.js.map +1 -1
- package/build/registry/toolsets/related-activities.d.ts +29 -0
- package/build/registry/toolsets/related-activities.d.ts.map +1 -0
- package/build/registry/toolsets/related-activities.js +59 -0
- package/build/registry/toolsets/related-activities.js.map +1 -0
- package/build/registry/toolsets/scopes.d.ts +1 -1
- package/build/registry/toolsets/scopes.js +1 -1
- package/build/registry/toolsets/secrets.js +1 -1
- package/build/registry/toolsets/secrets.js.map +1 -1
- package/build/registry/toolsets/services.js +1 -1
- package/build/registry/toolsets/services.js.map +1 -1
- package/build/registry/types.d.ts +1 -1
- package/build/registry/types.d.ts.map +1 -1
- package/build/tools/harness-create.js +3 -3
- package/build/tools/harness-create.js.map +1 -1
- package/build/tools/harness-delete.js +3 -3
- package/build/tools/harness-delete.js.map +1 -1
- package/build/tools/harness-describe.d.ts.map +1 -1
- package/build/tools/harness-describe.js +6 -3
- package/build/tools/harness-describe.js.map +1 -1
- package/build/tools/harness-diagnose.d.ts.map +1 -1
- package/build/tools/harness-diagnose.js +3 -2
- package/build/tools/harness-diagnose.js.map +1 -1
- package/build/tools/harness-execute.d.ts.map +1 -1
- package/build/tools/harness-execute.js +10 -4
- package/build/tools/harness-execute.js.map +1 -1
- package/build/tools/harness-get.js +4 -4
- package/build/tools/harness-get.js.map +1 -1
- package/build/tools/harness-list.js +5 -5
- package/build/tools/harness-list.js.map +1 -1
- package/build/tools/harness-search.d.ts.map +1 -1
- package/build/tools/harness-search.js +4 -3
- package/build/tools/harness-search.js.map +1 -1
- package/build/tools/harness-status.d.ts.map +1 -1
- package/build/tools/harness-status.js +3 -2
- package/build/tools/harness-status.js.map +1 -1
- package/build/tools/harness-update.js +3 -3
- package/build/tools/harness-update.js.map +1 -1
- package/build/tools/input-schemas.d.ts +17 -1
- package/build/tools/input-schemas.d.ts.map +1 -1
- package/build/tools/input-schemas.js +46 -2
- package/build/tools/input-schemas.js.map +1 -1
- package/build/utils/deep-links.d.ts +5 -0
- package/build/utils/deep-links.d.ts.map +1 -1
- package/build/utils/deep-links.js +12 -0
- package/build/utils/deep-links.js.map +1 -1
- package/build/utils/pipeline-v1-runtime-inputs.d.ts +3 -0
- package/build/utils/pipeline-v1-runtime-inputs.d.ts.map +1 -0
- package/build/utils/pipeline-v1-runtime-inputs.js +56 -0
- package/build/utils/pipeline-v1-runtime-inputs.js.map +1 -0
- package/build/utils/runtime-input-metadata.d.ts +18 -0
- package/build/utils/runtime-input-metadata.d.ts.map +1 -0
- package/build/utils/runtime-input-metadata.js +213 -0
- package/build/utils/runtime-input-metadata.js.map +1 -0
- package/build/utils/url-parser.d.ts.map +1 -1
- package/build/utils/url-parser.js +3 -1
- package/build/utils/url-parser.js.map +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
|
@@ -1341,7 +1341,8 @@ const schema = {
|
|
|
1341
1341
|
"PipelineTimeout",
|
|
1342
1342
|
"AllowStageExecutions",
|
|
1343
1343
|
"FixedInputsOnRerun",
|
|
1344
|
-
"DelegateSelectors"
|
|
1344
|
+
"DelegateSelectors",
|
|
1345
|
+
"NotificationRules"
|
|
1345
1346
|
]
|
|
1346
1347
|
}
|
|
1347
1348
|
},
|
|
@@ -6613,10 +6614,19 @@ const schema = {
|
|
|
6613
6614
|
"type": "string"
|
|
6614
6615
|
},
|
|
6615
6616
|
"gitFetchType": {
|
|
6616
|
-
"
|
|
6617
|
-
|
|
6618
|
-
|
|
6619
|
-
|
|
6617
|
+
"oneOf": [
|
|
6618
|
+
{
|
|
6619
|
+
"type": "string",
|
|
6620
|
+
"enum": [
|
|
6621
|
+
"Branch",
|
|
6622
|
+
"Commit"
|
|
6623
|
+
]
|
|
6624
|
+
},
|
|
6625
|
+
{
|
|
6626
|
+
"type": "string",
|
|
6627
|
+
"pattern": "(<\\+.+>.*)",
|
|
6628
|
+
"minLength": 1
|
|
6629
|
+
}
|
|
6620
6630
|
]
|
|
6621
6631
|
},
|
|
6622
6632
|
"paths": {
|
|
@@ -6639,20 +6649,6 @@ const schema = {
|
|
|
6639
6649
|
}
|
|
6640
6650
|
}
|
|
6641
6651
|
},
|
|
6642
|
-
{
|
|
6643
|
-
"oneOf": [
|
|
6644
|
-
{
|
|
6645
|
-
"required": [
|
|
6646
|
-
"commitId"
|
|
6647
|
-
]
|
|
6648
|
-
},
|
|
6649
|
-
{
|
|
6650
|
-
"required": [
|
|
6651
|
-
"branch"
|
|
6652
|
-
]
|
|
6653
|
-
}
|
|
6654
|
-
]
|
|
6655
|
-
},
|
|
6656
6652
|
{
|
|
6657
6653
|
"oneOf": [
|
|
6658
6654
|
{
|
|
@@ -6701,10 +6697,19 @@ const schema = {
|
|
|
6701
6697
|
"type": "string"
|
|
6702
6698
|
},
|
|
6703
6699
|
"gitFetchType": {
|
|
6704
|
-
"
|
|
6705
|
-
|
|
6706
|
-
|
|
6707
|
-
|
|
6700
|
+
"oneOf": [
|
|
6701
|
+
{
|
|
6702
|
+
"type": "string",
|
|
6703
|
+
"enum": [
|
|
6704
|
+
"Branch",
|
|
6705
|
+
"Commit"
|
|
6706
|
+
]
|
|
6707
|
+
},
|
|
6708
|
+
{
|
|
6709
|
+
"type": "string",
|
|
6710
|
+
"pattern": "(<\\+.+>.*)",
|
|
6711
|
+
"minLength": 1
|
|
6712
|
+
}
|
|
6708
6713
|
]
|
|
6709
6714
|
},
|
|
6710
6715
|
"paths": {
|
|
@@ -6727,20 +6732,6 @@ const schema = {
|
|
|
6727
6732
|
}
|
|
6728
6733
|
}
|
|
6729
6734
|
},
|
|
6730
|
-
{
|
|
6731
|
-
"oneOf": [
|
|
6732
|
-
{
|
|
6733
|
-
"required": [
|
|
6734
|
-
"commitId"
|
|
6735
|
-
]
|
|
6736
|
-
},
|
|
6737
|
-
{
|
|
6738
|
-
"required": [
|
|
6739
|
-
"branch"
|
|
6740
|
-
]
|
|
6741
|
-
}
|
|
6742
|
-
]
|
|
6743
|
-
},
|
|
6744
6735
|
{
|
|
6745
6736
|
"oneOf": [
|
|
6746
6737
|
{
|
|
@@ -6867,10 +6858,19 @@ const schema = {
|
|
|
6867
6858
|
"type": "string"
|
|
6868
6859
|
},
|
|
6869
6860
|
"gitFetchType": {
|
|
6870
|
-
"
|
|
6871
|
-
|
|
6872
|
-
|
|
6873
|
-
|
|
6861
|
+
"oneOf": [
|
|
6862
|
+
{
|
|
6863
|
+
"type": "string",
|
|
6864
|
+
"enum": [
|
|
6865
|
+
"Branch",
|
|
6866
|
+
"Commit"
|
|
6867
|
+
]
|
|
6868
|
+
},
|
|
6869
|
+
{
|
|
6870
|
+
"type": "string",
|
|
6871
|
+
"pattern": "(<\\+.+>.*)",
|
|
6872
|
+
"minLength": 1
|
|
6873
|
+
}
|
|
6874
6874
|
]
|
|
6875
6875
|
},
|
|
6876
6876
|
"paths": {
|
|
@@ -6893,20 +6893,6 @@ const schema = {
|
|
|
6893
6893
|
}
|
|
6894
6894
|
}
|
|
6895
6895
|
},
|
|
6896
|
-
{
|
|
6897
|
-
"oneOf": [
|
|
6898
|
-
{
|
|
6899
|
-
"required": [
|
|
6900
|
-
"commitId"
|
|
6901
|
-
]
|
|
6902
|
-
},
|
|
6903
|
-
{
|
|
6904
|
-
"required": [
|
|
6905
|
-
"branch"
|
|
6906
|
-
]
|
|
6907
|
-
}
|
|
6908
|
-
]
|
|
6909
|
-
},
|
|
6910
6896
|
{
|
|
6911
6897
|
"oneOf": [
|
|
6912
6898
|
{
|
|
@@ -6955,10 +6941,19 @@ const schema = {
|
|
|
6955
6941
|
"type": "string"
|
|
6956
6942
|
},
|
|
6957
6943
|
"gitFetchType": {
|
|
6958
|
-
"
|
|
6959
|
-
|
|
6960
|
-
|
|
6961
|
-
|
|
6944
|
+
"oneOf": [
|
|
6945
|
+
{
|
|
6946
|
+
"type": "string",
|
|
6947
|
+
"enum": [
|
|
6948
|
+
"Branch",
|
|
6949
|
+
"Commit"
|
|
6950
|
+
]
|
|
6951
|
+
},
|
|
6952
|
+
{
|
|
6953
|
+
"type": "string",
|
|
6954
|
+
"pattern": "(<\\+.+>.*)",
|
|
6955
|
+
"minLength": 1
|
|
6956
|
+
}
|
|
6962
6957
|
]
|
|
6963
6958
|
},
|
|
6964
6959
|
"paths": {
|
|
@@ -6981,20 +6976,6 @@ const schema = {
|
|
|
6981
6976
|
}
|
|
6982
6977
|
}
|
|
6983
6978
|
},
|
|
6984
|
-
{
|
|
6985
|
-
"oneOf": [
|
|
6986
|
-
{
|
|
6987
|
-
"required": [
|
|
6988
|
-
"commitId"
|
|
6989
|
-
]
|
|
6990
|
-
},
|
|
6991
|
-
{
|
|
6992
|
-
"required": [
|
|
6993
|
-
"branch"
|
|
6994
|
-
]
|
|
6995
|
-
}
|
|
6996
|
-
]
|
|
6997
|
-
},
|
|
6998
6979
|
{
|
|
6999
6980
|
"oneOf": [
|
|
7000
6981
|
{
|
|
@@ -7043,10 +7024,19 @@ const schema = {
|
|
|
7043
7024
|
"type": "string"
|
|
7044
7025
|
},
|
|
7045
7026
|
"gitFetchType": {
|
|
7046
|
-
"
|
|
7047
|
-
|
|
7048
|
-
|
|
7049
|
-
|
|
7027
|
+
"oneOf": [
|
|
7028
|
+
{
|
|
7029
|
+
"type": "string",
|
|
7030
|
+
"enum": [
|
|
7031
|
+
"Branch",
|
|
7032
|
+
"Commit"
|
|
7033
|
+
]
|
|
7034
|
+
},
|
|
7035
|
+
{
|
|
7036
|
+
"type": "string",
|
|
7037
|
+
"pattern": "(<\\+.+>.*)",
|
|
7038
|
+
"minLength": 1
|
|
7039
|
+
}
|
|
7050
7040
|
]
|
|
7051
7041
|
},
|
|
7052
7042
|
"paths": {
|
|
@@ -7069,20 +7059,6 @@ const schema = {
|
|
|
7069
7059
|
}
|
|
7070
7060
|
}
|
|
7071
7061
|
},
|
|
7072
|
-
{
|
|
7073
|
-
"oneOf": [
|
|
7074
|
-
{
|
|
7075
|
-
"required": [
|
|
7076
|
-
"commitId"
|
|
7077
|
-
]
|
|
7078
|
-
},
|
|
7079
|
-
{
|
|
7080
|
-
"required": [
|
|
7081
|
-
"branch"
|
|
7082
|
-
]
|
|
7083
|
-
}
|
|
7084
|
-
]
|
|
7085
|
-
},
|
|
7086
7062
|
{
|
|
7087
7063
|
"oneOf": [
|
|
7088
7064
|
{
|
|
@@ -7563,10 +7539,19 @@ const schema = {
|
|
|
7563
7539
|
"type": "string"
|
|
7564
7540
|
},
|
|
7565
7541
|
"gitFetchType": {
|
|
7566
|
-
"
|
|
7567
|
-
|
|
7568
|
-
|
|
7569
|
-
|
|
7542
|
+
"oneOf": [
|
|
7543
|
+
{
|
|
7544
|
+
"type": "string",
|
|
7545
|
+
"enum": [
|
|
7546
|
+
"Branch",
|
|
7547
|
+
"Commit"
|
|
7548
|
+
]
|
|
7549
|
+
},
|
|
7550
|
+
{
|
|
7551
|
+
"type": "string",
|
|
7552
|
+
"pattern": "(<\\+.+>.*)",
|
|
7553
|
+
"minLength": 1
|
|
7554
|
+
}
|
|
7570
7555
|
]
|
|
7571
7556
|
},
|
|
7572
7557
|
"paths": {
|
|
@@ -7589,20 +7574,6 @@ const schema = {
|
|
|
7589
7574
|
}
|
|
7590
7575
|
}
|
|
7591
7576
|
},
|
|
7592
|
-
{
|
|
7593
|
-
"oneOf": [
|
|
7594
|
-
{
|
|
7595
|
-
"required": [
|
|
7596
|
-
"commitId"
|
|
7597
|
-
]
|
|
7598
|
-
},
|
|
7599
|
-
{
|
|
7600
|
-
"required": [
|
|
7601
|
-
"branch"
|
|
7602
|
-
]
|
|
7603
|
-
}
|
|
7604
|
-
]
|
|
7605
|
-
},
|
|
7606
7577
|
{
|
|
7607
7578
|
"oneOf": [
|
|
7608
7579
|
{
|
|
@@ -11093,6 +11064,21 @@ const schema = {
|
|
|
11093
11064
|
"prodListenerRuleArn": {
|
|
11094
11065
|
"type": "string"
|
|
11095
11066
|
},
|
|
11067
|
+
"prodListenerRuleConfigs": {
|
|
11068
|
+
"oneOf": [
|
|
11069
|
+
{
|
|
11070
|
+
"type": "array",
|
|
11071
|
+
"items": {
|
|
11072
|
+
"$ref": "#/definitions/pipeline/steps/cd/ProdListenerRuleConfig"
|
|
11073
|
+
}
|
|
11074
|
+
},
|
|
11075
|
+
{
|
|
11076
|
+
"type": "string",
|
|
11077
|
+
"pattern": "(<\\+.+>.*)",
|
|
11078
|
+
"minLength": 1
|
|
11079
|
+
}
|
|
11080
|
+
]
|
|
11081
|
+
},
|
|
11096
11082
|
"sameAsAlreadyRunningInstances": {
|
|
11097
11083
|
"oneOf": [
|
|
11098
11084
|
{
|
|
@@ -11176,6 +11162,21 @@ const schema = {
|
|
|
11176
11162
|
"prodListenerRuleArn": {
|
|
11177
11163
|
"type": "string"
|
|
11178
11164
|
},
|
|
11165
|
+
"prodListenerRuleConfigs": {
|
|
11166
|
+
"oneOf": [
|
|
11167
|
+
{
|
|
11168
|
+
"type": "array",
|
|
11169
|
+
"items": {
|
|
11170
|
+
"$ref": "#/definitions/pipeline/steps/cd/ProdListenerRuleConfig"
|
|
11171
|
+
}
|
|
11172
|
+
},
|
|
11173
|
+
{
|
|
11174
|
+
"type": "string",
|
|
11175
|
+
"pattern": "(<\\+.+>.*)",
|
|
11176
|
+
"minLength": 1
|
|
11177
|
+
}
|
|
11178
|
+
]
|
|
11179
|
+
},
|
|
11179
11180
|
"sameAsAlreadyRunningInstances": {
|
|
11180
11181
|
"oneOf": [
|
|
11181
11182
|
{
|
|
@@ -11217,6 +11218,27 @@ const schema = {
|
|
|
11217
11218
|
}
|
|
11218
11219
|
}
|
|
11219
11220
|
},
|
|
11221
|
+
"ProdListenerRuleConfig": {
|
|
11222
|
+
"title": "ProdListenerRuleConfig",
|
|
11223
|
+
"type": "object",
|
|
11224
|
+
"required": [
|
|
11225
|
+
"prodListenerRuleArn"
|
|
11226
|
+
],
|
|
11227
|
+
"properties": {
|
|
11228
|
+
"prodListenerRuleArn": {
|
|
11229
|
+
"type": "string",
|
|
11230
|
+
"pattern": "^(?=\\s*\\S).*$"
|
|
11231
|
+
},
|
|
11232
|
+
"stageTargetGroupArn": {
|
|
11233
|
+
"type": "string"
|
|
11234
|
+
},
|
|
11235
|
+
"description": {
|
|
11236
|
+
"type": "string",
|
|
11237
|
+
"desc": "This is the description for ProdListenerRuleConfig"
|
|
11238
|
+
}
|
|
11239
|
+
},
|
|
11240
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
11241
|
+
},
|
|
11220
11242
|
"EcsBlueGreenRollbackStepNode_template": {
|
|
11221
11243
|
"title": "EcsBlueGreenRollbackStepNode_template",
|
|
11222
11244
|
"type": "object",
|
|
@@ -20048,7 +20070,6 @@ const schema = {
|
|
|
20048
20070
|
"provider": {
|
|
20049
20071
|
"type": "string",
|
|
20050
20072
|
"enum": [
|
|
20051
|
-
"smi",
|
|
20052
20073
|
"istio"
|
|
20053
20074
|
]
|
|
20054
20075
|
},
|
|
@@ -20057,22 +20078,6 @@ const schema = {
|
|
|
20057
20078
|
}
|
|
20058
20079
|
},
|
|
20059
20080
|
"allOf": [
|
|
20060
|
-
{
|
|
20061
|
-
"if": {
|
|
20062
|
-
"properties": {
|
|
20063
|
-
"provider": {
|
|
20064
|
-
"const": "smi"
|
|
20065
|
-
}
|
|
20066
|
-
}
|
|
20067
|
-
},
|
|
20068
|
-
"then": {
|
|
20069
|
-
"properties": {
|
|
20070
|
-
"spec": {
|
|
20071
|
-
"$ref": "#/definitions/pipeline/steps/cd/SMIProviderSpec"
|
|
20072
|
-
}
|
|
20073
|
-
}
|
|
20074
|
-
}
|
|
20075
|
-
},
|
|
20076
20081
|
{
|
|
20077
20082
|
"if": {
|
|
20078
20083
|
"properties": {
|
|
@@ -20091,8 +20096,8 @@ const schema = {
|
|
|
20091
20096
|
}
|
|
20092
20097
|
]
|
|
20093
20098
|
},
|
|
20094
|
-
"
|
|
20095
|
-
"title": "
|
|
20099
|
+
"IstioProviderSpec": {
|
|
20100
|
+
"title": "IstioProviderSpec",
|
|
20096
20101
|
"allOf": [
|
|
20097
20102
|
{
|
|
20098
20103
|
"$ref": "#/definitions/pipeline/steps/cd/K8sTrafficRoutingProviderBaseSpec"
|
|
@@ -20100,8 +20105,51 @@ const schema = {
|
|
|
20100
20105
|
{
|
|
20101
20106
|
"type": "object",
|
|
20102
20107
|
"properties": {
|
|
20103
|
-
"
|
|
20104
|
-
"
|
|
20108
|
+
"gateways": {
|
|
20109
|
+
"oneOf": [
|
|
20110
|
+
{
|
|
20111
|
+
"type": "array",
|
|
20112
|
+
"items": {
|
|
20113
|
+
"type": "string",
|
|
20114
|
+
"minLength": 1
|
|
20115
|
+
},
|
|
20116
|
+
"minItems": 1
|
|
20117
|
+
},
|
|
20118
|
+
{
|
|
20119
|
+
"type": "string",
|
|
20120
|
+
"pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
|
|
20121
|
+
"minLength": 1
|
|
20122
|
+
}
|
|
20123
|
+
]
|
|
20124
|
+
},
|
|
20125
|
+
"hosts": {
|
|
20126
|
+
"oneOf": [
|
|
20127
|
+
{
|
|
20128
|
+
"type": "array",
|
|
20129
|
+
"items": {
|
|
20130
|
+
"type": "string",
|
|
20131
|
+
"minLength": 1
|
|
20132
|
+
},
|
|
20133
|
+
"minItems": 1
|
|
20134
|
+
},
|
|
20135
|
+
{
|
|
20136
|
+
"type": "string",
|
|
20137
|
+
"pattern": "(<\\+.+>.*)",
|
|
20138
|
+
"minLength": 1
|
|
20139
|
+
}
|
|
20140
|
+
]
|
|
20141
|
+
},
|
|
20142
|
+
"delegateService": {
|
|
20143
|
+
"oneOf": [
|
|
20144
|
+
{
|
|
20145
|
+
"type": "boolean"
|
|
20146
|
+
},
|
|
20147
|
+
{
|
|
20148
|
+
"type": "string",
|
|
20149
|
+
"pattern": "(<\\+.+>.*)",
|
|
20150
|
+
"minLength": 1
|
|
20151
|
+
}
|
|
20152
|
+
]
|
|
20105
20153
|
}
|
|
20106
20154
|
}
|
|
20107
20155
|
}
|
|
@@ -20603,66 +20651,6 @@ const schema = {
|
|
|
20603
20651
|
}
|
|
20604
20652
|
]
|
|
20605
20653
|
},
|
|
20606
|
-
"IstioProviderSpec": {
|
|
20607
|
-
"title": "IstioProviderSpec",
|
|
20608
|
-
"allOf": [
|
|
20609
|
-
{
|
|
20610
|
-
"$ref": "#/definitions/pipeline/steps/cd/K8sTrafficRoutingProviderBaseSpec"
|
|
20611
|
-
},
|
|
20612
|
-
{
|
|
20613
|
-
"type": "object",
|
|
20614
|
-
"properties": {
|
|
20615
|
-
"gateways": {
|
|
20616
|
-
"oneOf": [
|
|
20617
|
-
{
|
|
20618
|
-
"type": "array",
|
|
20619
|
-
"items": {
|
|
20620
|
-
"type": "string",
|
|
20621
|
-
"minLength": 1
|
|
20622
|
-
},
|
|
20623
|
-
"minItems": 1
|
|
20624
|
-
},
|
|
20625
|
-
{
|
|
20626
|
-
"type": "string",
|
|
20627
|
-
"pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
|
|
20628
|
-
"minLength": 1
|
|
20629
|
-
}
|
|
20630
|
-
]
|
|
20631
|
-
},
|
|
20632
|
-
"hosts": {
|
|
20633
|
-
"oneOf": [
|
|
20634
|
-
{
|
|
20635
|
-
"type": "array",
|
|
20636
|
-
"items": {
|
|
20637
|
-
"type": "string",
|
|
20638
|
-
"minLength": 1
|
|
20639
|
-
},
|
|
20640
|
-
"minItems": 1
|
|
20641
|
-
},
|
|
20642
|
-
{
|
|
20643
|
-
"type": "string",
|
|
20644
|
-
"pattern": "(<\\+.+>.*)",
|
|
20645
|
-
"minLength": 1
|
|
20646
|
-
}
|
|
20647
|
-
]
|
|
20648
|
-
},
|
|
20649
|
-
"delegateService": {
|
|
20650
|
-
"oneOf": [
|
|
20651
|
-
{
|
|
20652
|
-
"type": "boolean"
|
|
20653
|
-
},
|
|
20654
|
-
{
|
|
20655
|
-
"type": "string",
|
|
20656
|
-
"pattern": "(<\\+.+>.*)",
|
|
20657
|
-
"minLength": 1
|
|
20658
|
-
}
|
|
20659
|
-
]
|
|
20660
|
-
}
|
|
20661
|
-
}
|
|
20662
|
-
}
|
|
20663
|
-
],
|
|
20664
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
20665
|
-
},
|
|
20666
20654
|
"K8sCanaryDeleteStepNode_template": {
|
|
20667
20655
|
"title": "K8sCanaryDeleteStepNode_template",
|
|
20668
20656
|
"type": "object",
|
|
@@ -57879,6 +57867,21 @@ const schema = {
|
|
|
57879
57867
|
}
|
|
57880
57868
|
]
|
|
57881
57869
|
},
|
|
57870
|
+
"ruleOverrides": {
|
|
57871
|
+
"oneOf": [
|
|
57872
|
+
{
|
|
57873
|
+
"type": "array",
|
|
57874
|
+
"items": {
|
|
57875
|
+
"$ref": "#/definitions/pipeline/steps/cd/InheritRuleOverride"
|
|
57876
|
+
}
|
|
57877
|
+
},
|
|
57878
|
+
{
|
|
57879
|
+
"type": "string",
|
|
57880
|
+
"pattern": "(<\\+.+>.*)",
|
|
57881
|
+
"minLength": 1
|
|
57882
|
+
}
|
|
57883
|
+
]
|
|
57884
|
+
},
|
|
57882
57885
|
"downsizeOldService": {
|
|
57883
57886
|
"oneOf": [
|
|
57884
57887
|
{
|
|
@@ -57910,6 +57913,39 @@ const schema = {
|
|
|
57910
57913
|
}
|
|
57911
57914
|
}
|
|
57912
57915
|
},
|
|
57916
|
+
"InheritRuleOverride": {
|
|
57917
|
+
"title": "InheritRuleOverride",
|
|
57918
|
+
"type": "object",
|
|
57919
|
+
"required": [
|
|
57920
|
+
"listenerRuleArn"
|
|
57921
|
+
],
|
|
57922
|
+
"properties": {
|
|
57923
|
+
"listenerRuleArn": {
|
|
57924
|
+
"type": "string",
|
|
57925
|
+
"pattern": "^(?=\\s*\\S).*$"
|
|
57926
|
+
},
|
|
57927
|
+
"weightPercentage": {
|
|
57928
|
+
"oneOf": [
|
|
57929
|
+
{
|
|
57930
|
+
"type": "integer",
|
|
57931
|
+
"format": "int32",
|
|
57932
|
+
"minimum": 0,
|
|
57933
|
+
"maximum": 100
|
|
57934
|
+
},
|
|
57935
|
+
{
|
|
57936
|
+
"type": "string",
|
|
57937
|
+
"pattern": "(<\\+.+>.*)",
|
|
57938
|
+
"minLength": 1
|
|
57939
|
+
}
|
|
57940
|
+
]
|
|
57941
|
+
},
|
|
57942
|
+
"description": {
|
|
57943
|
+
"type": "string",
|
|
57944
|
+
"desc": "This is the description for InheritRuleOverride"
|
|
57945
|
+
}
|
|
57946
|
+
},
|
|
57947
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
57948
|
+
},
|
|
57913
57949
|
"StandAloneTrafficShiftRollbackStepNode": {
|
|
57914
57950
|
"title": "StandAloneTrafficShiftRollbackStepNode",
|
|
57915
57951
|
"type": "object",
|
|
@@ -62032,6 +62068,125 @@ const schema = {
|
|
|
62032
62068
|
"assertion": {
|
|
62033
62069
|
"type": "string"
|
|
62034
62070
|
},
|
|
62071
|
+
"authentication": {
|
|
62072
|
+
"type": "object",
|
|
62073
|
+
"properties": {
|
|
62074
|
+
"type": {
|
|
62075
|
+
"type": "string",
|
|
62076
|
+
"enum": [
|
|
62077
|
+
"None",
|
|
62078
|
+
"Basic",
|
|
62079
|
+
"BearerToken",
|
|
62080
|
+
"ApiKey"
|
|
62081
|
+
],
|
|
62082
|
+
"default": "None"
|
|
62083
|
+
},
|
|
62084
|
+
"spec": {
|
|
62085
|
+
"type": "object",
|
|
62086
|
+
"properties": {
|
|
62087
|
+
"username": {
|
|
62088
|
+
"type": "string"
|
|
62089
|
+
},
|
|
62090
|
+
"password": {
|
|
62091
|
+
"type": "string"
|
|
62092
|
+
},
|
|
62093
|
+
"token": {
|
|
62094
|
+
"type": "string"
|
|
62095
|
+
},
|
|
62096
|
+
"keyName": {
|
|
62097
|
+
"type": "string"
|
|
62098
|
+
},
|
|
62099
|
+
"keyValue": {
|
|
62100
|
+
"type": "string"
|
|
62101
|
+
},
|
|
62102
|
+
"addTo": {
|
|
62103
|
+
"type": "string",
|
|
62104
|
+
"enum": [
|
|
62105
|
+
"Header",
|
|
62106
|
+
"QueryParameter"
|
|
62107
|
+
],
|
|
62108
|
+
"default": "Header"
|
|
62109
|
+
}
|
|
62110
|
+
}
|
|
62111
|
+
}
|
|
62112
|
+
},
|
|
62113
|
+
"allOf": [
|
|
62114
|
+
{
|
|
62115
|
+
"if": {
|
|
62116
|
+
"properties": {
|
|
62117
|
+
"type": {
|
|
62118
|
+
"const": "Basic"
|
|
62119
|
+
}
|
|
62120
|
+
},
|
|
62121
|
+
"required": [
|
|
62122
|
+
"type"
|
|
62123
|
+
]
|
|
62124
|
+
},
|
|
62125
|
+
"then": {
|
|
62126
|
+
"required": [
|
|
62127
|
+
"spec"
|
|
62128
|
+
],
|
|
62129
|
+
"properties": {
|
|
62130
|
+
"spec": {
|
|
62131
|
+
"required": [
|
|
62132
|
+
"username",
|
|
62133
|
+
"password"
|
|
62134
|
+
]
|
|
62135
|
+
}
|
|
62136
|
+
}
|
|
62137
|
+
}
|
|
62138
|
+
},
|
|
62139
|
+
{
|
|
62140
|
+
"if": {
|
|
62141
|
+
"properties": {
|
|
62142
|
+
"type": {
|
|
62143
|
+
"const": "BearerToken"
|
|
62144
|
+
}
|
|
62145
|
+
},
|
|
62146
|
+
"required": [
|
|
62147
|
+
"type"
|
|
62148
|
+
]
|
|
62149
|
+
},
|
|
62150
|
+
"then": {
|
|
62151
|
+
"required": [
|
|
62152
|
+
"spec"
|
|
62153
|
+
],
|
|
62154
|
+
"properties": {
|
|
62155
|
+
"spec": {
|
|
62156
|
+
"required": [
|
|
62157
|
+
"token"
|
|
62158
|
+
]
|
|
62159
|
+
}
|
|
62160
|
+
}
|
|
62161
|
+
}
|
|
62162
|
+
},
|
|
62163
|
+
{
|
|
62164
|
+
"if": {
|
|
62165
|
+
"properties": {
|
|
62166
|
+
"type": {
|
|
62167
|
+
"const": "ApiKey"
|
|
62168
|
+
}
|
|
62169
|
+
},
|
|
62170
|
+
"required": [
|
|
62171
|
+
"type"
|
|
62172
|
+
]
|
|
62173
|
+
},
|
|
62174
|
+
"then": {
|
|
62175
|
+
"required": [
|
|
62176
|
+
"spec"
|
|
62177
|
+
],
|
|
62178
|
+
"properties": {
|
|
62179
|
+
"spec": {
|
|
62180
|
+
"required": [
|
|
62181
|
+
"keyName",
|
|
62182
|
+
"keyValue"
|
|
62183
|
+
]
|
|
62184
|
+
}
|
|
62185
|
+
}
|
|
62186
|
+
}
|
|
62187
|
+
}
|
|
62188
|
+
]
|
|
62189
|
+
},
|
|
62035
62190
|
"delegateSelectors": {
|
|
62036
62191
|
"oneOf": [
|
|
62037
62192
|
{
|
|
@@ -62109,6 +62264,125 @@ const schema = {
|
|
|
62109
62264
|
"assertion": {
|
|
62110
62265
|
"type": "string"
|
|
62111
62266
|
},
|
|
62267
|
+
"authentication": {
|
|
62268
|
+
"type": "object",
|
|
62269
|
+
"properties": {
|
|
62270
|
+
"type": {
|
|
62271
|
+
"type": "string",
|
|
62272
|
+
"enum": [
|
|
62273
|
+
"None",
|
|
62274
|
+
"Basic",
|
|
62275
|
+
"BearerToken",
|
|
62276
|
+
"ApiKey"
|
|
62277
|
+
],
|
|
62278
|
+
"default": "None"
|
|
62279
|
+
},
|
|
62280
|
+
"spec": {
|
|
62281
|
+
"type": "object",
|
|
62282
|
+
"properties": {
|
|
62283
|
+
"username": {
|
|
62284
|
+
"type": "string"
|
|
62285
|
+
},
|
|
62286
|
+
"password": {
|
|
62287
|
+
"type": "string"
|
|
62288
|
+
},
|
|
62289
|
+
"token": {
|
|
62290
|
+
"type": "string"
|
|
62291
|
+
},
|
|
62292
|
+
"keyName": {
|
|
62293
|
+
"type": "string"
|
|
62294
|
+
},
|
|
62295
|
+
"keyValue": {
|
|
62296
|
+
"type": "string"
|
|
62297
|
+
},
|
|
62298
|
+
"addTo": {
|
|
62299
|
+
"type": "string",
|
|
62300
|
+
"enum": [
|
|
62301
|
+
"Header",
|
|
62302
|
+
"QueryParameter"
|
|
62303
|
+
],
|
|
62304
|
+
"default": "Header"
|
|
62305
|
+
}
|
|
62306
|
+
}
|
|
62307
|
+
}
|
|
62308
|
+
},
|
|
62309
|
+
"allOf": [
|
|
62310
|
+
{
|
|
62311
|
+
"if": {
|
|
62312
|
+
"properties": {
|
|
62313
|
+
"type": {
|
|
62314
|
+
"const": "Basic"
|
|
62315
|
+
}
|
|
62316
|
+
},
|
|
62317
|
+
"required": [
|
|
62318
|
+
"type"
|
|
62319
|
+
]
|
|
62320
|
+
},
|
|
62321
|
+
"then": {
|
|
62322
|
+
"required": [
|
|
62323
|
+
"spec"
|
|
62324
|
+
],
|
|
62325
|
+
"properties": {
|
|
62326
|
+
"spec": {
|
|
62327
|
+
"required": [
|
|
62328
|
+
"username",
|
|
62329
|
+
"password"
|
|
62330
|
+
]
|
|
62331
|
+
}
|
|
62332
|
+
}
|
|
62333
|
+
}
|
|
62334
|
+
},
|
|
62335
|
+
{
|
|
62336
|
+
"if": {
|
|
62337
|
+
"properties": {
|
|
62338
|
+
"type": {
|
|
62339
|
+
"const": "BearerToken"
|
|
62340
|
+
}
|
|
62341
|
+
},
|
|
62342
|
+
"required": [
|
|
62343
|
+
"type"
|
|
62344
|
+
]
|
|
62345
|
+
},
|
|
62346
|
+
"then": {
|
|
62347
|
+
"required": [
|
|
62348
|
+
"spec"
|
|
62349
|
+
],
|
|
62350
|
+
"properties": {
|
|
62351
|
+
"spec": {
|
|
62352
|
+
"required": [
|
|
62353
|
+
"token"
|
|
62354
|
+
]
|
|
62355
|
+
}
|
|
62356
|
+
}
|
|
62357
|
+
}
|
|
62358
|
+
},
|
|
62359
|
+
{
|
|
62360
|
+
"if": {
|
|
62361
|
+
"properties": {
|
|
62362
|
+
"type": {
|
|
62363
|
+
"const": "ApiKey"
|
|
62364
|
+
}
|
|
62365
|
+
},
|
|
62366
|
+
"required": [
|
|
62367
|
+
"type"
|
|
62368
|
+
]
|
|
62369
|
+
},
|
|
62370
|
+
"then": {
|
|
62371
|
+
"required": [
|
|
62372
|
+
"spec"
|
|
62373
|
+
],
|
|
62374
|
+
"properties": {
|
|
62375
|
+
"spec": {
|
|
62376
|
+
"required": [
|
|
62377
|
+
"keyName",
|
|
62378
|
+
"keyValue"
|
|
62379
|
+
]
|
|
62380
|
+
}
|
|
62381
|
+
}
|
|
62382
|
+
}
|
|
62383
|
+
}
|
|
62384
|
+
]
|
|
62385
|
+
},
|
|
62112
62386
|
"delegateSelectors": {
|
|
62113
62387
|
"oneOf": [
|
|
62114
62388
|
{
|
|
@@ -93051,6 +93325,22 @@ const schema = {
|
|
|
93051
93325
|
}
|
|
93052
93326
|
}
|
|
93053
93327
|
}
|
|
93328
|
+
},
|
|
93329
|
+
{
|
|
93330
|
+
"if": {
|
|
93331
|
+
"properties": {
|
|
93332
|
+
"type": {
|
|
93333
|
+
"const": "ClaudeCodeSecurity"
|
|
93334
|
+
}
|
|
93335
|
+
}
|
|
93336
|
+
},
|
|
93337
|
+
"then": {
|
|
93338
|
+
"properties": {
|
|
93339
|
+
"spec": {
|
|
93340
|
+
"$ref": "#/definitions/pipeline/steps/common/ClaudeCodeSecurityStepInfo"
|
|
93341
|
+
}
|
|
93342
|
+
}
|
|
93343
|
+
}
|
|
93054
93344
|
}
|
|
93055
93345
|
]
|
|
93056
93346
|
},
|
|
@@ -96898,12 +97188,327 @@ const schema = {
|
|
|
96898
97188
|
"$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
|
|
96899
97189
|
},
|
|
96900
97190
|
"description": {
|
|
96901
|
-
"desc": "This is the description for ModelScanStepInfo"
|
|
97191
|
+
"desc": "This is the description for ModelScanStepInfo"
|
|
97192
|
+
}
|
|
97193
|
+
}
|
|
97194
|
+
},
|
|
97195
|
+
"OpenAiStepInfo": {
|
|
97196
|
+
"title": "OpenAiStepInfo",
|
|
97197
|
+
"allOf": [
|
|
97198
|
+
{
|
|
97199
|
+
"$ref": "#/definitions/pipeline/common/StepSpecType"
|
|
97200
|
+
},
|
|
97201
|
+
{
|
|
97202
|
+
"type": "object",
|
|
97203
|
+
"required": [
|
|
97204
|
+
"config",
|
|
97205
|
+
"mode",
|
|
97206
|
+
"target"
|
|
97207
|
+
],
|
|
97208
|
+
"properties": {
|
|
97209
|
+
"advanced": {
|
|
97210
|
+
"$ref": "#/definitions/pipeline/steps/common/STOYamlAdvancedSettings"
|
|
97211
|
+
},
|
|
97212
|
+
"auth": {
|
|
97213
|
+
"$ref": "#/definitions/pipeline/steps/common/STOYamlAuth"
|
|
97214
|
+
},
|
|
97215
|
+
"baseImageConnectorRefs": {
|
|
97216
|
+
"$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
|
|
97217
|
+
},
|
|
97218
|
+
"config": {
|
|
97219
|
+
"oneOf": [
|
|
97220
|
+
{
|
|
97221
|
+
"type": "string",
|
|
97222
|
+
"enum": [
|
|
97223
|
+
"default",
|
|
97224
|
+
"full",
|
|
97225
|
+
"incremental"
|
|
97226
|
+
]
|
|
97227
|
+
},
|
|
97228
|
+
{
|
|
97229
|
+
"type": "string",
|
|
97230
|
+
"pattern": "(<\\+.+>.*)",
|
|
97231
|
+
"minLength": 1
|
|
97232
|
+
}
|
|
97233
|
+
]
|
|
97234
|
+
},
|
|
97235
|
+
"connectorRef": {
|
|
97236
|
+
"type": "string"
|
|
97237
|
+
},
|
|
97238
|
+
"llmConnectorRef": {
|
|
97239
|
+
"description": "Harness LLM connector reference for Codex authentication (OpenAI or Anthropic)",
|
|
97240
|
+
"oneOf": [
|
|
97241
|
+
{
|
|
97242
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
97243
|
+
},
|
|
97244
|
+
{
|
|
97245
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
97246
|
+
}
|
|
97247
|
+
]
|
|
97248
|
+
},
|
|
97249
|
+
"imageTag": {
|
|
97250
|
+
"type": "string"
|
|
97251
|
+
},
|
|
97252
|
+
"imagePullPolicy": {
|
|
97253
|
+
"oneOf": [
|
|
97254
|
+
{
|
|
97255
|
+
"type": "string",
|
|
97256
|
+
"enum": [
|
|
97257
|
+
"Always",
|
|
97258
|
+
"Never",
|
|
97259
|
+
"IfNotPresent"
|
|
97260
|
+
]
|
|
97261
|
+
},
|
|
97262
|
+
{
|
|
97263
|
+
"type": "string",
|
|
97264
|
+
"pattern": "(<\\+.+>.*)",
|
|
97265
|
+
"minLength": 1
|
|
97266
|
+
}
|
|
97267
|
+
]
|
|
97268
|
+
},
|
|
97269
|
+
"ingestion": {
|
|
97270
|
+
"$ref": "#/definitions/pipeline/steps/common/STOYamlIngestion"
|
|
97271
|
+
},
|
|
97272
|
+
"mode": {
|
|
97273
|
+
"oneOf": [
|
|
97274
|
+
{
|
|
97275
|
+
"type": "string",
|
|
97276
|
+
"enum": [
|
|
97277
|
+
"ingestion",
|
|
97278
|
+
"orchestration"
|
|
97279
|
+
]
|
|
97280
|
+
},
|
|
97281
|
+
{
|
|
97282
|
+
"type": "string",
|
|
97283
|
+
"pattern": "(<\\+.+>.*)",
|
|
97284
|
+
"minLength": 1
|
|
97285
|
+
}
|
|
97286
|
+
]
|
|
97287
|
+
},
|
|
97288
|
+
"outputVariables": {
|
|
97289
|
+
"oneOf": [
|
|
97290
|
+
{
|
|
97291
|
+
"type": "array",
|
|
97292
|
+
"items": {
|
|
97293
|
+
"$ref": "#/definitions/pipeline/common/OutputNGVariable"
|
|
97294
|
+
}
|
|
97295
|
+
},
|
|
97296
|
+
{
|
|
97297
|
+
"type": "string",
|
|
97298
|
+
"pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
|
|
97299
|
+
"minLength": 1
|
|
97300
|
+
}
|
|
97301
|
+
]
|
|
97302
|
+
},
|
|
97303
|
+
"privileged": {
|
|
97304
|
+
"oneOf": [
|
|
97305
|
+
{
|
|
97306
|
+
"type": "boolean"
|
|
97307
|
+
},
|
|
97308
|
+
{
|
|
97309
|
+
"type": "string",
|
|
97310
|
+
"pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
|
|
97311
|
+
"minLength": 1
|
|
97312
|
+
}
|
|
97313
|
+
]
|
|
97314
|
+
},
|
|
97315
|
+
"resources": {
|
|
97316
|
+
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
97317
|
+
},
|
|
97318
|
+
"runAsUser": {
|
|
97319
|
+
"oneOf": [
|
|
97320
|
+
{
|
|
97321
|
+
"type": "integer",
|
|
97322
|
+
"format": "int32"
|
|
97323
|
+
},
|
|
97324
|
+
{
|
|
97325
|
+
"type": "string"
|
|
97326
|
+
}
|
|
97327
|
+
]
|
|
97328
|
+
},
|
|
97329
|
+
"settings": {
|
|
97330
|
+
"oneOf": [
|
|
97331
|
+
{
|
|
97332
|
+
"$ref": "#/definitions/pipeline/common/ParameterFieldMapStringJsonNode"
|
|
97333
|
+
},
|
|
97334
|
+
{
|
|
97335
|
+
"type": "string"
|
|
97336
|
+
}
|
|
97337
|
+
]
|
|
97338
|
+
},
|
|
97339
|
+
"target": {
|
|
97340
|
+
"$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
|
|
97341
|
+
},
|
|
97342
|
+
"tool": {
|
|
97343
|
+
"$ref": "#/definitions/pipeline/steps/common/STOYamlOpenAiToolData"
|
|
97344
|
+
}
|
|
97345
|
+
}
|
|
97346
|
+
}
|
|
97347
|
+
],
|
|
97348
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
97349
|
+
"type": "object",
|
|
97350
|
+
"required": [
|
|
97351
|
+
"config",
|
|
97352
|
+
"mode",
|
|
97353
|
+
"target"
|
|
97354
|
+
],
|
|
97355
|
+
"properties": {
|
|
97356
|
+
"advanced": {
|
|
97357
|
+
"$ref": "#/definitions/pipeline/steps/common/STOYamlAdvancedSettings"
|
|
97358
|
+
},
|
|
97359
|
+
"auth": {
|
|
97360
|
+
"$ref": "#/definitions/pipeline/steps/common/STOYamlAuth"
|
|
97361
|
+
},
|
|
97362
|
+
"baseImageConnectorRefs": {
|
|
97363
|
+
"$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
|
|
97364
|
+
},
|
|
97365
|
+
"config": {
|
|
97366
|
+
"oneOf": [
|
|
97367
|
+
{
|
|
97368
|
+
"type": "string",
|
|
97369
|
+
"enum": [
|
|
97370
|
+
"default",
|
|
97371
|
+
"full",
|
|
97372
|
+
"incremental"
|
|
97373
|
+
]
|
|
97374
|
+
},
|
|
97375
|
+
{
|
|
97376
|
+
"type": "string",
|
|
97377
|
+
"pattern": "(<\\+.+>.*)",
|
|
97378
|
+
"minLength": 1
|
|
97379
|
+
}
|
|
97380
|
+
]
|
|
97381
|
+
},
|
|
97382
|
+
"connectorRef": {
|
|
97383
|
+
"type": "string"
|
|
97384
|
+
},
|
|
97385
|
+
"llmConnectorRef": {
|
|
97386
|
+
"description": "Harness LLM connector reference for Codex authentication (OpenAI or Anthropic)",
|
|
97387
|
+
"oneOf": [
|
|
97388
|
+
{
|
|
97389
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
97390
|
+
},
|
|
97391
|
+
{
|
|
97392
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
97393
|
+
}
|
|
97394
|
+
]
|
|
97395
|
+
},
|
|
97396
|
+
"imageTag": {
|
|
97397
|
+
"type": "string"
|
|
97398
|
+
},
|
|
97399
|
+
"imagePullPolicy": {
|
|
97400
|
+
"oneOf": [
|
|
97401
|
+
{
|
|
97402
|
+
"type": "string",
|
|
97403
|
+
"enum": [
|
|
97404
|
+
"Always",
|
|
97405
|
+
"Never",
|
|
97406
|
+
"IfNotPresent"
|
|
97407
|
+
]
|
|
97408
|
+
},
|
|
97409
|
+
{
|
|
97410
|
+
"type": "string",
|
|
97411
|
+
"pattern": "(<\\+.+>.*)",
|
|
97412
|
+
"minLength": 1
|
|
97413
|
+
}
|
|
97414
|
+
]
|
|
97415
|
+
},
|
|
97416
|
+
"ingestion": {
|
|
97417
|
+
"$ref": "#/definitions/pipeline/steps/common/STOYamlIngestion"
|
|
97418
|
+
},
|
|
97419
|
+
"mode": {
|
|
97420
|
+
"oneOf": [
|
|
97421
|
+
{
|
|
97422
|
+
"type": "string",
|
|
97423
|
+
"enum": [
|
|
97424
|
+
"ingestion",
|
|
97425
|
+
"orchestration"
|
|
97426
|
+
]
|
|
97427
|
+
},
|
|
97428
|
+
{
|
|
97429
|
+
"type": "string",
|
|
97430
|
+
"pattern": "(<\\+.+>.*)",
|
|
97431
|
+
"minLength": 1
|
|
97432
|
+
}
|
|
97433
|
+
]
|
|
97434
|
+
},
|
|
97435
|
+
"outputVariables": {
|
|
97436
|
+
"oneOf": [
|
|
97437
|
+
{
|
|
97438
|
+
"type": "array",
|
|
97439
|
+
"items": {
|
|
97440
|
+
"$ref": "#/definitions/pipeline/common/OutputNGVariable"
|
|
97441
|
+
}
|
|
97442
|
+
},
|
|
97443
|
+
{
|
|
97444
|
+
"type": "string",
|
|
97445
|
+
"pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
|
|
97446
|
+
"minLength": 1
|
|
97447
|
+
}
|
|
97448
|
+
]
|
|
97449
|
+
},
|
|
97450
|
+
"privileged": {
|
|
97451
|
+
"oneOf": [
|
|
97452
|
+
{
|
|
97453
|
+
"type": "boolean"
|
|
97454
|
+
},
|
|
97455
|
+
{
|
|
97456
|
+
"type": "string",
|
|
97457
|
+
"pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
|
|
97458
|
+
"minLength": 1
|
|
97459
|
+
}
|
|
97460
|
+
]
|
|
97461
|
+
},
|
|
97462
|
+
"resources": {
|
|
97463
|
+
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
97464
|
+
},
|
|
97465
|
+
"runAsUser": {
|
|
97466
|
+
"oneOf": [
|
|
97467
|
+
{
|
|
97468
|
+
"type": "integer",
|
|
97469
|
+
"format": "int32"
|
|
97470
|
+
},
|
|
97471
|
+
{
|
|
97472
|
+
"type": "string"
|
|
97473
|
+
}
|
|
97474
|
+
]
|
|
97475
|
+
},
|
|
97476
|
+
"settings": {
|
|
97477
|
+
"oneOf": [
|
|
97478
|
+
{
|
|
97479
|
+
"$ref": "#/definitions/pipeline/common/ParameterFieldMapStringJsonNode"
|
|
97480
|
+
},
|
|
97481
|
+
{
|
|
97482
|
+
"type": "string"
|
|
97483
|
+
}
|
|
97484
|
+
]
|
|
97485
|
+
},
|
|
97486
|
+
"target": {
|
|
97487
|
+
"$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
|
|
97488
|
+
},
|
|
97489
|
+
"tool": {
|
|
97490
|
+
"$ref": "#/definitions/pipeline/steps/common/STOYamlOpenAiToolData"
|
|
97491
|
+
},
|
|
97492
|
+
"description": {
|
|
97493
|
+
"desc": "This is the description for OpenAiStepInfo"
|
|
96902
97494
|
}
|
|
96903
97495
|
}
|
|
96904
97496
|
},
|
|
96905
|
-
"
|
|
96906
|
-
"title": "
|
|
97497
|
+
"STOYamlOpenAiToolData": {
|
|
97498
|
+
"title": "STOYamlOpenAiToolData",
|
|
97499
|
+
"type": "object",
|
|
97500
|
+
"properties": {
|
|
97501
|
+
"model": {
|
|
97502
|
+
"type": "string"
|
|
97503
|
+
},
|
|
97504
|
+
"description": {
|
|
97505
|
+
"desc": "This is the description for STOYamlOpenAiToolData"
|
|
97506
|
+
}
|
|
97507
|
+
},
|
|
97508
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
97509
|
+
},
|
|
97510
|
+
"MythosAgentStepInfo": {
|
|
97511
|
+
"title": "MythosAgentStepInfo",
|
|
96907
97512
|
"allOf": [
|
|
96908
97513
|
{
|
|
96909
97514
|
"$ref": "#/definitions/pipeline/common/StepSpecType"
|
|
@@ -96926,25 +97531,27 @@ const schema = {
|
|
|
96926
97531
|
"$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
|
|
96927
97532
|
},
|
|
96928
97533
|
"config": {
|
|
97534
|
+
"type": "string",
|
|
97535
|
+
"enum": [
|
|
97536
|
+
"hunt_full",
|
|
97537
|
+
"hunt_incremental",
|
|
97538
|
+
"scan"
|
|
97539
|
+
]
|
|
97540
|
+
},
|
|
97541
|
+
"connectorRef": {
|
|
97542
|
+
"type": "string"
|
|
97543
|
+
},
|
|
97544
|
+
"llmConnectorRef": {
|
|
97545
|
+
"description": "Harness LLM connector reference for Mythos Agent authentication (OpenAI or Anthropic)",
|
|
96929
97546
|
"oneOf": [
|
|
96930
97547
|
{
|
|
96931
|
-
"
|
|
96932
|
-
"enum": [
|
|
96933
|
-
"default",
|
|
96934
|
-
"full",
|
|
96935
|
-
"incremental"
|
|
96936
|
-
]
|
|
97548
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
96937
97549
|
},
|
|
96938
97550
|
{
|
|
96939
|
-
"
|
|
96940
|
-
"pattern": "(<\\+.+>.*)",
|
|
96941
|
-
"minLength": 1
|
|
97551
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
96942
97552
|
}
|
|
96943
97553
|
]
|
|
96944
97554
|
},
|
|
96945
|
-
"connectorRef": {
|
|
96946
|
-
"type": "string"
|
|
96947
|
-
},
|
|
96948
97555
|
"imageTag": {
|
|
96949
97556
|
"type": "string"
|
|
96950
97557
|
},
|
|
@@ -97037,6 +97644,9 @@ const schema = {
|
|
|
97037
97644
|
},
|
|
97038
97645
|
"target": {
|
|
97039
97646
|
"$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
|
|
97647
|
+
},
|
|
97648
|
+
"tool": {
|
|
97649
|
+
"$ref": "#/definitions/pipeline/steps/common/STOYamlMythosAgentToolData"
|
|
97040
97650
|
}
|
|
97041
97651
|
}
|
|
97042
97652
|
}
|
|
@@ -97059,25 +97669,27 @@ const schema = {
|
|
|
97059
97669
|
"$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
|
|
97060
97670
|
},
|
|
97061
97671
|
"config": {
|
|
97672
|
+
"type": "string",
|
|
97673
|
+
"enum": [
|
|
97674
|
+
"hunt_full",
|
|
97675
|
+
"hunt_incremental",
|
|
97676
|
+
"scan"
|
|
97677
|
+
]
|
|
97678
|
+
},
|
|
97679
|
+
"connectorRef": {
|
|
97680
|
+
"type": "string"
|
|
97681
|
+
},
|
|
97682
|
+
"llmConnectorRef": {
|
|
97683
|
+
"description": "Harness LLM connector reference for Mythos Agent authentication (OpenAI or Anthropic)",
|
|
97062
97684
|
"oneOf": [
|
|
97063
97685
|
{
|
|
97064
|
-
"
|
|
97065
|
-
"enum": [
|
|
97066
|
-
"default",
|
|
97067
|
-
"full",
|
|
97068
|
-
"incremental"
|
|
97069
|
-
]
|
|
97686
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
97070
97687
|
},
|
|
97071
97688
|
{
|
|
97072
|
-
"
|
|
97073
|
-
"pattern": "(<\\+.+>.*)",
|
|
97074
|
-
"minLength": 1
|
|
97689
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
97075
97690
|
}
|
|
97076
97691
|
]
|
|
97077
97692
|
},
|
|
97078
|
-
"connectorRef": {
|
|
97079
|
-
"type": "string"
|
|
97080
|
-
},
|
|
97081
97693
|
"imageTag": {
|
|
97082
97694
|
"type": "string"
|
|
97083
97695
|
},
|
|
@@ -97171,13 +97783,32 @@ const schema = {
|
|
|
97171
97783
|
"target": {
|
|
97172
97784
|
"$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
|
|
97173
97785
|
},
|
|
97786
|
+
"tool": {
|
|
97787
|
+
"$ref": "#/definitions/pipeline/steps/common/STOYamlMythosAgentToolData"
|
|
97788
|
+
},
|
|
97174
97789
|
"description": {
|
|
97175
|
-
"desc": "This is the description for
|
|
97790
|
+
"desc": "This is the description for MythosAgentStepInfo"
|
|
97176
97791
|
}
|
|
97177
97792
|
}
|
|
97178
97793
|
},
|
|
97179
|
-
"
|
|
97180
|
-
"title": "
|
|
97794
|
+
"STOYamlMythosAgentToolData": {
|
|
97795
|
+
"title": "STOYamlMythosAgentToolData",
|
|
97796
|
+
"type": "object",
|
|
97797
|
+
"properties": {
|
|
97798
|
+
"model": {
|
|
97799
|
+
"type": "string"
|
|
97800
|
+
},
|
|
97801
|
+
"base_url": {
|
|
97802
|
+
"type": "string"
|
|
97803
|
+
},
|
|
97804
|
+
"description": {
|
|
97805
|
+
"desc": "This is the description for STOYamlMythosAgentToolData"
|
|
97806
|
+
}
|
|
97807
|
+
},
|
|
97808
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
97809
|
+
},
|
|
97810
|
+
"ClaudeCodeSecurityStepInfo": {
|
|
97811
|
+
"title": "ClaudeCodeSecurityStepInfo",
|
|
97181
97812
|
"allOf": [
|
|
97182
97813
|
{
|
|
97183
97814
|
"$ref": "#/definitions/pipeline/common/StepSpecType"
|
|
@@ -97200,16 +97831,34 @@ const schema = {
|
|
|
97200
97831
|
"$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
|
|
97201
97832
|
},
|
|
97202
97833
|
"config": {
|
|
97203
|
-
"
|
|
97204
|
-
|
|
97205
|
-
|
|
97206
|
-
|
|
97207
|
-
|
|
97834
|
+
"oneOf": [
|
|
97835
|
+
{
|
|
97836
|
+
"type": "string",
|
|
97837
|
+
"enum": [
|
|
97838
|
+
"pr_scan"
|
|
97839
|
+
]
|
|
97840
|
+
},
|
|
97841
|
+
{
|
|
97842
|
+
"type": "string",
|
|
97843
|
+
"pattern": "(<\\+.+>.*)",
|
|
97844
|
+
"minLength": 1
|
|
97845
|
+
}
|
|
97208
97846
|
]
|
|
97209
97847
|
},
|
|
97210
97848
|
"connectorRef": {
|
|
97211
97849
|
"type": "string"
|
|
97212
97850
|
},
|
|
97851
|
+
"llmConnectorRef": {
|
|
97852
|
+
"description": "Harness LLM connector reference for Claude Code Security authentication (Anthropic)",
|
|
97853
|
+
"oneOf": [
|
|
97854
|
+
{
|
|
97855
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
97856
|
+
},
|
|
97857
|
+
{
|
|
97858
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
97859
|
+
}
|
|
97860
|
+
]
|
|
97861
|
+
},
|
|
97213
97862
|
"imageTag": {
|
|
97214
97863
|
"type": "string"
|
|
97215
97864
|
},
|
|
@@ -97304,7 +97953,7 @@ const schema = {
|
|
|
97304
97953
|
"$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
|
|
97305
97954
|
},
|
|
97306
97955
|
"tool": {
|
|
97307
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
97956
|
+
"$ref": "#/definitions/pipeline/steps/common/STOYamlClaudeCodeSecurityToolData"
|
|
97308
97957
|
}
|
|
97309
97958
|
}
|
|
97310
97959
|
}
|
|
@@ -97327,16 +97976,34 @@ const schema = {
|
|
|
97327
97976
|
"$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
|
|
97328
97977
|
},
|
|
97329
97978
|
"config": {
|
|
97330
|
-
"
|
|
97331
|
-
|
|
97332
|
-
|
|
97333
|
-
|
|
97334
|
-
|
|
97979
|
+
"oneOf": [
|
|
97980
|
+
{
|
|
97981
|
+
"type": "string",
|
|
97982
|
+
"enum": [
|
|
97983
|
+
"pr_scan"
|
|
97984
|
+
]
|
|
97985
|
+
},
|
|
97986
|
+
{
|
|
97987
|
+
"type": "string",
|
|
97988
|
+
"pattern": "(<\\+.+>.*)",
|
|
97989
|
+
"minLength": 1
|
|
97990
|
+
}
|
|
97335
97991
|
]
|
|
97336
97992
|
},
|
|
97337
97993
|
"connectorRef": {
|
|
97338
97994
|
"type": "string"
|
|
97339
97995
|
},
|
|
97996
|
+
"llmConnectorRef": {
|
|
97997
|
+
"description": "Harness LLM connector reference for Claude Code Security authentication (Anthropic)",
|
|
97998
|
+
"oneOf": [
|
|
97999
|
+
{
|
|
98000
|
+
"$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
|
|
98001
|
+
},
|
|
98002
|
+
{
|
|
98003
|
+
"$ref": "#/definitions/pipeline/steps/common/common-jexl"
|
|
98004
|
+
}
|
|
98005
|
+
]
|
|
98006
|
+
},
|
|
97340
98007
|
"imageTag": {
|
|
97341
98008
|
"type": "string"
|
|
97342
98009
|
},
|
|
@@ -97431,25 +98098,22 @@ const schema = {
|
|
|
97431
98098
|
"$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
|
|
97432
98099
|
},
|
|
97433
98100
|
"tool": {
|
|
97434
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
98101
|
+
"$ref": "#/definitions/pipeline/steps/common/STOYamlClaudeCodeSecurityToolData"
|
|
97435
98102
|
},
|
|
97436
98103
|
"description": {
|
|
97437
|
-
"desc": "This is the description for
|
|
98104
|
+
"desc": "This is the description for ClaudeCodeSecurityStepInfo"
|
|
97438
98105
|
}
|
|
97439
98106
|
}
|
|
97440
98107
|
},
|
|
97441
|
-
"
|
|
97442
|
-
"title": "
|
|
98108
|
+
"STOYamlClaudeCodeSecurityToolData": {
|
|
98109
|
+
"title": "STOYamlClaudeCodeSecurityToolData",
|
|
97443
98110
|
"type": "object",
|
|
97444
98111
|
"properties": {
|
|
97445
98112
|
"model": {
|
|
97446
98113
|
"type": "string"
|
|
97447
98114
|
},
|
|
97448
|
-
"base_url": {
|
|
97449
|
-
"type": "string"
|
|
97450
|
-
},
|
|
97451
98115
|
"description": {
|
|
97452
|
-
"desc": "This is the description for
|
|
98116
|
+
"desc": "This is the description for STOYamlClaudeCodeSecurityToolData"
|
|
97453
98117
|
}
|
|
97454
98118
|
},
|
|
97455
98119
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
@@ -114510,6 +115174,22 @@ const schema = {
|
|
|
114510
115174
|
}
|
|
114511
115175
|
}
|
|
114512
115176
|
}
|
|
115177
|
+
},
|
|
115178
|
+
{
|
|
115179
|
+
"if": {
|
|
115180
|
+
"properties": {
|
|
115181
|
+
"type": {
|
|
115182
|
+
"const": "ClaudeCodeSecurity"
|
|
115183
|
+
}
|
|
115184
|
+
}
|
|
115185
|
+
},
|
|
115186
|
+
"then": {
|
|
115187
|
+
"properties": {
|
|
115188
|
+
"spec": {
|
|
115189
|
+
"$ref": "#/definitions/pipeline/steps/common/ClaudeCodeSecurityStepInfo"
|
|
115190
|
+
}
|
|
115191
|
+
}
|
|
115192
|
+
}
|
|
114513
115193
|
}
|
|
114514
115194
|
]
|
|
114515
115195
|
},
|
|
@@ -116031,6 +116711,101 @@ const schema = {
|
|
|
116031
116711
|
}
|
|
116032
116712
|
]
|
|
116033
116713
|
},
|
|
116714
|
+
"ClaudeCodeSecurityNode": {
|
|
116715
|
+
"title": "ClaudeCodeSecurityNode",
|
|
116716
|
+
"type": "object",
|
|
116717
|
+
"required": [
|
|
116718
|
+
"identifier",
|
|
116719
|
+
"name",
|
|
116720
|
+
"spec",
|
|
116721
|
+
"type"
|
|
116722
|
+
],
|
|
116723
|
+
"properties": {
|
|
116724
|
+
"description": {
|
|
116725
|
+
"type": "string",
|
|
116726
|
+
"desc": "This is the description for ClaudeCodeSecurityNode"
|
|
116727
|
+
},
|
|
116728
|
+
"enforce": {
|
|
116729
|
+
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
116730
|
+
},
|
|
116731
|
+
"failureStrategies": {
|
|
116732
|
+
"oneOf": [
|
|
116733
|
+
{
|
|
116734
|
+
"type": "array",
|
|
116735
|
+
"items": {
|
|
116736
|
+
"$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
|
|
116737
|
+
}
|
|
116738
|
+
},
|
|
116739
|
+
{
|
|
116740
|
+
"type": "string",
|
|
116741
|
+
"pattern": "^<\\+input>$",
|
|
116742
|
+
"minLength": 1
|
|
116743
|
+
}
|
|
116744
|
+
]
|
|
116745
|
+
},
|
|
116746
|
+
"identifier": {
|
|
116747
|
+
"type": "string",
|
|
116748
|
+
"pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
|
|
116749
|
+
},
|
|
116750
|
+
"name": {
|
|
116751
|
+
"type": "string",
|
|
116752
|
+
"pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
|
|
116753
|
+
},
|
|
116754
|
+
"strategy": {
|
|
116755
|
+
"oneOf": [
|
|
116756
|
+
{
|
|
116757
|
+
"$ref": "#/definitions/pipeline/common/StrategyConfig"
|
|
116758
|
+
},
|
|
116759
|
+
{
|
|
116760
|
+
"type": "string",
|
|
116761
|
+
"pattern": "^<\\+input>$",
|
|
116762
|
+
"minLength": 1
|
|
116763
|
+
}
|
|
116764
|
+
]
|
|
116765
|
+
},
|
|
116766
|
+
"timeout": {
|
|
116767
|
+
"type": "string",
|
|
116768
|
+
"pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
|
|
116769
|
+
},
|
|
116770
|
+
"type": {
|
|
116771
|
+
"type": "string",
|
|
116772
|
+
"enum": [
|
|
116773
|
+
"ClaudeCodeSecurity"
|
|
116774
|
+
]
|
|
116775
|
+
},
|
|
116776
|
+
"when": {
|
|
116777
|
+
"oneOf": [
|
|
116778
|
+
{
|
|
116779
|
+
"$ref": "#/definitions/pipeline/common/StepWhenCondition"
|
|
116780
|
+
},
|
|
116781
|
+
{
|
|
116782
|
+
"type": "string",
|
|
116783
|
+
"pattern": "^<\\+input>$",
|
|
116784
|
+
"minLength": 1
|
|
116785
|
+
}
|
|
116786
|
+
]
|
|
116787
|
+
}
|
|
116788
|
+
},
|
|
116789
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
116790
|
+
"allOf": [
|
|
116791
|
+
{
|
|
116792
|
+
"if": {
|
|
116793
|
+
"properties": {
|
|
116794
|
+
"type": {
|
|
116795
|
+
"const": "ClaudeCodeSecurity"
|
|
116796
|
+
}
|
|
116797
|
+
}
|
|
116798
|
+
},
|
|
116799
|
+
"then": {
|
|
116800
|
+
"properties": {
|
|
116801
|
+
"spec": {
|
|
116802
|
+
"$ref": "#/definitions/pipeline/steps/common/ClaudeCodeSecurityStepInfo"
|
|
116803
|
+
}
|
|
116804
|
+
}
|
|
116805
|
+
}
|
|
116806
|
+
}
|
|
116807
|
+
]
|
|
116808
|
+
},
|
|
116034
116809
|
"SscaComplianceStepNode": {
|
|
116035
116810
|
"title": "SscaComplianceStepNode",
|
|
116036
116811
|
"type": "object",
|
|
@@ -149163,6 +149938,9 @@ const schema = {
|
|
|
149163
149938
|
{
|
|
149164
149939
|
"$ref": "#/definitions/pipeline/steps/common/MythosAgentNode"
|
|
149165
149940
|
},
|
|
149941
|
+
{
|
|
149942
|
+
"$ref": "#/definitions/pipeline/steps/common/ClaudeCodeSecurityNode"
|
|
149943
|
+
},
|
|
149166
149944
|
{
|
|
149167
149945
|
"$ref": "#/definitions/pipeline/steps/common/SscaComplianceStepNode"
|
|
149168
149946
|
},
|
|
@@ -151089,6 +151867,9 @@ const schema = {
|
|
|
151089
151867
|
{
|
|
151090
151868
|
"$ref": "#/definitions/pipeline/steps/common/MythosAgentNode"
|
|
151091
151869
|
},
|
|
151870
|
+
{
|
|
151871
|
+
"$ref": "#/definitions/pipeline/steps/common/ClaudeCodeSecurityNode"
|
|
151872
|
+
},
|
|
151092
151873
|
{
|
|
151093
151874
|
"$ref": "#/definitions/pipeline/steps/common/SscaEnforcementStepNode"
|
|
151094
151875
|
},
|