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.
Files changed (103) hide show
  1. package/README.md +19 -9
  2. package/build/data/schemas/v0/pipeline.d.ts.map +1 -1
  3. package/build/data/schemas/v0/pipeline.js +975 -211
  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 +1020 -239
  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 +28 -1
  17. package/build/registry/extractors.d.ts.map +1 -1
  18. package/build/registry/extractors.js +167 -10
  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 +239 -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/deploys.d.ts.map +1 -1
  34. package/build/registry/toolsets/deploys.js +21 -8
  35. package/build/registry/toolsets/deploys.js.map +1 -1
  36. package/build/registry/toolsets/environments.js +1 -1
  37. package/build/registry/toolsets/environments.js.map +1 -1
  38. package/build/registry/toolsets/incidents.d.ts.map +1 -1
  39. package/build/registry/toolsets/incidents.js +43 -16
  40. package/build/registry/toolsets/incidents.js.map +1 -1
  41. package/build/registry/toolsets/infrastructure.js +1 -1
  42. package/build/registry/toolsets/infrastructure.js.map +1 -1
  43. package/build/registry/toolsets/pipelines.d.ts.map +1 -1
  44. package/build/registry/toolsets/pipelines.js +142 -18
  45. package/build/registry/toolsets/pipelines.js.map +1 -1
  46. package/build/registry/toolsets/related-activities.d.ts +29 -0
  47. package/build/registry/toolsets/related-activities.d.ts.map +1 -0
  48. package/build/registry/toolsets/related-activities.js +59 -0
  49. package/build/registry/toolsets/related-activities.js.map +1 -0
  50. package/build/registry/toolsets/scopes.d.ts +1 -1
  51. package/build/registry/toolsets/scopes.js +1 -1
  52. package/build/registry/toolsets/secrets.js +1 -1
  53. package/build/registry/toolsets/secrets.js.map +1 -1
  54. package/build/registry/toolsets/services.js +1 -1
  55. package/build/registry/toolsets/services.js.map +1 -1
  56. package/build/registry/types.d.ts +1 -1
  57. package/build/registry/types.d.ts.map +1 -1
  58. package/build/tools/harness-create.js +3 -3
  59. package/build/tools/harness-create.js.map +1 -1
  60. package/build/tools/harness-delete.js +3 -3
  61. package/build/tools/harness-delete.js.map +1 -1
  62. package/build/tools/harness-describe.d.ts.map +1 -1
  63. package/build/tools/harness-describe.js +6 -3
  64. package/build/tools/harness-describe.js.map +1 -1
  65. package/build/tools/harness-diagnose.d.ts.map +1 -1
  66. package/build/tools/harness-diagnose.js +3 -2
  67. package/build/tools/harness-diagnose.js.map +1 -1
  68. package/build/tools/harness-execute.d.ts.map +1 -1
  69. package/build/tools/harness-execute.js +10 -4
  70. package/build/tools/harness-execute.js.map +1 -1
  71. package/build/tools/harness-get.js +4 -4
  72. package/build/tools/harness-get.js.map +1 -1
  73. package/build/tools/harness-list.js +5 -5
  74. package/build/tools/harness-list.js.map +1 -1
  75. package/build/tools/harness-search.d.ts.map +1 -1
  76. package/build/tools/harness-search.js +4 -3
  77. package/build/tools/harness-search.js.map +1 -1
  78. package/build/tools/harness-status.d.ts.map +1 -1
  79. package/build/tools/harness-status.js +3 -2
  80. package/build/tools/harness-status.js.map +1 -1
  81. package/build/tools/harness-update.js +3 -3
  82. package/build/tools/harness-update.js.map +1 -1
  83. package/build/tools/input-schemas.d.ts +17 -1
  84. package/build/tools/input-schemas.d.ts.map +1 -1
  85. package/build/tools/input-schemas.js +46 -2
  86. package/build/tools/input-schemas.js.map +1 -1
  87. package/build/utils/deep-links.d.ts +5 -0
  88. package/build/utils/deep-links.d.ts.map +1 -1
  89. package/build/utils/deep-links.js +12 -0
  90. package/build/utils/deep-links.js.map +1 -1
  91. package/build/utils/pipeline-v1-runtime-inputs.d.ts +3 -0
  92. package/build/utils/pipeline-v1-runtime-inputs.d.ts.map +1 -0
  93. package/build/utils/pipeline-v1-runtime-inputs.js +56 -0
  94. package/build/utils/pipeline-v1-runtime-inputs.js.map +1 -0
  95. package/build/utils/runtime-input-metadata.d.ts +18 -0
  96. package/build/utils/runtime-input-metadata.d.ts.map +1 -0
  97. package/build/utils/runtime-input-metadata.js +213 -0
  98. package/build/utils/runtime-input-metadata.js.map +1 -0
  99. package/build/utils/url-parser.d.ts.map +1 -1
  100. package/build/utils/url-parser.js +3 -1
  101. package/build/utils/url-parser.js.map +1 -1
  102. package/npm-shrinkwrap.json +2 -2
  103. package/package.json +1 -1
@@ -1820,6 +1820,125 @@ const schema = {
1820
1820
  "assertion": {
1821
1821
  "type": "string"
1822
1822
  },
1823
+ "authentication": {
1824
+ "type": "object",
1825
+ "properties": {
1826
+ "type": {
1827
+ "type": "string",
1828
+ "enum": [
1829
+ "None",
1830
+ "Basic",
1831
+ "BearerToken",
1832
+ "ApiKey"
1833
+ ],
1834
+ "default": "None"
1835
+ },
1836
+ "spec": {
1837
+ "type": "object",
1838
+ "properties": {
1839
+ "username": {
1840
+ "type": "string"
1841
+ },
1842
+ "password": {
1843
+ "type": "string"
1844
+ },
1845
+ "token": {
1846
+ "type": "string"
1847
+ },
1848
+ "keyName": {
1849
+ "type": "string"
1850
+ },
1851
+ "keyValue": {
1852
+ "type": "string"
1853
+ },
1854
+ "addTo": {
1855
+ "type": "string",
1856
+ "enum": [
1857
+ "Header",
1858
+ "QueryParameter"
1859
+ ],
1860
+ "default": "Header"
1861
+ }
1862
+ }
1863
+ }
1864
+ },
1865
+ "allOf": [
1866
+ {
1867
+ "if": {
1868
+ "properties": {
1869
+ "type": {
1870
+ "const": "Basic"
1871
+ }
1872
+ },
1873
+ "required": [
1874
+ "type"
1875
+ ]
1876
+ },
1877
+ "then": {
1878
+ "required": [
1879
+ "spec"
1880
+ ],
1881
+ "properties": {
1882
+ "spec": {
1883
+ "required": [
1884
+ "username",
1885
+ "password"
1886
+ ]
1887
+ }
1888
+ }
1889
+ }
1890
+ },
1891
+ {
1892
+ "if": {
1893
+ "properties": {
1894
+ "type": {
1895
+ "const": "BearerToken"
1896
+ }
1897
+ },
1898
+ "required": [
1899
+ "type"
1900
+ ]
1901
+ },
1902
+ "then": {
1903
+ "required": [
1904
+ "spec"
1905
+ ],
1906
+ "properties": {
1907
+ "spec": {
1908
+ "required": [
1909
+ "token"
1910
+ ]
1911
+ }
1912
+ }
1913
+ }
1914
+ },
1915
+ {
1916
+ "if": {
1917
+ "properties": {
1918
+ "type": {
1919
+ "const": "ApiKey"
1920
+ }
1921
+ },
1922
+ "required": [
1923
+ "type"
1924
+ ]
1925
+ },
1926
+ "then": {
1927
+ "required": [
1928
+ "spec"
1929
+ ],
1930
+ "properties": {
1931
+ "spec": {
1932
+ "required": [
1933
+ "keyName",
1934
+ "keyValue"
1935
+ ]
1936
+ }
1937
+ }
1938
+ }
1939
+ }
1940
+ ]
1941
+ },
1823
1942
  "delegateSelectors": {
1824
1943
  "oneOf": [
1825
1944
  {
@@ -1897,6 +2016,125 @@ const schema = {
1897
2016
  "assertion": {
1898
2017
  "type": "string"
1899
2018
  },
2019
+ "authentication": {
2020
+ "type": "object",
2021
+ "properties": {
2022
+ "type": {
2023
+ "type": "string",
2024
+ "enum": [
2025
+ "None",
2026
+ "Basic",
2027
+ "BearerToken",
2028
+ "ApiKey"
2029
+ ],
2030
+ "default": "None"
2031
+ },
2032
+ "spec": {
2033
+ "type": "object",
2034
+ "properties": {
2035
+ "username": {
2036
+ "type": "string"
2037
+ },
2038
+ "password": {
2039
+ "type": "string"
2040
+ },
2041
+ "token": {
2042
+ "type": "string"
2043
+ },
2044
+ "keyName": {
2045
+ "type": "string"
2046
+ },
2047
+ "keyValue": {
2048
+ "type": "string"
2049
+ },
2050
+ "addTo": {
2051
+ "type": "string",
2052
+ "enum": [
2053
+ "Header",
2054
+ "QueryParameter"
2055
+ ],
2056
+ "default": "Header"
2057
+ }
2058
+ }
2059
+ }
2060
+ },
2061
+ "allOf": [
2062
+ {
2063
+ "if": {
2064
+ "properties": {
2065
+ "type": {
2066
+ "const": "Basic"
2067
+ }
2068
+ },
2069
+ "required": [
2070
+ "type"
2071
+ ]
2072
+ },
2073
+ "then": {
2074
+ "required": [
2075
+ "spec"
2076
+ ],
2077
+ "properties": {
2078
+ "spec": {
2079
+ "required": [
2080
+ "username",
2081
+ "password"
2082
+ ]
2083
+ }
2084
+ }
2085
+ }
2086
+ },
2087
+ {
2088
+ "if": {
2089
+ "properties": {
2090
+ "type": {
2091
+ "const": "BearerToken"
2092
+ }
2093
+ },
2094
+ "required": [
2095
+ "type"
2096
+ ]
2097
+ },
2098
+ "then": {
2099
+ "required": [
2100
+ "spec"
2101
+ ],
2102
+ "properties": {
2103
+ "spec": {
2104
+ "required": [
2105
+ "token"
2106
+ ]
2107
+ }
2108
+ }
2109
+ }
2110
+ },
2111
+ {
2112
+ "if": {
2113
+ "properties": {
2114
+ "type": {
2115
+ "const": "ApiKey"
2116
+ }
2117
+ },
2118
+ "required": [
2119
+ "type"
2120
+ ]
2121
+ },
2122
+ "then": {
2123
+ "required": [
2124
+ "spec"
2125
+ ],
2126
+ "properties": {
2127
+ "spec": {
2128
+ "required": [
2129
+ "keyName",
2130
+ "keyValue"
2131
+ ]
2132
+ }
2133
+ }
2134
+ }
2135
+ }
2136
+ ]
2137
+ },
1900
2138
  "delegateSelectors": {
1901
2139
  "oneOf": [
1902
2140
  {
@@ -16059,6 +16297,22 @@ const schema = {
16059
16297
  }
16060
16298
  }
16061
16299
  }
16300
+ },
16301
+ {
16302
+ "if": {
16303
+ "properties": {
16304
+ "type": {
16305
+ "const": "ClaudeCodeSecurity"
16306
+ }
16307
+ }
16308
+ },
16309
+ "then": {
16310
+ "properties": {
16311
+ "spec": {
16312
+ "$ref": "#/definitions/pipeline/steps/common/ClaudeCodeSecurityStepInfo"
16313
+ }
16314
+ }
16315
+ }
16062
16316
  }
16063
16317
  ]
16064
16318
  },
@@ -29002,6 +29256,17 @@ const schema = {
29002
29256
  "connectorRef": {
29003
29257
  "type": "string"
29004
29258
  },
29259
+ "llmConnectorRef": {
29260
+ "description": "Harness LLM connector reference for Codex authentication (OpenAI or Anthropic)",
29261
+ "oneOf": [
29262
+ {
29263
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
29264
+ },
29265
+ {
29266
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
29267
+ }
29268
+ ]
29269
+ },
29005
29270
  "imageTag": {
29006
29271
  "type": "string"
29007
29272
  },
@@ -29094,6 +29359,9 @@ const schema = {
29094
29359
  },
29095
29360
  "target": {
29096
29361
  "$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
29362
+ },
29363
+ "tool": {
29364
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlOpenAiToolData"
29097
29365
  }
29098
29366
  }
29099
29367
  }
@@ -29135,6 +29403,314 @@ const schema = {
29135
29403
  "connectorRef": {
29136
29404
  "type": "string"
29137
29405
  },
29406
+ "llmConnectorRef": {
29407
+ "description": "Harness LLM connector reference for Codex authentication (OpenAI or Anthropic)",
29408
+ "oneOf": [
29409
+ {
29410
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
29411
+ },
29412
+ {
29413
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
29414
+ }
29415
+ ]
29416
+ },
29417
+ "imageTag": {
29418
+ "type": "string"
29419
+ },
29420
+ "imagePullPolicy": {
29421
+ "oneOf": [
29422
+ {
29423
+ "type": "string",
29424
+ "enum": [
29425
+ "Always",
29426
+ "Never",
29427
+ "IfNotPresent"
29428
+ ]
29429
+ },
29430
+ {
29431
+ "type": "string",
29432
+ "pattern": "(<\\+.+>.*)",
29433
+ "minLength": 1
29434
+ }
29435
+ ]
29436
+ },
29437
+ "ingestion": {
29438
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlIngestion"
29439
+ },
29440
+ "mode": {
29441
+ "oneOf": [
29442
+ {
29443
+ "type": "string",
29444
+ "enum": [
29445
+ "ingestion",
29446
+ "orchestration"
29447
+ ]
29448
+ },
29449
+ {
29450
+ "type": "string",
29451
+ "pattern": "(<\\+.+>.*)",
29452
+ "minLength": 1
29453
+ }
29454
+ ]
29455
+ },
29456
+ "outputVariables": {
29457
+ "oneOf": [
29458
+ {
29459
+ "type": "array",
29460
+ "items": {
29461
+ "$ref": "#/definitions/pipeline/common/OutputNGVariable"
29462
+ }
29463
+ },
29464
+ {
29465
+ "type": "string",
29466
+ "pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
29467
+ "minLength": 1
29468
+ }
29469
+ ]
29470
+ },
29471
+ "privileged": {
29472
+ "oneOf": [
29473
+ {
29474
+ "type": "boolean"
29475
+ },
29476
+ {
29477
+ "type": "string",
29478
+ "pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
29479
+ "minLength": 1
29480
+ }
29481
+ ]
29482
+ },
29483
+ "resources": {
29484
+ "$ref": "#/definitions/pipeline/common/ContainerResource"
29485
+ },
29486
+ "runAsUser": {
29487
+ "oneOf": [
29488
+ {
29489
+ "type": "integer",
29490
+ "format": "int32"
29491
+ },
29492
+ {
29493
+ "type": "string"
29494
+ }
29495
+ ]
29496
+ },
29497
+ "settings": {
29498
+ "oneOf": [
29499
+ {
29500
+ "$ref": "#/definitions/pipeline/common/ParameterFieldMapStringJsonNode"
29501
+ },
29502
+ {
29503
+ "type": "string"
29504
+ }
29505
+ ]
29506
+ },
29507
+ "target": {
29508
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
29509
+ },
29510
+ "tool": {
29511
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlOpenAiToolData"
29512
+ },
29513
+ "description": {
29514
+ "desc": "This is the description for OpenAiStepInfo"
29515
+ }
29516
+ }
29517
+ },
29518
+ "STOYamlOpenAiToolData": {
29519
+ "title": "STOYamlOpenAiToolData",
29520
+ "type": "object",
29521
+ "properties": {
29522
+ "model": {
29523
+ "type": "string"
29524
+ },
29525
+ "description": {
29526
+ "desc": "This is the description for STOYamlOpenAiToolData"
29527
+ }
29528
+ },
29529
+ "$schema": "http://json-schema.org/draft-07/schema#"
29530
+ },
29531
+ "MythosAgentStepInfo": {
29532
+ "title": "MythosAgentStepInfo",
29533
+ "allOf": [
29534
+ {
29535
+ "$ref": "#/definitions/pipeline/common/StepSpecType"
29536
+ },
29537
+ {
29538
+ "type": "object",
29539
+ "required": [
29540
+ "config",
29541
+ "mode",
29542
+ "target"
29543
+ ],
29544
+ "properties": {
29545
+ "advanced": {
29546
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlAdvancedSettings"
29547
+ },
29548
+ "auth": {
29549
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlAuth"
29550
+ },
29551
+ "baseImageConnectorRefs": {
29552
+ "$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
29553
+ },
29554
+ "config": {
29555
+ "type": "string",
29556
+ "enum": [
29557
+ "hunt_full",
29558
+ "hunt_incremental",
29559
+ "scan"
29560
+ ]
29561
+ },
29562
+ "connectorRef": {
29563
+ "type": "string"
29564
+ },
29565
+ "llmConnectorRef": {
29566
+ "description": "Harness LLM connector reference for Mythos Agent authentication (OpenAI or Anthropic)",
29567
+ "oneOf": [
29568
+ {
29569
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
29570
+ },
29571
+ {
29572
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
29573
+ }
29574
+ ]
29575
+ },
29576
+ "imageTag": {
29577
+ "type": "string"
29578
+ },
29579
+ "imagePullPolicy": {
29580
+ "oneOf": [
29581
+ {
29582
+ "type": "string",
29583
+ "enum": [
29584
+ "Always",
29585
+ "Never",
29586
+ "IfNotPresent"
29587
+ ]
29588
+ },
29589
+ {
29590
+ "type": "string",
29591
+ "pattern": "(<\\+.+>.*)",
29592
+ "minLength": 1
29593
+ }
29594
+ ]
29595
+ },
29596
+ "ingestion": {
29597
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlIngestion"
29598
+ },
29599
+ "mode": {
29600
+ "oneOf": [
29601
+ {
29602
+ "type": "string",
29603
+ "enum": [
29604
+ "ingestion",
29605
+ "orchestration"
29606
+ ]
29607
+ },
29608
+ {
29609
+ "type": "string",
29610
+ "pattern": "(<\\+.+>.*)",
29611
+ "minLength": 1
29612
+ }
29613
+ ]
29614
+ },
29615
+ "outputVariables": {
29616
+ "oneOf": [
29617
+ {
29618
+ "type": "array",
29619
+ "items": {
29620
+ "$ref": "#/definitions/pipeline/common/OutputNGVariable"
29621
+ }
29622
+ },
29623
+ {
29624
+ "type": "string",
29625
+ "pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
29626
+ "minLength": 1
29627
+ }
29628
+ ]
29629
+ },
29630
+ "privileged": {
29631
+ "oneOf": [
29632
+ {
29633
+ "type": "boolean"
29634
+ },
29635
+ {
29636
+ "type": "string",
29637
+ "pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
29638
+ "minLength": 1
29639
+ }
29640
+ ]
29641
+ },
29642
+ "resources": {
29643
+ "$ref": "#/definitions/pipeline/common/ContainerResource"
29644
+ },
29645
+ "runAsUser": {
29646
+ "oneOf": [
29647
+ {
29648
+ "type": "integer",
29649
+ "format": "int32"
29650
+ },
29651
+ {
29652
+ "type": "string"
29653
+ }
29654
+ ]
29655
+ },
29656
+ "settings": {
29657
+ "oneOf": [
29658
+ {
29659
+ "$ref": "#/definitions/pipeline/common/ParameterFieldMapStringJsonNode"
29660
+ },
29661
+ {
29662
+ "type": "string"
29663
+ }
29664
+ ]
29665
+ },
29666
+ "target": {
29667
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
29668
+ },
29669
+ "tool": {
29670
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlMythosAgentToolData"
29671
+ }
29672
+ }
29673
+ }
29674
+ ],
29675
+ "$schema": "http://json-schema.org/draft-07/schema#",
29676
+ "type": "object",
29677
+ "required": [
29678
+ "config",
29679
+ "mode",
29680
+ "target"
29681
+ ],
29682
+ "properties": {
29683
+ "advanced": {
29684
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlAdvancedSettings"
29685
+ },
29686
+ "auth": {
29687
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlAuth"
29688
+ },
29689
+ "baseImageConnectorRefs": {
29690
+ "$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
29691
+ },
29692
+ "config": {
29693
+ "type": "string",
29694
+ "enum": [
29695
+ "hunt_full",
29696
+ "hunt_incremental",
29697
+ "scan"
29698
+ ]
29699
+ },
29700
+ "connectorRef": {
29701
+ "type": "string"
29702
+ },
29703
+ "llmConnectorRef": {
29704
+ "description": "Harness LLM connector reference for Mythos Agent authentication (OpenAI or Anthropic)",
29705
+ "oneOf": [
29706
+ {
29707
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
29708
+ },
29709
+ {
29710
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
29711
+ }
29712
+ ]
29713
+ },
29138
29714
  "imageTag": {
29139
29715
  "type": "string"
29140
29716
  },
@@ -29228,13 +29804,32 @@ const schema = {
29228
29804
  "target": {
29229
29805
  "$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
29230
29806
  },
29807
+ "tool": {
29808
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlMythosAgentToolData"
29809
+ },
29231
29810
  "description": {
29232
- "desc": "This is the description for OpenAiStepInfo"
29811
+ "desc": "This is the description for MythosAgentStepInfo"
29233
29812
  }
29234
29813
  }
29235
29814
  },
29236
- "MythosAgentStepInfo": {
29237
- "title": "MythosAgentStepInfo",
29815
+ "STOYamlMythosAgentToolData": {
29816
+ "title": "STOYamlMythosAgentToolData",
29817
+ "type": "object",
29818
+ "properties": {
29819
+ "model": {
29820
+ "type": "string"
29821
+ },
29822
+ "base_url": {
29823
+ "type": "string"
29824
+ },
29825
+ "description": {
29826
+ "desc": "This is the description for STOYamlMythosAgentToolData"
29827
+ }
29828
+ },
29829
+ "$schema": "http://json-schema.org/draft-07/schema#"
29830
+ },
29831
+ "ClaudeCodeSecurityStepInfo": {
29832
+ "title": "ClaudeCodeSecurityStepInfo",
29238
29833
  "allOf": [
29239
29834
  {
29240
29835
  "$ref": "#/definitions/pipeline/common/StepSpecType"
@@ -29257,16 +29852,34 @@ const schema = {
29257
29852
  "$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
29258
29853
  },
29259
29854
  "config": {
29260
- "type": "string",
29261
- "enum": [
29262
- "hunt_full",
29263
- "hunt_incremental",
29264
- "scan"
29855
+ "oneOf": [
29856
+ {
29857
+ "type": "string",
29858
+ "enum": [
29859
+ "pr_scan"
29860
+ ]
29861
+ },
29862
+ {
29863
+ "type": "string",
29864
+ "pattern": "(<\\+.+>.*)",
29865
+ "minLength": 1
29866
+ }
29265
29867
  ]
29266
29868
  },
29267
29869
  "connectorRef": {
29268
29870
  "type": "string"
29269
29871
  },
29872
+ "llmConnectorRef": {
29873
+ "description": "Harness LLM connector reference for Claude Code Security authentication (Anthropic)",
29874
+ "oneOf": [
29875
+ {
29876
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
29877
+ },
29878
+ {
29879
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
29880
+ }
29881
+ ]
29882
+ },
29270
29883
  "imageTag": {
29271
29884
  "type": "string"
29272
29885
  },
@@ -29361,7 +29974,7 @@ const schema = {
29361
29974
  "$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
29362
29975
  },
29363
29976
  "tool": {
29364
- "$ref": "#/definitions/pipeline/steps/common/STOYamlMythosAgentToolData"
29977
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlClaudeCodeSecurityToolData"
29365
29978
  }
29366
29979
  }
29367
29980
  }
@@ -29384,16 +29997,34 @@ const schema = {
29384
29997
  "$ref": "#/definitions/pipeline/steps/ci/ParameterFieldListString"
29385
29998
  },
29386
29999
  "config": {
29387
- "type": "string",
29388
- "enum": [
29389
- "hunt_full",
29390
- "hunt_incremental",
29391
- "scan"
30000
+ "oneOf": [
30001
+ {
30002
+ "type": "string",
30003
+ "enum": [
30004
+ "pr_scan"
30005
+ ]
30006
+ },
30007
+ {
30008
+ "type": "string",
30009
+ "pattern": "(<\\+.+>.*)",
30010
+ "minLength": 1
30011
+ }
29392
30012
  ]
29393
30013
  },
29394
30014
  "connectorRef": {
29395
30015
  "type": "string"
29396
30016
  },
30017
+ "llmConnectorRef": {
30018
+ "description": "Harness LLM connector reference for Claude Code Security authentication (Anthropic)",
30019
+ "oneOf": [
30020
+ {
30021
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
30022
+ },
30023
+ {
30024
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
30025
+ }
30026
+ ]
30027
+ },
29397
30028
  "imageTag": {
29398
30029
  "type": "string"
29399
30030
  },
@@ -29488,25 +30119,22 @@ const schema = {
29488
30119
  "$ref": "#/definitions/pipeline/steps/common/STOYamlTarget"
29489
30120
  },
29490
30121
  "tool": {
29491
- "$ref": "#/definitions/pipeline/steps/common/STOYamlMythosAgentToolData"
30122
+ "$ref": "#/definitions/pipeline/steps/common/STOYamlClaudeCodeSecurityToolData"
29492
30123
  },
29493
30124
  "description": {
29494
- "desc": "This is the description for MythosAgentStepInfo"
30125
+ "desc": "This is the description for ClaudeCodeSecurityStepInfo"
29495
30126
  }
29496
30127
  }
29497
30128
  },
29498
- "STOYamlMythosAgentToolData": {
29499
- "title": "STOYamlMythosAgentToolData",
30129
+ "STOYamlClaudeCodeSecurityToolData": {
30130
+ "title": "STOYamlClaudeCodeSecurityToolData",
29500
30131
  "type": "object",
29501
30132
  "properties": {
29502
30133
  "model": {
29503
30134
  "type": "string"
29504
30135
  },
29505
- "base_url": {
29506
- "type": "string"
29507
- },
29508
30136
  "description": {
29509
- "desc": "This is the description for STOYamlMythosAgentToolData"
30137
+ "desc": "This is the description for STOYamlClaudeCodeSecurityToolData"
29510
30138
  }
29511
30139
  },
29512
30140
  "$schema": "http://json-schema.org/draft-07/schema#"
@@ -43346,6 +43974,101 @@ const schema = {
43346
43974
  }
43347
43975
  ]
43348
43976
  },
43977
+ "ClaudeCodeSecurityNode": {
43978
+ "title": "ClaudeCodeSecurityNode",
43979
+ "type": "object",
43980
+ "required": [
43981
+ "identifier",
43982
+ "name",
43983
+ "spec",
43984
+ "type"
43985
+ ],
43986
+ "properties": {
43987
+ "description": {
43988
+ "type": "string",
43989
+ "desc": "This is the description for ClaudeCodeSecurityNode"
43990
+ },
43991
+ "enforce": {
43992
+ "$ref": "#/definitions/pipeline/common/PolicyConfig"
43993
+ },
43994
+ "failureStrategies": {
43995
+ "oneOf": [
43996
+ {
43997
+ "type": "array",
43998
+ "items": {
43999
+ "$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
44000
+ }
44001
+ },
44002
+ {
44003
+ "type": "string",
44004
+ "pattern": "^<\\+input>$",
44005
+ "minLength": 1
44006
+ }
44007
+ ]
44008
+ },
44009
+ "identifier": {
44010
+ "type": "string",
44011
+ "pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
44012
+ },
44013
+ "name": {
44014
+ "type": "string",
44015
+ "pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
44016
+ },
44017
+ "strategy": {
44018
+ "oneOf": [
44019
+ {
44020
+ "$ref": "#/definitions/pipeline/common/StrategyConfig"
44021
+ },
44022
+ {
44023
+ "type": "string",
44024
+ "pattern": "^<\\+input>$",
44025
+ "minLength": 1
44026
+ }
44027
+ ]
44028
+ },
44029
+ "timeout": {
44030
+ "type": "string",
44031
+ "pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
44032
+ },
44033
+ "type": {
44034
+ "type": "string",
44035
+ "enum": [
44036
+ "ClaudeCodeSecurity"
44037
+ ]
44038
+ },
44039
+ "when": {
44040
+ "oneOf": [
44041
+ {
44042
+ "$ref": "#/definitions/pipeline/common/StepWhenCondition"
44043
+ },
44044
+ {
44045
+ "type": "string",
44046
+ "pattern": "^<\\+input>$",
44047
+ "minLength": 1
44048
+ }
44049
+ ]
44050
+ }
44051
+ },
44052
+ "$schema": "http://json-schema.org/draft-07/schema#",
44053
+ "allOf": [
44054
+ {
44055
+ "if": {
44056
+ "properties": {
44057
+ "type": {
44058
+ "const": "ClaudeCodeSecurity"
44059
+ }
44060
+ }
44061
+ },
44062
+ "then": {
44063
+ "properties": {
44064
+ "spec": {
44065
+ "$ref": "#/definitions/pipeline/steps/common/ClaudeCodeSecurityStepInfo"
44066
+ }
44067
+ }
44068
+ }
44069
+ }
44070
+ ]
44071
+ },
43349
44072
  "SscaAibomOrchestrationStepNode": {
43350
44073
  "title": "SscaAibomOrchestrationStepNode",
43351
44074
  "type": "object",
@@ -60575,10 +61298,19 @@ const schema = {
60575
61298
  "type": "string"
60576
61299
  },
60577
61300
  "gitFetchType": {
60578
- "type": "string",
60579
- "enum": [
60580
- "Branch",
60581
- "Commit"
61301
+ "oneOf": [
61302
+ {
61303
+ "type": "string",
61304
+ "enum": [
61305
+ "Branch",
61306
+ "Commit"
61307
+ ]
61308
+ },
61309
+ {
61310
+ "type": "string",
61311
+ "pattern": "(<\\+.+>.*)",
61312
+ "minLength": 1
61313
+ }
60582
61314
  ]
60583
61315
  },
60584
61316
  "paths": {
@@ -60601,20 +61333,6 @@ const schema = {
60601
61333
  }
60602
61334
  }
60603
61335
  },
60604
- {
60605
- "oneOf": [
60606
- {
60607
- "required": [
60608
- "commitId"
60609
- ]
60610
- },
60611
- {
60612
- "required": [
60613
- "branch"
60614
- ]
60615
- }
60616
- ]
60617
- },
60618
61336
  {
60619
61337
  "oneOf": [
60620
61338
  {
@@ -60663,10 +61381,19 @@ const schema = {
60663
61381
  "type": "string"
60664
61382
  },
60665
61383
  "gitFetchType": {
60666
- "type": "string",
60667
- "enum": [
60668
- "Branch",
60669
- "Commit"
61384
+ "oneOf": [
61385
+ {
61386
+ "type": "string",
61387
+ "enum": [
61388
+ "Branch",
61389
+ "Commit"
61390
+ ]
61391
+ },
61392
+ {
61393
+ "type": "string",
61394
+ "pattern": "(<\\+.+>.*)",
61395
+ "minLength": 1
61396
+ }
60670
61397
  ]
60671
61398
  },
60672
61399
  "paths": {
@@ -60689,20 +61416,6 @@ const schema = {
60689
61416
  }
60690
61417
  }
60691
61418
  },
60692
- {
60693
- "oneOf": [
60694
- {
60695
- "required": [
60696
- "commitId"
60697
- ]
60698
- },
60699
- {
60700
- "required": [
60701
- "branch"
60702
- ]
60703
- }
60704
- ]
60705
- },
60706
61419
  {
60707
61420
  "oneOf": [
60708
61421
  {
@@ -60829,10 +61542,19 @@ const schema = {
60829
61542
  "type": "string"
60830
61543
  },
60831
61544
  "gitFetchType": {
60832
- "type": "string",
60833
- "enum": [
60834
- "Branch",
60835
- "Commit"
61545
+ "oneOf": [
61546
+ {
61547
+ "type": "string",
61548
+ "enum": [
61549
+ "Branch",
61550
+ "Commit"
61551
+ ]
61552
+ },
61553
+ {
61554
+ "type": "string",
61555
+ "pattern": "(<\\+.+>.*)",
61556
+ "minLength": 1
61557
+ }
60836
61558
  ]
60837
61559
  },
60838
61560
  "paths": {
@@ -60855,20 +61577,6 @@ const schema = {
60855
61577
  }
60856
61578
  }
60857
61579
  },
60858
- {
60859
- "oneOf": [
60860
- {
60861
- "required": [
60862
- "commitId"
60863
- ]
60864
- },
60865
- {
60866
- "required": [
60867
- "branch"
60868
- ]
60869
- }
60870
- ]
60871
- },
60872
61580
  {
60873
61581
  "oneOf": [
60874
61582
  {
@@ -60917,10 +61625,19 @@ const schema = {
60917
61625
  "type": "string"
60918
61626
  },
60919
61627
  "gitFetchType": {
60920
- "type": "string",
60921
- "enum": [
60922
- "Branch",
60923
- "Commit"
61628
+ "oneOf": [
61629
+ {
61630
+ "type": "string",
61631
+ "enum": [
61632
+ "Branch",
61633
+ "Commit"
61634
+ ]
61635
+ },
61636
+ {
61637
+ "type": "string",
61638
+ "pattern": "(<\\+.+>.*)",
61639
+ "minLength": 1
61640
+ }
60924
61641
  ]
60925
61642
  },
60926
61643
  "paths": {
@@ -60943,20 +61660,6 @@ const schema = {
60943
61660
  }
60944
61661
  }
60945
61662
  },
60946
- {
60947
- "oneOf": [
60948
- {
60949
- "required": [
60950
- "commitId"
60951
- ]
60952
- },
60953
- {
60954
- "required": [
60955
- "branch"
60956
- ]
60957
- }
60958
- ]
60959
- },
60960
61663
  {
60961
61664
  "oneOf": [
60962
61665
  {
@@ -61005,10 +61708,19 @@ const schema = {
61005
61708
  "type": "string"
61006
61709
  },
61007
61710
  "gitFetchType": {
61008
- "type": "string",
61009
- "enum": [
61010
- "Branch",
61011
- "Commit"
61711
+ "oneOf": [
61712
+ {
61713
+ "type": "string",
61714
+ "enum": [
61715
+ "Branch",
61716
+ "Commit"
61717
+ ]
61718
+ },
61719
+ {
61720
+ "type": "string",
61721
+ "pattern": "(<\\+.+>.*)",
61722
+ "minLength": 1
61723
+ }
61012
61724
  ]
61013
61725
  },
61014
61726
  "paths": {
@@ -61031,20 +61743,6 @@ const schema = {
61031
61743
  }
61032
61744
  }
61033
61745
  },
61034
- {
61035
- "oneOf": [
61036
- {
61037
- "required": [
61038
- "commitId"
61039
- ]
61040
- },
61041
- {
61042
- "required": [
61043
- "branch"
61044
- ]
61045
- }
61046
- ]
61047
- },
61048
61746
  {
61049
61747
  "oneOf": [
61050
61748
  {
@@ -61525,10 +62223,19 @@ const schema = {
61525
62223
  "type": "string"
61526
62224
  },
61527
62225
  "gitFetchType": {
61528
- "type": "string",
61529
- "enum": [
61530
- "Branch",
61531
- "Commit"
62226
+ "oneOf": [
62227
+ {
62228
+ "type": "string",
62229
+ "enum": [
62230
+ "Branch",
62231
+ "Commit"
62232
+ ]
62233
+ },
62234
+ {
62235
+ "type": "string",
62236
+ "pattern": "(<\\+.+>.*)",
62237
+ "minLength": 1
62238
+ }
61532
62239
  ]
61533
62240
  },
61534
62241
  "paths": {
@@ -61551,20 +62258,6 @@ const schema = {
61551
62258
  }
61552
62259
  }
61553
62260
  },
61554
- {
61555
- "oneOf": [
61556
- {
61557
- "required": [
61558
- "commitId"
61559
- ]
61560
- },
61561
- {
61562
- "required": [
61563
- "branch"
61564
- ]
61565
- }
61566
- ]
61567
- },
61568
62261
  {
61569
62262
  "oneOf": [
61570
62263
  {
@@ -65900,7 +66593,6 @@ const schema = {
65900
66593
  "provider": {
65901
66594
  "type": "string",
65902
66595
  "enum": [
65903
- "smi",
65904
66596
  "istio"
65905
66597
  ]
65906
66598
  },
@@ -65909,22 +66601,6 @@ const schema = {
65909
66601
  }
65910
66602
  },
65911
66603
  "allOf": [
65912
- {
65913
- "if": {
65914
- "properties": {
65915
- "provider": {
65916
- "const": "smi"
65917
- }
65918
- }
65919
- },
65920
- "then": {
65921
- "properties": {
65922
- "spec": {
65923
- "$ref": "#/definitions/pipeline/steps/cd/SMIProviderSpec"
65924
- }
65925
- }
65926
- }
65927
- },
65928
66604
  {
65929
66605
  "if": {
65930
66606
  "properties": {
@@ -65943,8 +66619,8 @@ const schema = {
65943
66619
  }
65944
66620
  ]
65945
66621
  },
65946
- "SMIProviderSpec": {
65947
- "title": "SMIProviderSpec",
66622
+ "IstioProviderSpec": {
66623
+ "title": "IstioProviderSpec",
65948
66624
  "allOf": [
65949
66625
  {
65950
66626
  "$ref": "#/definitions/pipeline/steps/cd/K8sTrafficRoutingProviderBaseSpec"
@@ -65952,8 +66628,51 @@ const schema = {
65952
66628
  {
65953
66629
  "type": "object",
65954
66630
  "properties": {
65955
- "rootService": {
65956
- "type": "string"
66631
+ "gateways": {
66632
+ "oneOf": [
66633
+ {
66634
+ "type": "array",
66635
+ "items": {
66636
+ "type": "string",
66637
+ "minLength": 1
66638
+ },
66639
+ "minItems": 1
66640
+ },
66641
+ {
66642
+ "type": "string",
66643
+ "pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
66644
+ "minLength": 1
66645
+ }
66646
+ ]
66647
+ },
66648
+ "hosts": {
66649
+ "oneOf": [
66650
+ {
66651
+ "type": "array",
66652
+ "items": {
66653
+ "type": "string",
66654
+ "minLength": 1
66655
+ },
66656
+ "minItems": 1
66657
+ },
66658
+ {
66659
+ "type": "string",
66660
+ "pattern": "(<\\+.+>.*)",
66661
+ "minLength": 1
66662
+ }
66663
+ ]
66664
+ },
66665
+ "delegateService": {
66666
+ "oneOf": [
66667
+ {
66668
+ "type": "boolean"
66669
+ },
66670
+ {
66671
+ "type": "string",
66672
+ "pattern": "(<\\+.+>.*)",
66673
+ "minLength": 1
66674
+ }
66675
+ ]
65957
66676
  }
65958
66677
  }
65959
66678
  }
@@ -66455,66 +67174,6 @@ const schema = {
66455
67174
  }
66456
67175
  ]
66457
67176
  },
66458
- "IstioProviderSpec": {
66459
- "title": "IstioProviderSpec",
66460
- "allOf": [
66461
- {
66462
- "$ref": "#/definitions/pipeline/steps/cd/K8sTrafficRoutingProviderBaseSpec"
66463
- },
66464
- {
66465
- "type": "object",
66466
- "properties": {
66467
- "gateways": {
66468
- "oneOf": [
66469
- {
66470
- "type": "array",
66471
- "items": {
66472
- "type": "string",
66473
- "minLength": 1
66474
- },
66475
- "minItems": 1
66476
- },
66477
- {
66478
- "type": "string",
66479
- "pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
66480
- "minLength": 1
66481
- }
66482
- ]
66483
- },
66484
- "hosts": {
66485
- "oneOf": [
66486
- {
66487
- "type": "array",
66488
- "items": {
66489
- "type": "string",
66490
- "minLength": 1
66491
- },
66492
- "minItems": 1
66493
- },
66494
- {
66495
- "type": "string",
66496
- "pattern": "(<\\+.+>.*)",
66497
- "minLength": 1
66498
- }
66499
- ]
66500
- },
66501
- "delegateService": {
66502
- "oneOf": [
66503
- {
66504
- "type": "boolean"
66505
- },
66506
- {
66507
- "type": "string",
66508
- "pattern": "(<\\+.+>.*)",
66509
- "minLength": 1
66510
- }
66511
- ]
66512
- }
66513
- }
66514
- }
66515
- ],
66516
- "$schema": "http://json-schema.org/draft-07/schema#"
66517
- },
66518
67177
  "TerraformRollbackStepNode": {
66519
67178
  "title": "TerraformRollbackStepNode",
66520
67179
  "type": "object",
@@ -66848,6 +67507,21 @@ const schema = {
66848
67507
  "prodListenerRuleArn": {
66849
67508
  "type": "string"
66850
67509
  },
67510
+ "prodListenerRuleConfigs": {
67511
+ "oneOf": [
67512
+ {
67513
+ "type": "array",
67514
+ "items": {
67515
+ "$ref": "#/definitions/pipeline/steps/cd/ProdListenerRuleConfig"
67516
+ }
67517
+ },
67518
+ {
67519
+ "type": "string",
67520
+ "pattern": "(<\\+.+>.*)",
67521
+ "minLength": 1
67522
+ }
67523
+ ]
67524
+ },
66851
67525
  "sameAsAlreadyRunningInstances": {
66852
67526
  "oneOf": [
66853
67527
  {
@@ -66931,6 +67605,21 @@ const schema = {
66931
67605
  "prodListenerRuleArn": {
66932
67606
  "type": "string"
66933
67607
  },
67608
+ "prodListenerRuleConfigs": {
67609
+ "oneOf": [
67610
+ {
67611
+ "type": "array",
67612
+ "items": {
67613
+ "$ref": "#/definitions/pipeline/steps/cd/ProdListenerRuleConfig"
67614
+ }
67615
+ },
67616
+ {
67617
+ "type": "string",
67618
+ "pattern": "(<\\+.+>.*)",
67619
+ "minLength": 1
67620
+ }
67621
+ ]
67622
+ },
66934
67623
  "sameAsAlreadyRunningInstances": {
66935
67624
  "oneOf": [
66936
67625
  {
@@ -66972,6 +67661,27 @@ const schema = {
66972
67661
  }
66973
67662
  }
66974
67663
  },
67664
+ "ProdListenerRuleConfig": {
67665
+ "title": "ProdListenerRuleConfig",
67666
+ "type": "object",
67667
+ "required": [
67668
+ "prodListenerRuleArn"
67669
+ ],
67670
+ "properties": {
67671
+ "prodListenerRuleArn": {
67672
+ "type": "string",
67673
+ "pattern": "^(?=\\s*\\S).*$"
67674
+ },
67675
+ "stageTargetGroupArn": {
67676
+ "type": "string"
67677
+ },
67678
+ "description": {
67679
+ "type": "string",
67680
+ "desc": "This is the description for ProdListenerRuleConfig"
67681
+ }
67682
+ },
67683
+ "$schema": "http://json-schema.org/draft-07/schema#"
67684
+ },
66975
67685
  "EcsUpgradeContainerStepNode": {
66976
67686
  "title": "EcsUpgradeContainerStepNode",
66977
67687
  "type": "object",
@@ -100249,6 +100959,21 @@ const schema = {
100249
100959
  }
100250
100960
  ]
100251
100961
  },
100962
+ "ruleOverrides": {
100963
+ "oneOf": [
100964
+ {
100965
+ "type": "array",
100966
+ "items": {
100967
+ "$ref": "#/definitions/pipeline/steps/cd/InheritRuleOverride"
100968
+ }
100969
+ },
100970
+ {
100971
+ "type": "string",
100972
+ "pattern": "(<\\+.+>.*)",
100973
+ "minLength": 1
100974
+ }
100975
+ ]
100976
+ },
100252
100977
  "downsizeOldService": {
100253
100978
  "oneOf": [
100254
100979
  {
@@ -100280,6 +101005,39 @@ const schema = {
100280
101005
  }
100281
101006
  }
100282
101007
  },
101008
+ "InheritRuleOverride": {
101009
+ "title": "InheritRuleOverride",
101010
+ "type": "object",
101011
+ "required": [
101012
+ "listenerRuleArn"
101013
+ ],
101014
+ "properties": {
101015
+ "listenerRuleArn": {
101016
+ "type": "string",
101017
+ "pattern": "^(?=\\s*\\S).*$"
101018
+ },
101019
+ "weightPercentage": {
101020
+ "oneOf": [
101021
+ {
101022
+ "type": "integer",
101023
+ "format": "int32",
101024
+ "minimum": 0,
101025
+ "maximum": 100
101026
+ },
101027
+ {
101028
+ "type": "string",
101029
+ "pattern": "(<\\+.+>.*)",
101030
+ "minLength": 1
101031
+ }
101032
+ ]
101033
+ },
101034
+ "description": {
101035
+ "type": "string",
101036
+ "desc": "This is the description for InheritRuleOverride"
101037
+ }
101038
+ },
101039
+ "$schema": "http://json-schema.org/draft-07/schema#"
101040
+ },
100283
101041
  "StandAloneTrafficShiftRollbackStepNode": {
100284
101042
  "title": "StandAloneTrafficShiftRollbackStepNode",
100285
101043
  "type": "object",
@@ -118683,6 +119441,9 @@ const schema = {
118683
119441
  {
118684
119442
  "$ref": "#/definitions/pipeline/steps/common/MythosAgentNode"
118685
119443
  },
119444
+ {
119445
+ "$ref": "#/definitions/pipeline/steps/common/ClaudeCodeSecurityNode"
119446
+ },
118686
119447
  {
118687
119448
  "$ref": "#/definitions/pipeline/steps/common/SscaEnforcementStepNode"
118688
119449
  },
@@ -119461,6 +120222,9 @@ const schema = {
119461
120222
  {
119462
120223
  "$ref": "#/definitions/pipeline/steps/common/MythosAgentNode"
119463
120224
  },
120225
+ {
120226
+ "$ref": "#/definitions/pipeline/steps/common/ClaudeCodeSecurityNode"
120227
+ },
119464
120228
  {
119465
120229
  "$ref": "#/definitions/pipeline/steps/common/SscaComplianceStepNode"
119466
120230
  },