harness-mcp-v2 3.2.21 → 3.2.22

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.
Files changed (84) hide show
  1. package/README.md +7 -7
  2. package/build/data/schemas/v0/pipeline.d.ts.map +1 -1
  3. package/build/data/schemas/v0/pipeline.js +967 -173
  4. package/build/data/schemas/v0/pipeline.js.map +1 -1
  5. package/build/data/schemas/v0/template.d.ts.map +1 -1
  6. package/build/data/schemas/v0/template.js +1323 -512
  7. package/build/data/schemas/v0/template.js.map +1 -1
  8. package/build/data/schemas/v1/pipeline.d.ts.map +1 -1
  9. package/build/data/schemas/v1/pipeline.js +8 -1
  10. package/build/data/schemas/v1/pipeline.js.map +1 -1
  11. package/build/data/schemas/v1/template.d.ts.map +1 -1
  12. package/build/data/schemas/v1/template.js +8 -1
  13. package/build/data/schemas/v1/template.js.map +1 -1
  14. package/build/index.js +2 -0
  15. package/build/index.js.map +1 -1
  16. package/build/registry/extractors.d.ts +8 -0
  17. package/build/registry/extractors.d.ts.map +1 -1
  18. package/build/registry/extractors.js +62 -0
  19. package/build/registry/extractors.js.map +1 -1
  20. package/build/registry/index.d.ts.map +1 -1
  21. package/build/registry/index.js +9 -1
  22. package/build/registry/index.js.map +1 -1
  23. package/build/registry/toolsets/access-control.js +1 -1
  24. package/build/registry/toolsets/access-control.js.map +1 -1
  25. package/build/registry/toolsets/agents.js +6 -6
  26. package/build/registry/toolsets/agents.js.map +1 -1
  27. package/build/registry/toolsets/alerts.d.ts +3 -0
  28. package/build/registry/toolsets/alerts.d.ts.map +1 -0
  29. package/build/registry/toolsets/alerts.js +234 -0
  30. package/build/registry/toolsets/alerts.js.map +1 -0
  31. package/build/registry/toolsets/connectors.js +1 -1
  32. package/build/registry/toolsets/connectors.js.map +1 -1
  33. package/build/registry/toolsets/environments.js +1 -1
  34. package/build/registry/toolsets/environments.js.map +1 -1
  35. package/build/registry/toolsets/incidents.d.ts.map +1 -1
  36. package/build/registry/toolsets/incidents.js +40 -15
  37. package/build/registry/toolsets/incidents.js.map +1 -1
  38. package/build/registry/toolsets/infrastructure.js +1 -1
  39. package/build/registry/toolsets/infrastructure.js.map +1 -1
  40. package/build/registry/toolsets/scopes.d.ts +1 -1
  41. package/build/registry/toolsets/scopes.js +1 -1
  42. package/build/registry/toolsets/secrets.js +1 -1
  43. package/build/registry/toolsets/secrets.js.map +1 -1
  44. package/build/registry/toolsets/services.js +1 -1
  45. package/build/registry/toolsets/services.js.map +1 -1
  46. package/build/registry/types.d.ts +1 -1
  47. package/build/registry/types.d.ts.map +1 -1
  48. package/build/tools/harness-create.js +3 -3
  49. package/build/tools/harness-create.js.map +1 -1
  50. package/build/tools/harness-delete.js +3 -3
  51. package/build/tools/harness-delete.js.map +1 -1
  52. package/build/tools/harness-describe.d.ts.map +1 -1
  53. package/build/tools/harness-describe.js +6 -3
  54. package/build/tools/harness-describe.js.map +1 -1
  55. package/build/tools/harness-diagnose.d.ts.map +1 -1
  56. package/build/tools/harness-diagnose.js +3 -2
  57. package/build/tools/harness-diagnose.js.map +1 -1
  58. package/build/tools/harness-execute.js +3 -3
  59. package/build/tools/harness-execute.js.map +1 -1
  60. package/build/tools/harness-get.js +4 -4
  61. package/build/tools/harness-get.js.map +1 -1
  62. package/build/tools/harness-list.js +5 -5
  63. package/build/tools/harness-list.js.map +1 -1
  64. package/build/tools/harness-search.d.ts.map +1 -1
  65. package/build/tools/harness-search.js +4 -3
  66. package/build/tools/harness-search.js.map +1 -1
  67. package/build/tools/harness-status.d.ts.map +1 -1
  68. package/build/tools/harness-status.js +3 -2
  69. package/build/tools/harness-status.js.map +1 -1
  70. package/build/tools/harness-update.js +3 -3
  71. package/build/tools/harness-update.js.map +1 -1
  72. package/build/tools/input-schemas.d.ts +17 -1
  73. package/build/tools/input-schemas.d.ts.map +1 -1
  74. package/build/tools/input-schemas.js +46 -2
  75. package/build/tools/input-schemas.js.map +1 -1
  76. package/build/utils/deep-links.d.ts +5 -0
  77. package/build/utils/deep-links.d.ts.map +1 -1
  78. package/build/utils/deep-links.js +12 -0
  79. package/build/utils/deep-links.js.map +1 -1
  80. package/build/utils/url-parser.d.ts.map +1 -1
  81. package/build/utils/url-parser.js +3 -1
  82. package/build/utils/url-parser.js.map +1 -1
  83. package/npm-shrinkwrap.json +2 -2
  84. 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
  },
@@ -11093,6 +11094,21 @@ const schema = {
11093
11094
  "prodListenerRuleArn": {
11094
11095
  "type": "string"
11095
11096
  },
11097
+ "prodListenerRuleConfigs": {
11098
+ "oneOf": [
11099
+ {
11100
+ "type": "array",
11101
+ "items": {
11102
+ "$ref": "#/definitions/pipeline/steps/cd/ProdListenerRuleConfig"
11103
+ }
11104
+ },
11105
+ {
11106
+ "type": "string",
11107
+ "pattern": "(<\\+.+>.*)",
11108
+ "minLength": 1
11109
+ }
11110
+ ]
11111
+ },
11096
11112
  "sameAsAlreadyRunningInstances": {
11097
11113
  "oneOf": [
11098
11114
  {
@@ -11176,6 +11192,21 @@ const schema = {
11176
11192
  "prodListenerRuleArn": {
11177
11193
  "type": "string"
11178
11194
  },
11195
+ "prodListenerRuleConfigs": {
11196
+ "oneOf": [
11197
+ {
11198
+ "type": "array",
11199
+ "items": {
11200
+ "$ref": "#/definitions/pipeline/steps/cd/ProdListenerRuleConfig"
11201
+ }
11202
+ },
11203
+ {
11204
+ "type": "string",
11205
+ "pattern": "(<\\+.+>.*)",
11206
+ "minLength": 1
11207
+ }
11208
+ ]
11209
+ },
11179
11210
  "sameAsAlreadyRunningInstances": {
11180
11211
  "oneOf": [
11181
11212
  {
@@ -11217,6 +11248,27 @@ const schema = {
11217
11248
  }
11218
11249
  }
11219
11250
  },
11251
+ "ProdListenerRuleConfig": {
11252
+ "title": "ProdListenerRuleConfig",
11253
+ "type": "object",
11254
+ "required": [
11255
+ "prodListenerRuleArn"
11256
+ ],
11257
+ "properties": {
11258
+ "prodListenerRuleArn": {
11259
+ "type": "string",
11260
+ "pattern": "^(?=\\s*\\S).*$"
11261
+ },
11262
+ "stageTargetGroupArn": {
11263
+ "type": "string"
11264
+ },
11265
+ "description": {
11266
+ "type": "string",
11267
+ "desc": "This is the description for ProdListenerRuleConfig"
11268
+ }
11269
+ },
11270
+ "$schema": "http://json-schema.org/draft-07/schema#"
11271
+ },
11220
11272
  "EcsBlueGreenRollbackStepNode_template": {
11221
11273
  "title": "EcsBlueGreenRollbackStepNode_template",
11222
11274
  "type": "object",
@@ -20048,7 +20100,6 @@ const schema = {
20048
20100
  "provider": {
20049
20101
  "type": "string",
20050
20102
  "enum": [
20051
- "smi",
20052
20103
  "istio"
20053
20104
  ]
20054
20105
  },
@@ -20057,22 +20108,6 @@ const schema = {
20057
20108
  }
20058
20109
  },
20059
20110
  "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
20111
  {
20077
20112
  "if": {
20078
20113
  "properties": {
@@ -20091,8 +20126,8 @@ const schema = {
20091
20126
  }
20092
20127
  ]
20093
20128
  },
20094
- "SMIProviderSpec": {
20095
- "title": "SMIProviderSpec",
20129
+ "IstioProviderSpec": {
20130
+ "title": "IstioProviderSpec",
20096
20131
  "allOf": [
20097
20132
  {
20098
20133
  "$ref": "#/definitions/pipeline/steps/cd/K8sTrafficRoutingProviderBaseSpec"
@@ -20100,8 +20135,51 @@ const schema = {
20100
20135
  {
20101
20136
  "type": "object",
20102
20137
  "properties": {
20103
- "rootService": {
20104
- "type": "string"
20138
+ "gateways": {
20139
+ "oneOf": [
20140
+ {
20141
+ "type": "array",
20142
+ "items": {
20143
+ "type": "string",
20144
+ "minLength": 1
20145
+ },
20146
+ "minItems": 1
20147
+ },
20148
+ {
20149
+ "type": "string",
20150
+ "pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
20151
+ "minLength": 1
20152
+ }
20153
+ ]
20154
+ },
20155
+ "hosts": {
20156
+ "oneOf": [
20157
+ {
20158
+ "type": "array",
20159
+ "items": {
20160
+ "type": "string",
20161
+ "minLength": 1
20162
+ },
20163
+ "minItems": 1
20164
+ },
20165
+ {
20166
+ "type": "string",
20167
+ "pattern": "(<\\+.+>.*)",
20168
+ "minLength": 1
20169
+ }
20170
+ ]
20171
+ },
20172
+ "delegateService": {
20173
+ "oneOf": [
20174
+ {
20175
+ "type": "boolean"
20176
+ },
20177
+ {
20178
+ "type": "string",
20179
+ "pattern": "(<\\+.+>.*)",
20180
+ "minLength": 1
20181
+ }
20182
+ ]
20105
20183
  }
20106
20184
  }
20107
20185
  }
@@ -20603,181 +20681,121 @@ const schema = {
20603
20681
  }
20604
20682
  ]
20605
20683
  },
20606
- "IstioProviderSpec": {
20607
- "title": "IstioProviderSpec",
20684
+ "K8sCanaryDeleteStepNode_template": {
20685
+ "title": "K8sCanaryDeleteStepNode_template",
20686
+ "type": "object",
20687
+ "required": [
20688
+ "spec",
20689
+ "type"
20690
+ ],
20691
+ "properties": {
20692
+ "enforce": {
20693
+ "$ref": "#/definitions/pipeline/common/PolicyConfig"
20694
+ },
20695
+ "failureStrategies": {
20696
+ "oneOf": [
20697
+ {
20698
+ "type": "array",
20699
+ "items": {
20700
+ "$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
20701
+ }
20702
+ },
20703
+ {
20704
+ "type": "string",
20705
+ "pattern": "^<\\+input>$",
20706
+ "minLength": 1
20707
+ }
20708
+ ]
20709
+ },
20710
+ "strategy": {
20711
+ "oneOf": [
20712
+ {
20713
+ "$ref": "#/definitions/pipeline/common/StrategyConfig"
20714
+ },
20715
+ {
20716
+ "type": "string",
20717
+ "pattern": "^<\\+input>$",
20718
+ "minLength": 1
20719
+ }
20720
+ ]
20721
+ },
20722
+ "timeout": {
20723
+ "type": "string",
20724
+ "pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
20725
+ },
20726
+ "type": {
20727
+ "type": "string",
20728
+ "enum": [
20729
+ "K8sCanaryDelete"
20730
+ ]
20731
+ },
20732
+ "when": {
20733
+ "oneOf": [
20734
+ {
20735
+ "$ref": "#/definitions/pipeline/common/StepWhenCondition"
20736
+ },
20737
+ {
20738
+ "type": "string",
20739
+ "pattern": "^<\\+input>$",
20740
+ "minLength": 1
20741
+ }
20742
+ ]
20743
+ }
20744
+ },
20745
+ "$schema": "http://json-schema.org/draft-07/schema#",
20608
20746
  "allOf": [
20609
20747
  {
20610
- "$ref": "#/definitions/pipeline/steps/cd/K8sTrafficRoutingProviderBaseSpec"
20748
+ "if": {
20749
+ "properties": {
20750
+ "type": {
20751
+ "const": "K8sCanaryDelete"
20752
+ }
20753
+ }
20754
+ },
20755
+ "then": {
20756
+ "properties": {
20757
+ "spec": {
20758
+ "$ref": "#/definitions/pipeline/steps/cd/K8sCanaryDeleteStepInfo"
20759
+ }
20760
+ }
20761
+ }
20762
+ }
20763
+ ]
20764
+ },
20765
+ "K8sCanaryDeleteStepInfo": {
20766
+ "title": "K8sCanaryDeleteStepInfo",
20767
+ "allOf": [
20768
+ {
20769
+ "$ref": "#/definitions/pipeline/common/StepSpecType"
20611
20770
  },
20612
20771
  {
20613
20772
  "type": "object",
20614
20773
  "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
- ]
20774
+ "delegateSelectors": {
20775
+ "type": "array",
20776
+ "items": {
20777
+ "type": "string"
20778
+ }
20660
20779
  }
20661
20780
  }
20662
20781
  }
20663
20782
  ],
20664
- "$schema": "http://json-schema.org/draft-07/schema#"
20783
+ "$schema": "http://json-schema.org/draft-07/schema#",
20784
+ "type": "object",
20785
+ "properties": {
20786
+ "delegateSelectors": {
20787
+ "type": "array",
20788
+ "items": {
20789
+ "type": "string"
20790
+ }
20791
+ },
20792
+ "description": {
20793
+ "desc": "This is the description for K8sCanaryDeleteStepInfo"
20794
+ }
20795
+ }
20665
20796
  },
20666
- "K8sCanaryDeleteStepNode_template": {
20667
- "title": "K8sCanaryDeleteStepNode_template",
20668
- "type": "object",
20669
- "required": [
20670
- "spec",
20671
- "type"
20672
- ],
20673
- "properties": {
20674
- "enforce": {
20675
- "$ref": "#/definitions/pipeline/common/PolicyConfig"
20676
- },
20677
- "failureStrategies": {
20678
- "oneOf": [
20679
- {
20680
- "type": "array",
20681
- "items": {
20682
- "$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
20683
- }
20684
- },
20685
- {
20686
- "type": "string",
20687
- "pattern": "^<\\+input>$",
20688
- "minLength": 1
20689
- }
20690
- ]
20691
- },
20692
- "strategy": {
20693
- "oneOf": [
20694
- {
20695
- "$ref": "#/definitions/pipeline/common/StrategyConfig"
20696
- },
20697
- {
20698
- "type": "string",
20699
- "pattern": "^<\\+input>$",
20700
- "minLength": 1
20701
- }
20702
- ]
20703
- },
20704
- "timeout": {
20705
- "type": "string",
20706
- "pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
20707
- },
20708
- "type": {
20709
- "type": "string",
20710
- "enum": [
20711
- "K8sCanaryDelete"
20712
- ]
20713
- },
20714
- "when": {
20715
- "oneOf": [
20716
- {
20717
- "$ref": "#/definitions/pipeline/common/StepWhenCondition"
20718
- },
20719
- {
20720
- "type": "string",
20721
- "pattern": "^<\\+input>$",
20722
- "minLength": 1
20723
- }
20724
- ]
20725
- }
20726
- },
20727
- "$schema": "http://json-schema.org/draft-07/schema#",
20728
- "allOf": [
20729
- {
20730
- "if": {
20731
- "properties": {
20732
- "type": {
20733
- "const": "K8sCanaryDelete"
20734
- }
20735
- }
20736
- },
20737
- "then": {
20738
- "properties": {
20739
- "spec": {
20740
- "$ref": "#/definitions/pipeline/steps/cd/K8sCanaryDeleteStepInfo"
20741
- }
20742
- }
20743
- }
20744
- }
20745
- ]
20746
- },
20747
- "K8sCanaryDeleteStepInfo": {
20748
- "title": "K8sCanaryDeleteStepInfo",
20749
- "allOf": [
20750
- {
20751
- "$ref": "#/definitions/pipeline/common/StepSpecType"
20752
- },
20753
- {
20754
- "type": "object",
20755
- "properties": {
20756
- "delegateSelectors": {
20757
- "type": "array",
20758
- "items": {
20759
- "type": "string"
20760
- }
20761
- }
20762
- }
20763
- }
20764
- ],
20765
- "$schema": "http://json-schema.org/draft-07/schema#",
20766
- "type": "object",
20767
- "properties": {
20768
- "delegateSelectors": {
20769
- "type": "array",
20770
- "items": {
20771
- "type": "string"
20772
- }
20773
- },
20774
- "description": {
20775
- "desc": "This is the description for K8sCanaryDeleteStepInfo"
20776
- }
20777
- }
20778
- },
20779
- "K8sProgressiveCanaryRollbackStepNode_template": {
20780
- "title": "K8sProgressiveCanaryRollbackStepNode_template",
20797
+ "K8sProgressiveCanaryRollbackStepNode_template": {
20798
+ "title": "K8sProgressiveCanaryRollbackStepNode_template",
20781
20799
  "type": "object",
20782
20800
  "required": [
20783
20801
  "spec",
@@ -57879,6 +57897,21 @@ const schema = {
57879
57897
  }
57880
57898
  ]
57881
57899
  },
57900
+ "ruleOverrides": {
57901
+ "oneOf": [
57902
+ {
57903
+ "type": "array",
57904
+ "items": {
57905
+ "$ref": "#/definitions/pipeline/steps/cd/InheritRuleOverride"
57906
+ }
57907
+ },
57908
+ {
57909
+ "type": "string",
57910
+ "pattern": "(<\\+.+>.*)",
57911
+ "minLength": 1
57912
+ }
57913
+ ]
57914
+ },
57882
57915
  "downsizeOldService": {
57883
57916
  "oneOf": [
57884
57917
  {
@@ -57910,138 +57943,24 @@ const schema = {
57910
57943
  }
57911
57944
  }
57912
57945
  },
57913
- "StandAloneTrafficShiftRollbackStepNode": {
57914
- "title": "StandAloneTrafficShiftRollbackStepNode",
57946
+ "InheritRuleOverride": {
57947
+ "title": "InheritRuleOverride",
57915
57948
  "type": "object",
57916
57949
  "required": [
57917
- "identifier",
57918
- "name",
57919
- "spec",
57920
- "type"
57950
+ "listenerRuleArn"
57921
57951
  ],
57922
57952
  "properties": {
57923
- "description": {
57953
+ "listenerRuleArn": {
57924
57954
  "type": "string",
57925
- "desc": "This is the description for StandAloneTrafficShiftRollbackStepNode"
57926
- },
57927
- "enforce": {
57928
- "$ref": "#/definitions/pipeline/common/PolicyConfig"
57929
- },
57930
- "failureStrategies": {
57931
- "oneOf": [
57932
- {
57933
- "type": "array",
57934
- "items": {
57935
- "$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
57936
- }
57937
- },
57938
- {
57939
- "type": "string",
57940
- "pattern": "^<\\+input>$",
57941
- "minLength": 1
57942
- }
57943
- ]
57944
- },
57945
- "identifier": {
57946
- "type": "string",
57947
- "pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
57948
- },
57949
- "name": {
57950
- "type": "string",
57951
- "pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
57952
- },
57953
- "strategy": {
57954
- "oneOf": [
57955
- {
57956
- "$ref": "#/definitions/pipeline/common/StrategyConfig"
57957
- },
57958
- {
57959
- "type": "string",
57960
- "pattern": "^<\\+input>$",
57961
- "minLength": 1
57962
- }
57963
- ]
57964
- },
57965
- "timeout": {
57966
- "type": "string",
57967
- "pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
57968
- },
57969
- "type": {
57970
- "type": "string",
57971
- "enum": [
57972
- "StandAloneTrafficShiftRollback"
57973
- ]
57974
- },
57975
- "when": {
57976
- "oneOf": [
57977
- {
57978
- "$ref": "#/definitions/pipeline/common/StepWhenCondition"
57979
- },
57980
- {
57981
- "type": "string",
57982
- "pattern": "^<\\+input>$",
57983
- "minLength": 1
57984
- }
57985
- ]
57986
- }
57987
- },
57988
- "$schema": "http://json-schema.org/draft-07/schema#",
57989
- "allOf": [
57990
- {
57991
- "if": {
57992
- "properties": {
57993
- "type": {
57994
- "const": "StandAloneTrafficShiftRollback"
57995
- }
57996
- }
57997
- },
57998
- "then": {
57999
- "properties": {
58000
- "spec": {
58001
- "$ref": "#/definitions/pipeline/steps/cd/StandAloneTrafficShiftRollbackStepInfo"
58002
- }
58003
- }
58004
- }
58005
- }
58006
- ]
58007
- },
58008
- "StandAloneTrafficShiftRollbackStepInfo": {
58009
- "title": "StandAloneTrafficShiftRollbackStepInfo",
58010
- "allOf": [
58011
- {
58012
- "$ref": "#/definitions/pipeline/common/StepSpecType"
57955
+ "pattern": "^(?=\\s*\\S).*$"
58013
57956
  },
58014
- {
58015
- "type": "object",
58016
- "properties": {
58017
- "delegateSelectors": {
58018
- "oneOf": [
58019
- {
58020
- "type": "array",
58021
- "items": {
58022
- "type": "string"
58023
- }
58024
- },
58025
- {
58026
- "type": "string",
58027
- "pattern": "(<\\+.+>.*)",
58028
- "minLength": 1
58029
- }
58030
- ]
58031
- }
58032
- }
58033
- }
58034
- ],
58035
- "$schema": "http://json-schema.org/draft-07/schema#",
58036
- "type": "object",
58037
- "properties": {
58038
- "delegateSelectors": {
57957
+ "weightPercentage": {
58039
57958
  "oneOf": [
58040
57959
  {
58041
- "type": "array",
58042
- "items": {
58043
- "type": "string"
58044
- }
57960
+ "type": "integer",
57961
+ "format": "int32",
57962
+ "minimum": 0,
57963
+ "maximum": 100
58045
57964
  },
58046
57965
  {
58047
57966
  "type": "string",
@@ -58051,12 +57970,14 @@ const schema = {
58051
57970
  ]
58052
57971
  },
58053
57972
  "description": {
58054
- "desc": "This is the description for StandAloneTrafficShiftRollbackStepInfo"
57973
+ "type": "string",
57974
+ "desc": "This is the description for InheritRuleOverride"
58055
57975
  }
58056
- }
57976
+ },
57977
+ "$schema": "http://json-schema.org/draft-07/schema#"
58057
57978
  },
58058
- "ElastigroupBlueGreenTrafficShiftStepNode": {
58059
- "title": "ElastigroupBlueGreenTrafficShiftStepNode",
57979
+ "StandAloneTrafficShiftRollbackStepNode": {
57980
+ "title": "StandAloneTrafficShiftRollbackStepNode",
58060
57981
  "type": "object",
58061
57982
  "required": [
58062
57983
  "identifier",
@@ -58067,7 +57988,152 @@ const schema = {
58067
57988
  "properties": {
58068
57989
  "description": {
58069
57990
  "type": "string",
58070
- "desc": "This is the description for ElastigroupBlueGreenTrafficShiftStepNode"
57991
+ "desc": "This is the description for StandAloneTrafficShiftRollbackStepNode"
57992
+ },
57993
+ "enforce": {
57994
+ "$ref": "#/definitions/pipeline/common/PolicyConfig"
57995
+ },
57996
+ "failureStrategies": {
57997
+ "oneOf": [
57998
+ {
57999
+ "type": "array",
58000
+ "items": {
58001
+ "$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
58002
+ }
58003
+ },
58004
+ {
58005
+ "type": "string",
58006
+ "pattern": "^<\\+input>$",
58007
+ "minLength": 1
58008
+ }
58009
+ ]
58010
+ },
58011
+ "identifier": {
58012
+ "type": "string",
58013
+ "pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
58014
+ },
58015
+ "name": {
58016
+ "type": "string",
58017
+ "pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
58018
+ },
58019
+ "strategy": {
58020
+ "oneOf": [
58021
+ {
58022
+ "$ref": "#/definitions/pipeline/common/StrategyConfig"
58023
+ },
58024
+ {
58025
+ "type": "string",
58026
+ "pattern": "^<\\+input>$",
58027
+ "minLength": 1
58028
+ }
58029
+ ]
58030
+ },
58031
+ "timeout": {
58032
+ "type": "string",
58033
+ "pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
58034
+ },
58035
+ "type": {
58036
+ "type": "string",
58037
+ "enum": [
58038
+ "StandAloneTrafficShiftRollback"
58039
+ ]
58040
+ },
58041
+ "when": {
58042
+ "oneOf": [
58043
+ {
58044
+ "$ref": "#/definitions/pipeline/common/StepWhenCondition"
58045
+ },
58046
+ {
58047
+ "type": "string",
58048
+ "pattern": "^<\\+input>$",
58049
+ "minLength": 1
58050
+ }
58051
+ ]
58052
+ }
58053
+ },
58054
+ "$schema": "http://json-schema.org/draft-07/schema#",
58055
+ "allOf": [
58056
+ {
58057
+ "if": {
58058
+ "properties": {
58059
+ "type": {
58060
+ "const": "StandAloneTrafficShiftRollback"
58061
+ }
58062
+ }
58063
+ },
58064
+ "then": {
58065
+ "properties": {
58066
+ "spec": {
58067
+ "$ref": "#/definitions/pipeline/steps/cd/StandAloneTrafficShiftRollbackStepInfo"
58068
+ }
58069
+ }
58070
+ }
58071
+ }
58072
+ ]
58073
+ },
58074
+ "StandAloneTrafficShiftRollbackStepInfo": {
58075
+ "title": "StandAloneTrafficShiftRollbackStepInfo",
58076
+ "allOf": [
58077
+ {
58078
+ "$ref": "#/definitions/pipeline/common/StepSpecType"
58079
+ },
58080
+ {
58081
+ "type": "object",
58082
+ "properties": {
58083
+ "delegateSelectors": {
58084
+ "oneOf": [
58085
+ {
58086
+ "type": "array",
58087
+ "items": {
58088
+ "type": "string"
58089
+ }
58090
+ },
58091
+ {
58092
+ "type": "string",
58093
+ "pattern": "(<\\+.+>.*)",
58094
+ "minLength": 1
58095
+ }
58096
+ ]
58097
+ }
58098
+ }
58099
+ }
58100
+ ],
58101
+ "$schema": "http://json-schema.org/draft-07/schema#",
58102
+ "type": "object",
58103
+ "properties": {
58104
+ "delegateSelectors": {
58105
+ "oneOf": [
58106
+ {
58107
+ "type": "array",
58108
+ "items": {
58109
+ "type": "string"
58110
+ }
58111
+ },
58112
+ {
58113
+ "type": "string",
58114
+ "pattern": "(<\\+.+>.*)",
58115
+ "minLength": 1
58116
+ }
58117
+ ]
58118
+ },
58119
+ "description": {
58120
+ "desc": "This is the description for StandAloneTrafficShiftRollbackStepInfo"
58121
+ }
58122
+ }
58123
+ },
58124
+ "ElastigroupBlueGreenTrafficShiftStepNode": {
58125
+ "title": "ElastigroupBlueGreenTrafficShiftStepNode",
58126
+ "type": "object",
58127
+ "required": [
58128
+ "identifier",
58129
+ "name",
58130
+ "spec",
58131
+ "type"
58132
+ ],
58133
+ "properties": {
58134
+ "description": {
58135
+ "type": "string",
58136
+ "desc": "This is the description for ElastigroupBlueGreenTrafficShiftStepNode"
58071
58137
  },
58072
58138
  "enforce": {
58073
58139
  "$ref": "#/definitions/pipeline/common/PolicyConfig"
@@ -62032,6 +62098,125 @@ const schema = {
62032
62098
  "assertion": {
62033
62099
  "type": "string"
62034
62100
  },
62101
+ "authentication": {
62102
+ "type": "object",
62103
+ "properties": {
62104
+ "type": {
62105
+ "type": "string",
62106
+ "enum": [
62107
+ "None",
62108
+ "Basic",
62109
+ "BearerToken",
62110
+ "ApiKey"
62111
+ ],
62112
+ "default": "None"
62113
+ },
62114
+ "spec": {
62115
+ "type": "object",
62116
+ "properties": {
62117
+ "username": {
62118
+ "type": "string"
62119
+ },
62120
+ "password": {
62121
+ "type": "string"
62122
+ },
62123
+ "token": {
62124
+ "type": "string"
62125
+ },
62126
+ "keyName": {
62127
+ "type": "string"
62128
+ },
62129
+ "keyValue": {
62130
+ "type": "string"
62131
+ },
62132
+ "addTo": {
62133
+ "type": "string",
62134
+ "enum": [
62135
+ "Header",
62136
+ "QueryParameter"
62137
+ ],
62138
+ "default": "Header"
62139
+ }
62140
+ }
62141
+ }
62142
+ },
62143
+ "allOf": [
62144
+ {
62145
+ "if": {
62146
+ "properties": {
62147
+ "type": {
62148
+ "const": "Basic"
62149
+ }
62150
+ },
62151
+ "required": [
62152
+ "type"
62153
+ ]
62154
+ },
62155
+ "then": {
62156
+ "required": [
62157
+ "spec"
62158
+ ],
62159
+ "properties": {
62160
+ "spec": {
62161
+ "required": [
62162
+ "username",
62163
+ "password"
62164
+ ]
62165
+ }
62166
+ }
62167
+ }
62168
+ },
62169
+ {
62170
+ "if": {
62171
+ "properties": {
62172
+ "type": {
62173
+ "const": "BearerToken"
62174
+ }
62175
+ },
62176
+ "required": [
62177
+ "type"
62178
+ ]
62179
+ },
62180
+ "then": {
62181
+ "required": [
62182
+ "spec"
62183
+ ],
62184
+ "properties": {
62185
+ "spec": {
62186
+ "required": [
62187
+ "token"
62188
+ ]
62189
+ }
62190
+ }
62191
+ }
62192
+ },
62193
+ {
62194
+ "if": {
62195
+ "properties": {
62196
+ "type": {
62197
+ "const": "ApiKey"
62198
+ }
62199
+ },
62200
+ "required": [
62201
+ "type"
62202
+ ]
62203
+ },
62204
+ "then": {
62205
+ "required": [
62206
+ "spec"
62207
+ ],
62208
+ "properties": {
62209
+ "spec": {
62210
+ "required": [
62211
+ "keyName",
62212
+ "keyValue"
62213
+ ]
62214
+ }
62215
+ }
62216
+ }
62217
+ }
62218
+ ]
62219
+ },
62035
62220
  "delegateSelectors": {
62036
62221
  "oneOf": [
62037
62222
  {
@@ -62109,6 +62294,125 @@ const schema = {
62109
62294
  "assertion": {
62110
62295
  "type": "string"
62111
62296
  },
62297
+ "authentication": {
62298
+ "type": "object",
62299
+ "properties": {
62300
+ "type": {
62301
+ "type": "string",
62302
+ "enum": [
62303
+ "None",
62304
+ "Basic",
62305
+ "BearerToken",
62306
+ "ApiKey"
62307
+ ],
62308
+ "default": "None"
62309
+ },
62310
+ "spec": {
62311
+ "type": "object",
62312
+ "properties": {
62313
+ "username": {
62314
+ "type": "string"
62315
+ },
62316
+ "password": {
62317
+ "type": "string"
62318
+ },
62319
+ "token": {
62320
+ "type": "string"
62321
+ },
62322
+ "keyName": {
62323
+ "type": "string"
62324
+ },
62325
+ "keyValue": {
62326
+ "type": "string"
62327
+ },
62328
+ "addTo": {
62329
+ "type": "string",
62330
+ "enum": [
62331
+ "Header",
62332
+ "QueryParameter"
62333
+ ],
62334
+ "default": "Header"
62335
+ }
62336
+ }
62337
+ }
62338
+ },
62339
+ "allOf": [
62340
+ {
62341
+ "if": {
62342
+ "properties": {
62343
+ "type": {
62344
+ "const": "Basic"
62345
+ }
62346
+ },
62347
+ "required": [
62348
+ "type"
62349
+ ]
62350
+ },
62351
+ "then": {
62352
+ "required": [
62353
+ "spec"
62354
+ ],
62355
+ "properties": {
62356
+ "spec": {
62357
+ "required": [
62358
+ "username",
62359
+ "password"
62360
+ ]
62361
+ }
62362
+ }
62363
+ }
62364
+ },
62365
+ {
62366
+ "if": {
62367
+ "properties": {
62368
+ "type": {
62369
+ "const": "BearerToken"
62370
+ }
62371
+ },
62372
+ "required": [
62373
+ "type"
62374
+ ]
62375
+ },
62376
+ "then": {
62377
+ "required": [
62378
+ "spec"
62379
+ ],
62380
+ "properties": {
62381
+ "spec": {
62382
+ "required": [
62383
+ "token"
62384
+ ]
62385
+ }
62386
+ }
62387
+ }
62388
+ },
62389
+ {
62390
+ "if": {
62391
+ "properties": {
62392
+ "type": {
62393
+ "const": "ApiKey"
62394
+ }
62395
+ },
62396
+ "required": [
62397
+ "type"
62398
+ ]
62399
+ },
62400
+ "then": {
62401
+ "required": [
62402
+ "spec"
62403
+ ],
62404
+ "properties": {
62405
+ "spec": {
62406
+ "required": [
62407
+ "keyName",
62408
+ "keyValue"
62409
+ ]
62410
+ }
62411
+ }
62412
+ }
62413
+ }
62414
+ ]
62415
+ },
62112
62416
  "delegateSelectors": {
62113
62417
  "oneOf": [
62114
62418
  {
@@ -93051,6 +93355,22 @@ const schema = {
93051
93355
  }
93052
93356
  }
93053
93357
  }
93358
+ },
93359
+ {
93360
+ "if": {
93361
+ "properties": {
93362
+ "type": {
93363
+ "const": "ClaudeCodeSecurity"
93364
+ }
93365
+ }
93366
+ },
93367
+ "then": {
93368
+ "properties": {
93369
+ "spec": {
93370
+ "$ref": "#/definitions/pipeline/steps/common/ClaudeCodeSecurityStepInfo"
93371
+ }
93372
+ }
93373
+ }
93054
93374
  }
93055
93375
  ]
93056
93376
  },
@@ -95712,40 +96032,339 @@ const schema = {
95712
96032
  "$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
95713
96033
  },
95714
96034
  "tool": {
95715
- "$ref": "#/definitions/pipeline/steps/common/STOYamlTraceableToolData"
96035
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlTraceableToolData"
96036
+ },
96037
+ "description": {
96038
+ "desc": "This is the description for TraceableStepInfo"
96039
+ }
96040
+ }
96041
+ },
96042
+ "STOYamlTraceableToolData": {
96043
+ "title": "STOYamlTraceableToolData",
96044
+ "type": "object",
96045
+ "required": [
96046
+ "suite_id"
96047
+ ],
96048
+ "properties": {
96049
+ "scan_id": {
96050
+ "type": "string"
96051
+ },
96052
+ "suite_id": {
96053
+ "type": "string"
96054
+ },
96055
+ "runner_id": {
96056
+ "type": "string"
96057
+ },
96058
+ "scan_name": {
96059
+ "type": "string"
96060
+ },
96061
+ "description": {
96062
+ "desc": "This is the description for STOYamlTraceableToolData"
96063
+ }
96064
+ },
96065
+ "$schema": "http://json-schema.org/draft-07/schema#"
96066
+ },
96067
+ "VeracodeStepInfo": {
96068
+ "title": "VeracodeStepInfo",
96069
+ "allOf": [
96070
+ {
96071
+ "$ref": "#/definitions/pipeline/common/StepSpecType"
96072
+ },
96073
+ {
96074
+ "type": "object",
96075
+ "required": [
96076
+ "config",
96077
+ "mode",
96078
+ "target"
96079
+ ],
96080
+ "properties": {
96081
+ "advanced": {
96082
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlAdvancedSettings"
96083
+ },
96084
+ "auth": {
96085
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlAuth"
96086
+ },
96087
+ "baseImageConnectorRefs": {
96088
+ "$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
96089
+ },
96090
+ "config": {
96091
+ "oneOf": [
96092
+ {
96093
+ "type": "string",
96094
+ "enum": [
96095
+ "default",
96096
+ "sandbox"
96097
+ ]
96098
+ },
96099
+ {
96100
+ "type": "string",
96101
+ "pattern": "(<\\+.+>.*)",
96102
+ "minLength": 1
96103
+ }
96104
+ ]
96105
+ },
96106
+ "connectorRef": {
96107
+ "type": "string"
96108
+ },
96109
+ "imageTag": {
96110
+ "type": "string"
96111
+ },
96112
+ "imagePullPolicy": {
96113
+ "oneOf": [
96114
+ {
96115
+ "type": "string",
96116
+ "enum": [
96117
+ "Always",
96118
+ "Never",
96119
+ "IfNotPresent"
96120
+ ]
96121
+ },
96122
+ {
96123
+ "type": "string",
96124
+ "pattern": "(<\\+.+>.*)",
96125
+ "minLength": 1
96126
+ }
96127
+ ]
96128
+ },
96129
+ "ingestion": {
96130
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlIngestion"
96131
+ },
96132
+ "mode": {
96133
+ "oneOf": [
96134
+ {
96135
+ "type": "string",
96136
+ "enum": [
96137
+ "ingestion",
96138
+ "orchestration",
96139
+ "extraction"
96140
+ ]
96141
+ },
96142
+ {
96143
+ "type": "string",
96144
+ "pattern": "(<\\+.+>.*)",
96145
+ "minLength": 1
96146
+ }
96147
+ ]
96148
+ },
96149
+ "outputVariables": {
96150
+ "oneOf": [
96151
+ {
96152
+ "type": "array",
96153
+ "items": {
96154
+ "$ref": "#/definitions/pipeline/common/OutputNGVariable"
96155
+ }
96156
+ },
96157
+ {
96158
+ "type": "string",
96159
+ "pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
96160
+ "minLength": 1
96161
+ }
96162
+ ]
96163
+ },
96164
+ "privileged": {
96165
+ "oneOf": [
96166
+ {
96167
+ "type": "boolean"
96168
+ },
96169
+ {
96170
+ "type": "string",
96171
+ "pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
96172
+ "minLength": 1
96173
+ }
96174
+ ]
96175
+ },
96176
+ "resources": {
96177
+ "$ref": "#/definitions/pipeline/common/ContainerResource"
96178
+ },
96179
+ "runAsUser": {
96180
+ "oneOf": [
96181
+ {
96182
+ "type": "integer",
96183
+ "format": "int32"
96184
+ },
96185
+ {
96186
+ "type": "string"
96187
+ }
96188
+ ]
96189
+ },
96190
+ "settings": {
96191
+ "oneOf": [
96192
+ {
96193
+ "$ref": "#/definitions/pipeline/common/ParameterFieldMapStringJsonNode"
96194
+ },
96195
+ {
96196
+ "type": "string"
96197
+ }
96198
+ ]
96199
+ },
96200
+ "target": {
96201
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
96202
+ },
96203
+ "tool": {
96204
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlVeracodeToolData"
96205
+ }
96206
+ }
96207
+ }
96208
+ ],
96209
+ "$schema": "http://json-schema.org/draft-07/schema#",
96210
+ "type": "object",
96211
+ "required": [
96212
+ "config",
96213
+ "mode",
96214
+ "target"
96215
+ ],
96216
+ "properties": {
96217
+ "advanced": {
96218
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlAdvancedSettings"
96219
+ },
96220
+ "auth": {
96221
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlAuth"
96222
+ },
96223
+ "baseImageConnectorRefs": {
96224
+ "$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
96225
+ },
96226
+ "config": {
96227
+ "oneOf": [
96228
+ {
96229
+ "type": "string",
96230
+ "enum": [
96231
+ "default",
96232
+ "sandbox"
96233
+ ]
96234
+ },
96235
+ {
96236
+ "type": "string",
96237
+ "pattern": "(<\\+.+>.*)",
96238
+ "minLength": 1
96239
+ }
96240
+ ]
96241
+ },
96242
+ "connectorRef": {
96243
+ "type": "string"
96244
+ },
96245
+ "imageTag": {
96246
+ "type": "string"
96247
+ },
96248
+ "imagePullPolicy": {
96249
+ "oneOf": [
96250
+ {
96251
+ "type": "string",
96252
+ "enum": [
96253
+ "Always",
96254
+ "Never",
96255
+ "IfNotPresent"
96256
+ ]
96257
+ },
96258
+ {
96259
+ "type": "string",
96260
+ "pattern": "(<\\+.+>.*)",
96261
+ "minLength": 1
96262
+ }
96263
+ ]
96264
+ },
96265
+ "ingestion": {
96266
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlIngestion"
96267
+ },
96268
+ "mode": {
96269
+ "oneOf": [
96270
+ {
96271
+ "type": "string",
96272
+ "enum": [
96273
+ "ingestion",
96274
+ "orchestration",
96275
+ "extraction"
96276
+ ]
96277
+ },
96278
+ {
96279
+ "type": "string",
96280
+ "pattern": "(<\\+.+>.*)",
96281
+ "minLength": 1
96282
+ }
96283
+ ]
96284
+ },
96285
+ "outputVariables": {
96286
+ "oneOf": [
96287
+ {
96288
+ "type": "array",
96289
+ "items": {
96290
+ "$ref": "#/definitions/pipeline/common/OutputNGVariable"
96291
+ }
96292
+ },
96293
+ {
96294
+ "type": "string",
96295
+ "pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
96296
+ "minLength": 1
96297
+ }
96298
+ ]
96299
+ },
96300
+ "privileged": {
96301
+ "oneOf": [
96302
+ {
96303
+ "type": "boolean"
96304
+ },
96305
+ {
96306
+ "type": "string",
96307
+ "pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
96308
+ "minLength": 1
96309
+ }
96310
+ ]
96311
+ },
96312
+ "resources": {
96313
+ "$ref": "#/definitions/pipeline/common/ContainerResource"
96314
+ },
96315
+ "runAsUser": {
96316
+ "oneOf": [
96317
+ {
96318
+ "type": "integer",
96319
+ "format": "int32"
96320
+ },
96321
+ {
96322
+ "type": "string"
96323
+ }
96324
+ ]
96325
+ },
96326
+ "settings": {
96327
+ "oneOf": [
96328
+ {
96329
+ "$ref": "#/definitions/pipeline/common/ParameterFieldMapStringJsonNode"
96330
+ },
96331
+ {
96332
+ "type": "string"
96333
+ }
96334
+ ]
96335
+ },
96336
+ "target": {
96337
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
96338
+ },
96339
+ "tool": {
96340
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlVeracodeToolData"
95716
96341
  },
95717
96342
  "description": {
95718
- "desc": "This is the description for TraceableStepInfo"
96343
+ "desc": "This is the description for VeracodeStepInfo"
95719
96344
  }
95720
96345
  }
95721
96346
  },
95722
- "STOYamlTraceableToolData": {
95723
- "title": "STOYamlTraceableToolData",
96347
+ "STOYamlVeracodeToolData": {
96348
+ "title": "STOYamlVeracodeToolData",
95724
96349
  "type": "object",
95725
- "required": [
95726
- "suite_id"
95727
- ],
95728
96350
  "properties": {
95729
- "scan_id": {
95730
- "type": "string"
95731
- },
95732
- "suite_id": {
96351
+ "app_id": {
95733
96352
  "type": "string"
95734
96353
  },
95735
- "runner_id": {
96354
+ "project_name": {
95736
96355
  "type": "string"
95737
96356
  },
95738
- "scan_name": {
96357
+ "sandbox_id": {
95739
96358
  "type": "string"
95740
96359
  },
95741
96360
  "description": {
95742
- "desc": "This is the description for STOYamlTraceableToolData"
96361
+ "desc": "This is the description for STOYamlVeracodeToolData"
95743
96362
  }
95744
96363
  },
95745
96364
  "$schema": "http://json-schema.org/draft-07/schema#"
95746
96365
  },
95747
- "VeracodeStepInfo": {
95748
- "title": "VeracodeStepInfo",
96366
+ "ZapStepInfo": {
96367
+ "title": "ZapStepInfo",
95749
96368
  "allOf": [
95750
96369
  {
95751
96370
  "$ref": "#/definitions/pipeline/common/StepSpecType"
@@ -95761,9 +96380,6 @@ const schema = {
95761
96380
  "advanced": {
95762
96381
  "$ref": "#/definitions/pipeline/steps/common/STOYamlAdvancedSettings"
95763
96382
  },
95764
- "auth": {
95765
- "$ref": "#/definitions/pipeline/steps/common/STOYamlAuth"
95766
- },
95767
96383
  "baseImageConnectorRefs": {
95768
96384
  "$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
95769
96385
  },
@@ -95773,7 +96389,9 @@ const schema = {
95773
96389
  "type": "string",
95774
96390
  "enum": [
95775
96391
  "default",
95776
- "sandbox"
96392
+ "quick",
96393
+ "attack",
96394
+ "standard"
95777
96395
  ]
95778
96396
  },
95779
96397
  {
@@ -95809,6 +96427,9 @@ const schema = {
95809
96427
  "ingestion": {
95810
96428
  "$ref": "#/definitions/pipeline/steps/common/STOYamlIngestion"
95811
96429
  },
96430
+ "instance": {
96431
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlInstance"
96432
+ },
95812
96433
  "mode": {
95813
96434
  "oneOf": [
95814
96435
  {
@@ -95881,7 +96502,7 @@ const schema = {
95881
96502
  "$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
95882
96503
  },
95883
96504
  "tool": {
95884
- "$ref": "#/definitions/pipeline/steps/common/STOYamlVeracodeToolData"
96505
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlZapToolData"
95885
96506
  }
95886
96507
  }
95887
96508
  }
@@ -95897,9 +96518,6 @@ const schema = {
95897
96518
  "advanced": {
95898
96519
  "$ref": "#/definitions/pipeline/steps/common/STOYamlAdvancedSettings"
95899
96520
  },
95900
- "auth": {
95901
- "$ref": "#/definitions/pipeline/steps/common/STOYamlAuth"
95902
- },
95903
96521
  "baseImageConnectorRefs": {
95904
96522
  "$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
95905
96523
  },
@@ -95909,7 +96527,9 @@ const schema = {
95909
96527
  "type": "string",
95910
96528
  "enum": [
95911
96529
  "default",
95912
- "sandbox"
96530
+ "quick",
96531
+ "attack",
96532
+ "standard"
95913
96533
  ]
95914
96534
  },
95915
96535
  {
@@ -95945,6 +96565,9 @@ const schema = {
95945
96565
  "ingestion": {
95946
96566
  "$ref": "#/definitions/pipeline/steps/common/STOYamlIngestion"
95947
96567
  },
96568
+ "instance": {
96569
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlInstance"
96570
+ },
95948
96571
  "mode": {
95949
96572
  "oneOf": [
95950
96573
  {
@@ -96017,34 +96640,41 @@ const schema = {
96017
96640
  "$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
96018
96641
  },
96019
96642
  "tool": {
96020
- "$ref": "#/definitions/pipeline/steps/common/STOYamlVeracodeToolData"
96643
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlZapToolData"
96021
96644
  },
96022
96645
  "description": {
96023
- "desc": "This is the description for VeracodeStepInfo"
96646
+ "desc": "This is the description for ZapStepInfo"
96024
96647
  }
96025
96648
  }
96026
96649
  },
96027
- "STOYamlVeracodeToolData": {
96028
- "title": "STOYamlVeracodeToolData",
96650
+ "STOYamlZapToolData": {
96651
+ "title": "STOYamlZapToolData",
96029
96652
  "type": "object",
96030
96653
  "properties": {
96031
- "app_id": {
96032
- "type": "string"
96033
- },
96034
- "project_name": {
96654
+ "context": {
96035
96655
  "type": "string"
96036
96656
  },
96037
- "sandbox_id": {
96038
- "type": "string"
96657
+ "port": {
96658
+ "oneOf": [
96659
+ {
96660
+ "type": "integer",
96661
+ "format": "int32"
96662
+ },
96663
+ {
96664
+ "type": "string",
96665
+ "pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
96666
+ "minLength": 1
96667
+ }
96668
+ ]
96039
96669
  },
96040
96670
  "description": {
96041
- "desc": "This is the description for STOYamlVeracodeToolData"
96671
+ "desc": "This is the description for STOYamlZapToolData"
96042
96672
  }
96043
96673
  },
96044
96674
  "$schema": "http://json-schema.org/draft-07/schema#"
96045
96675
  },
96046
- "ZapStepInfo": {
96047
- "title": "ZapStepInfo",
96676
+ "WizStepInfo": {
96677
+ "title": "WizStepInfo",
96048
96678
  "allOf": [
96049
96679
  {
96050
96680
  "$ref": "#/definitions/pipeline/common/StepSpecType"
@@ -96060,6 +96690,9 @@ const schema = {
96060
96690
  "advanced": {
96061
96691
  "$ref": "#/definitions/pipeline/steps/common/STOYamlAdvancedSettings"
96062
96692
  },
96693
+ "auth": {
96694
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlAuth"
96695
+ },
96063
96696
  "baseImageConnectorRefs": {
96064
96697
  "$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
96065
96698
  },
@@ -96069,9 +96702,9 @@ const schema = {
96069
96702
  "type": "string",
96070
96703
  "enum": [
96071
96704
  "default",
96072
- "quick",
96073
- "attack",
96074
- "standard"
96705
+ "wiz-container-images",
96706
+ "wiz-directory",
96707
+ "wiz-iac-templates"
96075
96708
  ]
96076
96709
  },
96077
96710
  {
@@ -96081,6 +96714,9 @@ const schema = {
96081
96714
  }
96082
96715
  ]
96083
96716
  },
96717
+ "image": {
96718
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlImage"
96719
+ },
96084
96720
  "connectorRef": {
96085
96721
  "type": "string"
96086
96722
  },
@@ -96107,9 +96743,6 @@ const schema = {
96107
96743
  "ingestion": {
96108
96744
  "$ref": "#/definitions/pipeline/steps/common/STOYamlIngestion"
96109
96745
  },
96110
- "instance": {
96111
- "$ref": "#/definitions/pipeline/steps/common/STOYamlInstance"
96112
- },
96113
96746
  "mode": {
96114
96747
  "oneOf": [
96115
96748
  {
@@ -96180,9 +96813,6 @@ const schema = {
96180
96813
  },
96181
96814
  "target": {
96182
96815
  "$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
96183
- },
96184
- "tool": {
96185
- "$ref": "#/definitions/pipeline/steps/common/STOYamlZapToolData"
96186
96816
  }
96187
96817
  }
96188
96818
  }
@@ -96198,6 +96828,9 @@ const schema = {
96198
96828
  "advanced": {
96199
96829
  "$ref": "#/definitions/pipeline/steps/common/STOYamlAdvancedSettings"
96200
96830
  },
96831
+ "auth": {
96832
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlAuth"
96833
+ },
96201
96834
  "baseImageConnectorRefs": {
96202
96835
  "$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
96203
96836
  },
@@ -96207,9 +96840,9 @@ const schema = {
96207
96840
  "type": "string",
96208
96841
  "enum": [
96209
96842
  "default",
96210
- "quick",
96211
- "attack",
96212
- "standard"
96843
+ "wiz-container-images",
96844
+ "wiz-directory",
96845
+ "wiz-iac-templates"
96213
96846
  ]
96214
96847
  },
96215
96848
  {
@@ -96219,6 +96852,9 @@ const schema = {
96219
96852
  }
96220
96853
  ]
96221
96854
  },
96855
+ "image": {
96856
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlImage"
96857
+ },
96222
96858
  "connectorRef": {
96223
96859
  "type": "string"
96224
96860
  },
@@ -96245,9 +96881,6 @@ const schema = {
96245
96881
  "ingestion": {
96246
96882
  "$ref": "#/definitions/pipeline/steps/common/STOYamlIngestion"
96247
96883
  },
96248
- "instance": {
96249
- "$ref": "#/definitions/pipeline/steps/common/STOYamlInstance"
96250
- },
96251
96884
  "mode": {
96252
96885
  "oneOf": [
96253
96886
  {
@@ -96320,41 +96953,31 @@ const schema = {
96320
96953
  "$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
96321
96954
  },
96322
96955
  "tool": {
96323
- "$ref": "#/definitions/pipeline/steps/common/STOYamlZapToolData"
96956
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlWizToolData"
96324
96957
  },
96325
96958
  "description": {
96326
- "desc": "This is the description for ZapStepInfo"
96959
+ "desc": "This is the description for WizStepInfo"
96327
96960
  }
96328
96961
  }
96329
96962
  },
96330
- "STOYamlZapToolData": {
96331
- "title": "STOYamlZapToolData",
96963
+ "STOYamlWizToolData": {
96964
+ "title": "STOYamlWizToolData",
96332
96965
  "type": "object",
96966
+ "required": [
96967
+ "project_id"
96968
+ ],
96333
96969
  "properties": {
96334
- "context": {
96970
+ "project_id": {
96335
96971
  "type": "string"
96336
96972
  },
96337
- "port": {
96338
- "oneOf": [
96339
- {
96340
- "type": "integer",
96341
- "format": "int32"
96342
- },
96343
- {
96344
- "type": "string",
96345
- "pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
96346
- "minLength": 1
96347
- }
96348
- ]
96349
- },
96350
96973
  "description": {
96351
- "desc": "This is the description for STOYamlZapToolData"
96974
+ "desc": "This is the description for STOYamlWizToolData"
96352
96975
  }
96353
96976
  },
96354
96977
  "$schema": "http://json-schema.org/draft-07/schema#"
96355
96978
  },
96356
- "WizStepInfo": {
96357
- "title": "WizStepInfo",
96979
+ "ModelScanStepInfo": {
96980
+ "title": "ModelScanStepInfo",
96358
96981
  "allOf": [
96359
96982
  {
96360
96983
  "$ref": "#/definitions/pipeline/common/StepSpecType"
@@ -96370,33 +96993,15 @@ const schema = {
96370
96993
  "advanced": {
96371
96994
  "$ref": "#/definitions/pipeline/steps/common/STOYamlAdvancedSettings"
96372
96995
  },
96373
- "auth": {
96374
- "$ref": "#/definitions/pipeline/steps/common/STOYamlAuth"
96375
- },
96376
96996
  "baseImageConnectorRefs": {
96377
96997
  "$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
96378
96998
  },
96379
96999
  "config": {
96380
- "oneOf": [
96381
- {
96382
- "type": "string",
96383
- "enum": [
96384
- "default",
96385
- "wiz-container-images",
96386
- "wiz-directory",
96387
- "wiz-iac-templates"
96388
- ]
96389
- },
96390
- {
96391
- "type": "string",
96392
- "pattern": "(<\\+.+>.*)",
96393
- "minLength": 1
96394
- }
97000
+ "type": "string",
97001
+ "enum": [
97002
+ "default"
96395
97003
  ]
96396
97004
  },
96397
- "image": {
96398
- "$ref": "#/definitions/pipeline/steps/common/STOYamlImage"
96399
- },
96400
97005
  "connectorRef": {
96401
97006
  "type": "string"
96402
97007
  },
@@ -96429,8 +97034,7 @@ const schema = {
96429
97034
  "type": "string",
96430
97035
  "enum": [
96431
97036
  "ingestion",
96432
- "orchestration",
96433
- "extraction"
97037
+ "orchestration"
96434
97038
  ]
96435
97039
  },
96436
97040
  {
@@ -96508,33 +97112,15 @@ const schema = {
96508
97112
  "advanced": {
96509
97113
  "$ref": "#/definitions/pipeline/steps/common/STOYamlAdvancedSettings"
96510
97114
  },
96511
- "auth": {
96512
- "$ref": "#/definitions/pipeline/steps/common/STOYamlAuth"
96513
- },
96514
97115
  "baseImageConnectorRefs": {
96515
97116
  "$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
96516
97117
  },
96517
97118
  "config": {
96518
- "oneOf": [
96519
- {
96520
- "type": "string",
96521
- "enum": [
96522
- "default",
96523
- "wiz-container-images",
96524
- "wiz-directory",
96525
- "wiz-iac-templates"
96526
- ]
96527
- },
96528
- {
96529
- "type": "string",
96530
- "pattern": "(<\\+.+>.*)",
96531
- "minLength": 1
96532
- }
97119
+ "type": "string",
97120
+ "enum": [
97121
+ "default"
96533
97122
  ]
96534
97123
  },
96535
- "image": {
96536
- "$ref": "#/definitions/pipeline/steps/common/STOYamlImage"
96537
- },
96538
97124
  "connectorRef": {
96539
97125
  "type": "string"
96540
97126
  },
@@ -96567,8 +97153,7 @@ const schema = {
96567
97153
  "type": "string",
96568
97154
  "enum": [
96569
97155
  "ingestion",
96570
- "orchestration",
96571
- "extraction"
97156
+ "orchestration"
96572
97157
  ]
96573
97158
  },
96574
97159
  {
@@ -96632,32 +97217,13 @@ const schema = {
96632
97217
  "target": {
96633
97218
  "$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
96634
97219
  },
96635
- "tool": {
96636
- "$ref": "#/definitions/pipeline/steps/common/STOYamlWizToolData"
96637
- },
96638
97220
  "description": {
96639
- "desc": "This is the description for WizStepInfo"
97221
+ "desc": "This is the description for ModelScanStepInfo"
96640
97222
  }
96641
97223
  }
96642
97224
  },
96643
- "STOYamlWizToolData": {
96644
- "title": "STOYamlWizToolData",
96645
- "type": "object",
96646
- "required": [
96647
- "project_id"
96648
- ],
96649
- "properties": {
96650
- "project_id": {
96651
- "type": "string"
96652
- },
96653
- "description": {
96654
- "desc": "This is the description for STOYamlWizToolData"
96655
- }
96656
- },
96657
- "$schema": "http://json-schema.org/draft-07/schema#"
96658
- },
96659
- "ModelScanStepInfo": {
96660
- "title": "ModelScanStepInfo",
97225
+ "OpenAiStepInfo": {
97226
+ "title": "OpenAiStepInfo",
96661
97227
  "allOf": [
96662
97228
  {
96663
97229
  "$ref": "#/definitions/pipeline/common/StepSpecType"
@@ -96673,18 +97239,43 @@ const schema = {
96673
97239
  "advanced": {
96674
97240
  "$ref": "#/definitions/pipeline/steps/common/STOYamlAdvancedSettings"
96675
97241
  },
97242
+ "auth": {
97243
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlAuth"
97244
+ },
96676
97245
  "baseImageConnectorRefs": {
96677
97246
  "$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
96678
97247
  },
96679
97248
  "config": {
96680
- "type": "string",
96681
- "enum": [
96682
- "default"
97249
+ "oneOf": [
97250
+ {
97251
+ "type": "string",
97252
+ "enum": [
97253
+ "default",
97254
+ "full",
97255
+ "incremental"
97256
+ ]
97257
+ },
97258
+ {
97259
+ "type": "string",
97260
+ "pattern": "(<\\+.+>.*)",
97261
+ "minLength": 1
97262
+ }
96683
97263
  ]
96684
97264
  },
96685
97265
  "connectorRef": {
96686
97266
  "type": "string"
96687
97267
  },
97268
+ "llmConnectorRef": {
97269
+ "description": "Harness LLM connector reference for Codex authentication (OpenAI or Anthropic)",
97270
+ "oneOf": [
97271
+ {
97272
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
97273
+ },
97274
+ {
97275
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
97276
+ }
97277
+ ]
97278
+ },
96688
97279
  "imageTag": {
96689
97280
  "type": "string"
96690
97281
  },
@@ -96777,6 +97368,9 @@ const schema = {
96777
97368
  },
96778
97369
  "target": {
96779
97370
  "$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
97371
+ },
97372
+ "tool": {
97373
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlOpenAiToolData"
96780
97374
  }
96781
97375
  }
96782
97376
  }
@@ -96792,18 +97386,43 @@ const schema = {
96792
97386
  "advanced": {
96793
97387
  "$ref": "#/definitions/pipeline/steps/common/STOYamlAdvancedSettings"
96794
97388
  },
97389
+ "auth": {
97390
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlAuth"
97391
+ },
96795
97392
  "baseImageConnectorRefs": {
96796
97393
  "$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
96797
97394
  },
96798
97395
  "config": {
96799
- "type": "string",
96800
- "enum": [
96801
- "default"
97396
+ "oneOf": [
97397
+ {
97398
+ "type": "string",
97399
+ "enum": [
97400
+ "default",
97401
+ "full",
97402
+ "incremental"
97403
+ ]
97404
+ },
97405
+ {
97406
+ "type": "string",
97407
+ "pattern": "(<\\+.+>.*)",
97408
+ "minLength": 1
97409
+ }
96802
97410
  ]
96803
97411
  },
96804
97412
  "connectorRef": {
96805
97413
  "type": "string"
96806
97414
  },
97415
+ "llmConnectorRef": {
97416
+ "description": "Harness LLM connector reference for Codex authentication (OpenAI or Anthropic)",
97417
+ "oneOf": [
97418
+ {
97419
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
97420
+ },
97421
+ {
97422
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
97423
+ }
97424
+ ]
97425
+ },
96807
97426
  "imageTag": {
96808
97427
  "type": "string"
96809
97428
  },
@@ -96897,13 +97516,29 @@ const schema = {
96897
97516
  "target": {
96898
97517
  "$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
96899
97518
  },
97519
+ "tool": {
97520
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlOpenAiToolData"
97521
+ },
96900
97522
  "description": {
96901
- "desc": "This is the description for ModelScanStepInfo"
97523
+ "desc": "This is the description for OpenAiStepInfo"
96902
97524
  }
96903
97525
  }
96904
97526
  },
96905
- "OpenAiStepInfo": {
96906
- "title": "OpenAiStepInfo",
97527
+ "STOYamlOpenAiToolData": {
97528
+ "title": "STOYamlOpenAiToolData",
97529
+ "type": "object",
97530
+ "properties": {
97531
+ "model": {
97532
+ "type": "string"
97533
+ },
97534
+ "description": {
97535
+ "desc": "This is the description for STOYamlOpenAiToolData"
97536
+ }
97537
+ },
97538
+ "$schema": "http://json-schema.org/draft-07/schema#"
97539
+ },
97540
+ "MythosAgentStepInfo": {
97541
+ "title": "MythosAgentStepInfo",
96907
97542
  "allOf": [
96908
97543
  {
96909
97544
  "$ref": "#/definitions/pipeline/common/StepSpecType"
@@ -96926,25 +97561,27 @@ const schema = {
96926
97561
  "$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
96927
97562
  },
96928
97563
  "config": {
97564
+ "type": "string",
97565
+ "enum": [
97566
+ "hunt_full",
97567
+ "hunt_incremental",
97568
+ "scan"
97569
+ ]
97570
+ },
97571
+ "connectorRef": {
97572
+ "type": "string"
97573
+ },
97574
+ "llmConnectorRef": {
97575
+ "description": "Harness LLM connector reference for Mythos Agent authentication (OpenAI or Anthropic)",
96929
97576
  "oneOf": [
96930
97577
  {
96931
- "type": "string",
96932
- "enum": [
96933
- "default",
96934
- "full",
96935
- "incremental"
96936
- ]
97578
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
96937
97579
  },
96938
97580
  {
96939
- "type": "string",
96940
- "pattern": "(<\\+.+>.*)",
96941
- "minLength": 1
97581
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
96942
97582
  }
96943
97583
  ]
96944
97584
  },
96945
- "connectorRef": {
96946
- "type": "string"
96947
- },
96948
97585
  "imageTag": {
96949
97586
  "type": "string"
96950
97587
  },
@@ -97037,6 +97674,9 @@ const schema = {
97037
97674
  },
97038
97675
  "target": {
97039
97676
  "$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
97677
+ },
97678
+ "tool": {
97679
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlMythosAgentToolData"
97040
97680
  }
97041
97681
  }
97042
97682
  }
@@ -97059,25 +97699,27 @@ const schema = {
97059
97699
  "$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
97060
97700
  },
97061
97701
  "config": {
97702
+ "type": "string",
97703
+ "enum": [
97704
+ "hunt_full",
97705
+ "hunt_incremental",
97706
+ "scan"
97707
+ ]
97708
+ },
97709
+ "connectorRef": {
97710
+ "type": "string"
97711
+ },
97712
+ "llmConnectorRef": {
97713
+ "description": "Harness LLM connector reference for Mythos Agent authentication (OpenAI or Anthropic)",
97062
97714
  "oneOf": [
97063
97715
  {
97064
- "type": "string",
97065
- "enum": [
97066
- "default",
97067
- "full",
97068
- "incremental"
97069
- ]
97716
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
97070
97717
  },
97071
97718
  {
97072
- "type": "string",
97073
- "pattern": "(<\\+.+>.*)",
97074
- "minLength": 1
97719
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
97075
97720
  }
97076
97721
  ]
97077
97722
  },
97078
- "connectorRef": {
97079
- "type": "string"
97080
- },
97081
97723
  "imageTag": {
97082
97724
  "type": "string"
97083
97725
  },
@@ -97171,13 +97813,32 @@ const schema = {
97171
97813
  "target": {
97172
97814
  "$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
97173
97815
  },
97816
+ "tool": {
97817
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlMythosAgentToolData"
97818
+ },
97174
97819
  "description": {
97175
- "desc": "This is the description for OpenAiStepInfo"
97820
+ "desc": "This is the description for MythosAgentStepInfo"
97176
97821
  }
97177
97822
  }
97178
97823
  },
97179
- "MythosAgentStepInfo": {
97180
- "title": "MythosAgentStepInfo",
97824
+ "STOYamlMythosAgentToolData": {
97825
+ "title": "STOYamlMythosAgentToolData",
97826
+ "type": "object",
97827
+ "properties": {
97828
+ "model": {
97829
+ "type": "string"
97830
+ },
97831
+ "base_url": {
97832
+ "type": "string"
97833
+ },
97834
+ "description": {
97835
+ "desc": "This is the description for STOYamlMythosAgentToolData"
97836
+ }
97837
+ },
97838
+ "$schema": "http://json-schema.org/draft-07/schema#"
97839
+ },
97840
+ "ClaudeCodeSecurityStepInfo": {
97841
+ "title": "ClaudeCodeSecurityStepInfo",
97181
97842
  "allOf": [
97182
97843
  {
97183
97844
  "$ref": "#/definitions/pipeline/common/StepSpecType"
@@ -97200,16 +97861,34 @@ const schema = {
97200
97861
  "$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
97201
97862
  },
97202
97863
  "config": {
97203
- "type": "string",
97204
- "enum": [
97205
- "hunt_full",
97206
- "hunt_incremental",
97207
- "scan"
97864
+ "oneOf": [
97865
+ {
97866
+ "type": "string",
97867
+ "enum": [
97868
+ "pr_scan"
97869
+ ]
97870
+ },
97871
+ {
97872
+ "type": "string",
97873
+ "pattern": "(<\\+.+>.*)",
97874
+ "minLength": 1
97875
+ }
97208
97876
  ]
97209
97877
  },
97210
97878
  "connectorRef": {
97211
97879
  "type": "string"
97212
97880
  },
97881
+ "llmConnectorRef": {
97882
+ "description": "Harness LLM connector reference for Claude Code Security authentication (Anthropic)",
97883
+ "oneOf": [
97884
+ {
97885
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
97886
+ },
97887
+ {
97888
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
97889
+ }
97890
+ ]
97891
+ },
97213
97892
  "imageTag": {
97214
97893
  "type": "string"
97215
97894
  },
@@ -97304,7 +97983,7 @@ const schema = {
97304
97983
  "$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
97305
97984
  },
97306
97985
  "tool": {
97307
- "$ref": "#/definitions/pipeline/steps/common/STOYamlMythosAgentToolData"
97986
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlClaudeCodeSecurityToolData"
97308
97987
  }
97309
97988
  }
97310
97989
  }
@@ -97327,16 +98006,34 @@ const schema = {
97327
98006
  "$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
97328
98007
  },
97329
98008
  "config": {
97330
- "type": "string",
97331
- "enum": [
97332
- "hunt_full",
97333
- "hunt_incremental",
97334
- "scan"
98009
+ "oneOf": [
98010
+ {
98011
+ "type": "string",
98012
+ "enum": [
98013
+ "pr_scan"
98014
+ ]
98015
+ },
98016
+ {
98017
+ "type": "string",
98018
+ "pattern": "(<\\+.+>.*)",
98019
+ "minLength": 1
98020
+ }
97335
98021
  ]
97336
98022
  },
97337
98023
  "connectorRef": {
97338
98024
  "type": "string"
97339
98025
  },
98026
+ "llmConnectorRef": {
98027
+ "description": "Harness LLM connector reference for Claude Code Security authentication (Anthropic)",
98028
+ "oneOf": [
98029
+ {
98030
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
98031
+ },
98032
+ {
98033
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
98034
+ }
98035
+ ]
98036
+ },
97340
98037
  "imageTag": {
97341
98038
  "type": "string"
97342
98039
  },
@@ -97431,25 +98128,22 @@ const schema = {
97431
98128
  "$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
97432
98129
  },
97433
98130
  "tool": {
97434
- "$ref": "#/definitions/pipeline/steps/common/STOYamlMythosAgentToolData"
98131
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlClaudeCodeSecurityToolData"
97435
98132
  },
97436
98133
  "description": {
97437
- "desc": "This is the description for MythosAgentStepInfo"
98134
+ "desc": "This is the description for ClaudeCodeSecurityStepInfo"
97438
98135
  }
97439
98136
  }
97440
98137
  },
97441
- "STOYamlMythosAgentToolData": {
97442
- "title": "STOYamlMythosAgentToolData",
98138
+ "STOYamlClaudeCodeSecurityToolData": {
98139
+ "title": "STOYamlClaudeCodeSecurityToolData",
97443
98140
  "type": "object",
97444
98141
  "properties": {
97445
98142
  "model": {
97446
98143
  "type": "string"
97447
98144
  },
97448
- "base_url": {
97449
- "type": "string"
97450
- },
97451
98145
  "description": {
97452
- "desc": "This is the description for STOYamlMythosAgentToolData"
98146
+ "desc": "This is the description for STOYamlClaudeCodeSecurityToolData"
97453
98147
  }
97454
98148
  },
97455
98149
  "$schema": "http://json-schema.org/draft-07/schema#"
@@ -114510,6 +115204,22 @@ const schema = {
114510
115204
  }
114511
115205
  }
114512
115206
  }
115207
+ },
115208
+ {
115209
+ "if": {
115210
+ "properties": {
115211
+ "type": {
115212
+ "const": "ClaudeCodeSecurity"
115213
+ }
115214
+ }
115215
+ },
115216
+ "then": {
115217
+ "properties": {
115218
+ "spec": {
115219
+ "$ref": "#/definitions/pipeline/steps/common/ClaudeCodeSecurityStepInfo"
115220
+ }
115221
+ }
115222
+ }
114513
115223
  }
114514
115224
  ]
114515
115225
  },
@@ -116031,6 +116741,101 @@ const schema = {
116031
116741
  }
116032
116742
  ]
116033
116743
  },
116744
+ "ClaudeCodeSecurityNode": {
116745
+ "title": "ClaudeCodeSecurityNode",
116746
+ "type": "object",
116747
+ "required": [
116748
+ "identifier",
116749
+ "name",
116750
+ "spec",
116751
+ "type"
116752
+ ],
116753
+ "properties": {
116754
+ "description": {
116755
+ "type": "string",
116756
+ "desc": "This is the description for ClaudeCodeSecurityNode"
116757
+ },
116758
+ "enforce": {
116759
+ "$ref": "#/definitions/pipeline/common/PolicyConfig"
116760
+ },
116761
+ "failureStrategies": {
116762
+ "oneOf": [
116763
+ {
116764
+ "type": "array",
116765
+ "items": {
116766
+ "$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
116767
+ }
116768
+ },
116769
+ {
116770
+ "type": "string",
116771
+ "pattern": "^<\\+input>$",
116772
+ "minLength": 1
116773
+ }
116774
+ ]
116775
+ },
116776
+ "identifier": {
116777
+ "type": "string",
116778
+ "pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
116779
+ },
116780
+ "name": {
116781
+ "type": "string",
116782
+ "pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
116783
+ },
116784
+ "strategy": {
116785
+ "oneOf": [
116786
+ {
116787
+ "$ref": "#/definitions/pipeline/common/StrategyConfig"
116788
+ },
116789
+ {
116790
+ "type": "string",
116791
+ "pattern": "^<\\+input>$",
116792
+ "minLength": 1
116793
+ }
116794
+ ]
116795
+ },
116796
+ "timeout": {
116797
+ "type": "string",
116798
+ "pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
116799
+ },
116800
+ "type": {
116801
+ "type": "string",
116802
+ "enum": [
116803
+ "ClaudeCodeSecurity"
116804
+ ]
116805
+ },
116806
+ "when": {
116807
+ "oneOf": [
116808
+ {
116809
+ "$ref": "#/definitions/pipeline/common/StepWhenCondition"
116810
+ },
116811
+ {
116812
+ "type": "string",
116813
+ "pattern": "^<\\+input>$",
116814
+ "minLength": 1
116815
+ }
116816
+ ]
116817
+ }
116818
+ },
116819
+ "$schema": "http://json-schema.org/draft-07/schema#",
116820
+ "allOf": [
116821
+ {
116822
+ "if": {
116823
+ "properties": {
116824
+ "type": {
116825
+ "const": "ClaudeCodeSecurity"
116826
+ }
116827
+ }
116828
+ },
116829
+ "then": {
116830
+ "properties": {
116831
+ "spec": {
116832
+ "$ref": "#/definitions/pipeline/steps/common/ClaudeCodeSecurityStepInfo"
116833
+ }
116834
+ }
116835
+ }
116836
+ }
116837
+ ]
116838
+ },
116034
116839
  "SscaComplianceStepNode": {
116035
116840
  "title": "SscaComplianceStepNode",
116036
116841
  "type": "object",
@@ -149163,6 +149968,9 @@ const schema = {
149163
149968
  {
149164
149969
  "$ref": "#/definitions/pipeline/steps/common/MythosAgentNode"
149165
149970
  },
149971
+ {
149972
+ "$ref": "#/definitions/pipeline/steps/common/ClaudeCodeSecurityNode"
149973
+ },
149166
149974
  {
149167
149975
  "$ref": "#/definitions/pipeline/steps/common/SscaComplianceStepNode"
149168
149976
  },
@@ -151089,6 +151897,9 @@ const schema = {
151089
151897
  {
151090
151898
  "$ref": "#/definitions/pipeline/steps/common/MythosAgentNode"
151091
151899
  },
151900
+ {
151901
+ "$ref": "#/definitions/pipeline/steps/common/ClaudeCodeSecurityNode"
151902
+ },
151092
151903
  {
151093
151904
  "$ref": "#/definitions/pipeline/steps/common/SscaEnforcementStepNode"
151094
151905
  },