harness-mcp-v2 3.2.20 → 3.2.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +75 -36
- package/build/client/harness-client.d.ts.map +1 -1
- package/build/client/harness-client.js +32 -6
- package/build/client/harness-client.js.map +1 -1
- package/build/config.d.ts +10 -0
- package/build/config.d.ts.map +1 -1
- package/build/config.js +15 -0
- package/build/config.js.map +1 -1
- package/build/data/schemas/v0/pipeline.d.ts.map +1 -1
- package/build/data/schemas/v0/pipeline.js +545 -272
- package/build/data/schemas/v0/pipeline.js.map +1 -1
- package/build/data/schemas/v0/template.d.ts.map +1 -1
- package/build/data/schemas/v0/template.js +275 -2
- package/build/data/schemas/v0/template.js.map +1 -1
- package/build/data/schemas/v1/pipeline.d.ts.map +1 -1
- package/build/data/schemas/v1/pipeline.js +43 -29
- package/build/data/schemas/v1/pipeline.js.map +1 -1
- package/build/data/schemas/v1/template.d.ts.map +1 -1
- package/build/data/schemas/v1/template.js +43 -29
- package/build/data/schemas/v1/template.js.map +1 -1
- package/build/prompts/deploy-ai-agent.d.ts +3 -0
- package/build/prompts/deploy-ai-agent.d.ts.map +1 -0
- package/build/prompts/deploy-ai-agent.js +300 -0
- package/build/prompts/deploy-ai-agent.js.map +1 -0
- package/build/prompts/feature-flag-rollout.js +2 -2
- package/build/prompts/feature-flag-rollout.js.map +1 -1
- package/build/prompts/index.d.ts.map +1 -1
- package/build/prompts/index.js +2 -0
- package/build/prompts/index.js.map +1 -1
- package/build/registry/extractors.d.ts +69 -0
- package/build/registry/extractors.d.ts.map +1 -1
- package/build/registry/extractors.js +326 -0
- package/build/registry/extractors.js.map +1 -1
- package/build/registry/index.d.ts.map +1 -1
- package/build/registry/index.js +6 -2
- package/build/registry/index.js.map +1 -1
- package/build/registry/toolsets/feature-flags.d.ts.map +1 -1
- package/build/registry/toolsets/feature-flags.js +236 -30
- package/build/registry/toolsets/feature-flags.js.map +1 -1
- package/build/registry/toolsets/iacm.d.ts.map +1 -1
- package/build/registry/toolsets/iacm.js +194 -2
- package/build/registry/toolsets/iacm.js.map +1 -1
- package/build/registry/toolsets/pipelines.d.ts.map +1 -1
- package/build/registry/toolsets/pipelines.js +208 -5
- package/build/registry/toolsets/pipelines.js.map +1 -1
- package/build/registry/toolsets/release-management.d.ts +8 -0
- package/build/registry/toolsets/release-management.d.ts.map +1 -0
- package/build/registry/toolsets/release-management.js +783 -0
- package/build/registry/toolsets/release-management.js.map +1 -0
- package/build/registry/types.d.ts +2 -2
- package/build/registry/types.d.ts.map +1 -1
- package/build/resources/harness-schema.d.ts.map +1 -1
- package/build/resources/harness-schema.js +2 -1
- package/build/resources/harness-schema.js.map +1 -1
- package/build/tools/entity-schema/live.d.ts +6 -5
- package/build/tools/entity-schema/live.d.ts.map +1 -1
- package/build/tools/entity-schema/live.js +114 -10
- package/build/tools/entity-schema/live.js.map +1 -1
- package/build/tools/entity-schema/types.d.ts +7 -1
- package/build/tools/entity-schema/types.d.ts.map +1 -1
- package/build/tools/harness-list.d.ts.map +1 -1
- package/build/tools/harness-list.js +12 -0
- package/build/tools/harness-list.js.map +1 -1
- package/build/tools/harness-schema.d.ts +2 -1
- package/build/tools/harness-schema.d.ts.map +1 -1
- package/build/tools/harness-schema.js +10 -8
- package/build/tools/harness-schema.js.map +1 -1
- package/build/tools/index.js +1 -1
- package/build/tools/index.js.map +1 -1
- package/build/utils/url-parser.d.ts +2 -0
- package/build/utils/url-parser.d.ts.map +1 -1
- package/build/utils/url-parser.js +33 -0
- package/build/utils/url-parser.js.map +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
|
@@ -29701,6 +29701,196 @@ const schema = {
|
|
|
29701
29701
|
}
|
|
29702
29702
|
]
|
|
29703
29703
|
},
|
|
29704
|
+
"GitleaksScanNode": {
|
|
29705
|
+
"title": "GitleaksScanNode",
|
|
29706
|
+
"type": "object",
|
|
29707
|
+
"required": [
|
|
29708
|
+
"identifier",
|
|
29709
|
+
"name",
|
|
29710
|
+
"spec",
|
|
29711
|
+
"type"
|
|
29712
|
+
],
|
|
29713
|
+
"properties": {
|
|
29714
|
+
"description": {
|
|
29715
|
+
"type": "string",
|
|
29716
|
+
"desc": "This is the description for GitleaksScanNode"
|
|
29717
|
+
},
|
|
29718
|
+
"enforce": {
|
|
29719
|
+
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
29720
|
+
},
|
|
29721
|
+
"failureStrategies": {
|
|
29722
|
+
"oneOf": [
|
|
29723
|
+
{
|
|
29724
|
+
"type": "array",
|
|
29725
|
+
"items": {
|
|
29726
|
+
"$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
|
|
29727
|
+
}
|
|
29728
|
+
},
|
|
29729
|
+
{
|
|
29730
|
+
"type": "string",
|
|
29731
|
+
"pattern": "^<\\+input>$",
|
|
29732
|
+
"minLength": 1
|
|
29733
|
+
}
|
|
29734
|
+
]
|
|
29735
|
+
},
|
|
29736
|
+
"identifier": {
|
|
29737
|
+
"type": "string",
|
|
29738
|
+
"pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
|
|
29739
|
+
},
|
|
29740
|
+
"name": {
|
|
29741
|
+
"type": "string",
|
|
29742
|
+
"pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
|
|
29743
|
+
},
|
|
29744
|
+
"strategy": {
|
|
29745
|
+
"oneOf": [
|
|
29746
|
+
{
|
|
29747
|
+
"$ref": "#/definitions/pipeline/common/StrategyConfig"
|
|
29748
|
+
},
|
|
29749
|
+
{
|
|
29750
|
+
"type": "string",
|
|
29751
|
+
"pattern": "^<\\+input>$",
|
|
29752
|
+
"minLength": 1
|
|
29753
|
+
}
|
|
29754
|
+
]
|
|
29755
|
+
},
|
|
29756
|
+
"timeout": {
|
|
29757
|
+
"type": "string",
|
|
29758
|
+
"pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
|
|
29759
|
+
},
|
|
29760
|
+
"type": {
|
|
29761
|
+
"type": "string",
|
|
29762
|
+
"enum": [
|
|
29763
|
+
"Gitleaks"
|
|
29764
|
+
]
|
|
29765
|
+
},
|
|
29766
|
+
"when": {
|
|
29767
|
+
"oneOf": [
|
|
29768
|
+
{
|
|
29769
|
+
"$ref": "#/definitions/pipeline/common/StepWhenCondition"
|
|
29770
|
+
},
|
|
29771
|
+
{
|
|
29772
|
+
"type": "string",
|
|
29773
|
+
"pattern": "^<\\+input>$",
|
|
29774
|
+
"minLength": 1
|
|
29775
|
+
}
|
|
29776
|
+
]
|
|
29777
|
+
}
|
|
29778
|
+
},
|
|
29779
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
29780
|
+
"allOf": [
|
|
29781
|
+
{
|
|
29782
|
+
"if": {
|
|
29783
|
+
"properties": {
|
|
29784
|
+
"type": {
|
|
29785
|
+
"const": "Gitleaks"
|
|
29786
|
+
}
|
|
29787
|
+
}
|
|
29788
|
+
},
|
|
29789
|
+
"then": {
|
|
29790
|
+
"properties": {
|
|
29791
|
+
"spec": {
|
|
29792
|
+
"$ref": "#/definitions/pipeline/steps/common/GitleaksStepInfo"
|
|
29793
|
+
}
|
|
29794
|
+
}
|
|
29795
|
+
}
|
|
29796
|
+
}
|
|
29797
|
+
]
|
|
29798
|
+
},
|
|
29799
|
+
"SonarqubeScanNode": {
|
|
29800
|
+
"title": "SonarqubeScanNode",
|
|
29801
|
+
"type": "object",
|
|
29802
|
+
"required": [
|
|
29803
|
+
"identifier",
|
|
29804
|
+
"name",
|
|
29805
|
+
"spec",
|
|
29806
|
+
"type"
|
|
29807
|
+
],
|
|
29808
|
+
"properties": {
|
|
29809
|
+
"description": {
|
|
29810
|
+
"type": "string",
|
|
29811
|
+
"desc": "This is the description for SonarqubeScanNode"
|
|
29812
|
+
},
|
|
29813
|
+
"enforce": {
|
|
29814
|
+
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
29815
|
+
},
|
|
29816
|
+
"failureStrategies": {
|
|
29817
|
+
"oneOf": [
|
|
29818
|
+
{
|
|
29819
|
+
"type": "array",
|
|
29820
|
+
"items": {
|
|
29821
|
+
"$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
|
|
29822
|
+
}
|
|
29823
|
+
},
|
|
29824
|
+
{
|
|
29825
|
+
"type": "string",
|
|
29826
|
+
"pattern": "^<\\+input>$",
|
|
29827
|
+
"minLength": 1
|
|
29828
|
+
}
|
|
29829
|
+
]
|
|
29830
|
+
},
|
|
29831
|
+
"identifier": {
|
|
29832
|
+
"type": "string",
|
|
29833
|
+
"pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
|
|
29834
|
+
},
|
|
29835
|
+
"name": {
|
|
29836
|
+
"type": "string",
|
|
29837
|
+
"pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
|
|
29838
|
+
},
|
|
29839
|
+
"strategy": {
|
|
29840
|
+
"oneOf": [
|
|
29841
|
+
{
|
|
29842
|
+
"$ref": "#/definitions/pipeline/common/StrategyConfig"
|
|
29843
|
+
},
|
|
29844
|
+
{
|
|
29845
|
+
"type": "string",
|
|
29846
|
+
"pattern": "^<\\+input>$",
|
|
29847
|
+
"minLength": 1
|
|
29848
|
+
}
|
|
29849
|
+
]
|
|
29850
|
+
},
|
|
29851
|
+
"timeout": {
|
|
29852
|
+
"type": "string",
|
|
29853
|
+
"pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
|
|
29854
|
+
},
|
|
29855
|
+
"type": {
|
|
29856
|
+
"type": "string",
|
|
29857
|
+
"enum": [
|
|
29858
|
+
"Sonarqube"
|
|
29859
|
+
]
|
|
29860
|
+
},
|
|
29861
|
+
"when": {
|
|
29862
|
+
"oneOf": [
|
|
29863
|
+
{
|
|
29864
|
+
"$ref": "#/definitions/pipeline/common/StepWhenCondition"
|
|
29865
|
+
},
|
|
29866
|
+
{
|
|
29867
|
+
"type": "string",
|
|
29868
|
+
"pattern": "^<\\+input>$",
|
|
29869
|
+
"minLength": 1
|
|
29870
|
+
}
|
|
29871
|
+
]
|
|
29872
|
+
}
|
|
29873
|
+
},
|
|
29874
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
29875
|
+
"allOf": [
|
|
29876
|
+
{
|
|
29877
|
+
"if": {
|
|
29878
|
+
"properties": {
|
|
29879
|
+
"type": {
|
|
29880
|
+
"const": "Sonarqube"
|
|
29881
|
+
}
|
|
29882
|
+
}
|
|
29883
|
+
},
|
|
29884
|
+
"then": {
|
|
29885
|
+
"properties": {
|
|
29886
|
+
"spec": {
|
|
29887
|
+
"$ref": "#/definitions/pipeline/steps/common/SonarqubeStepInfo"
|
|
29888
|
+
}
|
|
29889
|
+
}
|
|
29890
|
+
}
|
|
29891
|
+
}
|
|
29892
|
+
]
|
|
29893
|
+
},
|
|
29704
29894
|
"CIVolume": {
|
|
29705
29895
|
"title": "CIVolume",
|
|
29706
29896
|
"type": "object",
|
|
@@ -35939,6 +36129,21 @@ const schema = {
|
|
|
35939
36129
|
}
|
|
35940
36130
|
]
|
|
35941
36131
|
},
|
|
36132
|
+
"reuse": {
|
|
36133
|
+
"oneOf": [
|
|
36134
|
+
{
|
|
36135
|
+
"type": "string",
|
|
36136
|
+
"not": {
|
|
36137
|
+
"pattern": "^<\\+.*>.*$"
|
|
36138
|
+
}
|
|
36139
|
+
},
|
|
36140
|
+
{
|
|
36141
|
+
"type": "string",
|
|
36142
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\))*$",
|
|
36143
|
+
"minLength": 1
|
|
36144
|
+
}
|
|
36145
|
+
]
|
|
36146
|
+
},
|
|
35942
36147
|
"markNextChangeSetRun": {
|
|
35943
36148
|
"type": "boolean"
|
|
35944
36149
|
},
|
|
@@ -36174,6 +36379,21 @@ const schema = {
|
|
|
36174
36379
|
}
|
|
36175
36380
|
]
|
|
36176
36381
|
},
|
|
36382
|
+
"reuse": {
|
|
36383
|
+
"oneOf": [
|
|
36384
|
+
{
|
|
36385
|
+
"type": "string",
|
|
36386
|
+
"not": {
|
|
36387
|
+
"pattern": "^<\\+.*>.*$"
|
|
36388
|
+
}
|
|
36389
|
+
},
|
|
36390
|
+
{
|
|
36391
|
+
"type": "string",
|
|
36392
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\))*$",
|
|
36393
|
+
"minLength": 1
|
|
36394
|
+
}
|
|
36395
|
+
]
|
|
36396
|
+
},
|
|
36177
36397
|
"resources": {
|
|
36178
36398
|
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
36179
36399
|
},
|
|
@@ -36390,6 +36610,21 @@ const schema = {
|
|
|
36390
36610
|
}
|
|
36391
36611
|
]
|
|
36392
36612
|
},
|
|
36613
|
+
"reuse": {
|
|
36614
|
+
"oneOf": [
|
|
36615
|
+
{
|
|
36616
|
+
"type": "string",
|
|
36617
|
+
"not": {
|
|
36618
|
+
"pattern": "^<\\+.*>.*$"
|
|
36619
|
+
}
|
|
36620
|
+
},
|
|
36621
|
+
{
|
|
36622
|
+
"type": "string",
|
|
36623
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\))*$",
|
|
36624
|
+
"minLength": 1
|
|
36625
|
+
}
|
|
36626
|
+
]
|
|
36627
|
+
},
|
|
36393
36628
|
"excludeChangeLogFile": {
|
|
36394
36629
|
"type": "boolean"
|
|
36395
36630
|
},
|
|
@@ -36501,6 +36736,21 @@ const schema = {
|
|
|
36501
36736
|
}
|
|
36502
36737
|
]
|
|
36503
36738
|
},
|
|
36739
|
+
"reuse": {
|
|
36740
|
+
"oneOf": [
|
|
36741
|
+
{
|
|
36742
|
+
"type": "string",
|
|
36743
|
+
"not": {
|
|
36744
|
+
"pattern": "^<\\+.*>.*$"
|
|
36745
|
+
}
|
|
36746
|
+
},
|
|
36747
|
+
{
|
|
36748
|
+
"type": "string",
|
|
36749
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\))*$",
|
|
36750
|
+
"minLength": 1
|
|
36751
|
+
}
|
|
36752
|
+
]
|
|
36753
|
+
},
|
|
36504
36754
|
"excludeChangeLogFile": {
|
|
36505
36755
|
"type": "boolean"
|
|
36506
36756
|
},
|
|
@@ -37002,6 +37252,21 @@ const schema = {
|
|
|
37002
37252
|
}
|
|
37003
37253
|
]
|
|
37004
37254
|
},
|
|
37255
|
+
"reuse": {
|
|
37256
|
+
"oneOf": [
|
|
37257
|
+
{
|
|
37258
|
+
"type": "string",
|
|
37259
|
+
"not": {
|
|
37260
|
+
"pattern": "^<\\+.*>.*$"
|
|
37261
|
+
}
|
|
37262
|
+
},
|
|
37263
|
+
{
|
|
37264
|
+
"type": "string",
|
|
37265
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|default|regex)\\(.+?\\))*$",
|
|
37266
|
+
"minLength": 1
|
|
37267
|
+
}
|
|
37268
|
+
]
|
|
37269
|
+
},
|
|
37005
37270
|
"resources": {
|
|
37006
37271
|
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
37007
37272
|
},
|
|
@@ -37112,6 +37377,21 @@ const schema = {
|
|
|
37112
37377
|
}
|
|
37113
37378
|
]
|
|
37114
37379
|
},
|
|
37380
|
+
"reuse": {
|
|
37381
|
+
"oneOf": [
|
|
37382
|
+
{
|
|
37383
|
+
"type": "string",
|
|
37384
|
+
"not": {
|
|
37385
|
+
"pattern": "^<\\+.*>.*$"
|
|
37386
|
+
}
|
|
37387
|
+
},
|
|
37388
|
+
{
|
|
37389
|
+
"type": "string",
|
|
37390
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|default|regex)\\(.+?\\))*$",
|
|
37391
|
+
"minLength": 1
|
|
37392
|
+
}
|
|
37393
|
+
]
|
|
37394
|
+
},
|
|
37115
37395
|
"resources": {
|
|
37116
37396
|
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
37117
37397
|
},
|
|
@@ -37327,6 +37607,21 @@ const schema = {
|
|
|
37327
37607
|
}
|
|
37328
37608
|
]
|
|
37329
37609
|
},
|
|
37610
|
+
"reuse": {
|
|
37611
|
+
"oneOf": [
|
|
37612
|
+
{
|
|
37613
|
+
"type": "string",
|
|
37614
|
+
"not": {
|
|
37615
|
+
"pattern": "^<\\+.*>.*$"
|
|
37616
|
+
}
|
|
37617
|
+
},
|
|
37618
|
+
{
|
|
37619
|
+
"type": "string",
|
|
37620
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|default|regex)\\(.+?\\))*$",
|
|
37621
|
+
"minLength": 1
|
|
37622
|
+
}
|
|
37623
|
+
]
|
|
37624
|
+
},
|
|
37330
37625
|
"resources": {
|
|
37331
37626
|
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
37332
37627
|
},
|
|
@@ -37431,6 +37726,21 @@ const schema = {
|
|
|
37431
37726
|
}
|
|
37432
37727
|
]
|
|
37433
37728
|
},
|
|
37729
|
+
"reuse": {
|
|
37730
|
+
"oneOf": [
|
|
37731
|
+
{
|
|
37732
|
+
"type": "string",
|
|
37733
|
+
"not": {
|
|
37734
|
+
"pattern": "^<\\+.*>.*$"
|
|
37735
|
+
}
|
|
37736
|
+
},
|
|
37737
|
+
{
|
|
37738
|
+
"type": "string",
|
|
37739
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|default|regex)\\(.+?\\))*$",
|
|
37740
|
+
"minLength": 1
|
|
37741
|
+
}
|
|
37742
|
+
]
|
|
37743
|
+
},
|
|
37434
37744
|
"resources": {
|
|
37435
37745
|
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
37436
37746
|
},
|
|
@@ -37676,6 +37986,21 @@ const schema = {
|
|
|
37676
37986
|
}
|
|
37677
37987
|
]
|
|
37678
37988
|
},
|
|
37989
|
+
"reuse": {
|
|
37990
|
+
"oneOf": [
|
|
37991
|
+
{
|
|
37992
|
+
"type": "string",
|
|
37993
|
+
"not": {
|
|
37994
|
+
"pattern": "^<\\+.*>.*$"
|
|
37995
|
+
}
|
|
37996
|
+
},
|
|
37997
|
+
{
|
|
37998
|
+
"type": "string",
|
|
37999
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|default|regex)\\(.+?\\))*$",
|
|
38000
|
+
"minLength": 1
|
|
38001
|
+
}
|
|
38002
|
+
]
|
|
38003
|
+
},
|
|
37679
38004
|
"resources": {
|
|
37680
38005
|
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
37681
38006
|
},
|
|
@@ -37810,6 +38135,21 @@ const schema = {
|
|
|
37810
38135
|
}
|
|
37811
38136
|
]
|
|
37812
38137
|
},
|
|
38138
|
+
"reuse": {
|
|
38139
|
+
"oneOf": [
|
|
38140
|
+
{
|
|
38141
|
+
"type": "string",
|
|
38142
|
+
"not": {
|
|
38143
|
+
"pattern": "^<\\+.*>.*$"
|
|
38144
|
+
}
|
|
38145
|
+
},
|
|
38146
|
+
{
|
|
38147
|
+
"type": "string",
|
|
38148
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|default|regex)\\(.+?\\))*$",
|
|
38149
|
+
"minLength": 1
|
|
38150
|
+
}
|
|
38151
|
+
]
|
|
38152
|
+
},
|
|
37813
38153
|
"resources": {
|
|
37814
38154
|
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
37815
38155
|
},
|
|
@@ -38029,6 +38369,21 @@ const schema = {
|
|
|
38029
38369
|
}
|
|
38030
38370
|
]
|
|
38031
38371
|
},
|
|
38372
|
+
"reuse": {
|
|
38373
|
+
"oneOf": [
|
|
38374
|
+
{
|
|
38375
|
+
"type": "string",
|
|
38376
|
+
"not": {
|
|
38377
|
+
"pattern": "^<\\+.*>.*$"
|
|
38378
|
+
}
|
|
38379
|
+
},
|
|
38380
|
+
{
|
|
38381
|
+
"type": "string",
|
|
38382
|
+
"pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\))*$",
|
|
38383
|
+
"minLength": 1
|
|
38384
|
+
}
|
|
38385
|
+
]
|
|
38386
|
+
},
|
|
38032
38387
|
"resources": {
|
|
38033
38388
|
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
38034
38389
|
},
|
|
@@ -40144,101 +40499,6 @@ const schema = {
|
|
|
40144
40499
|
}
|
|
40145
40500
|
]
|
|
40146
40501
|
},
|
|
40147
|
-
"GitleaksScanNode": {
|
|
40148
|
-
"title": "GitleaksScanNode",
|
|
40149
|
-
"type": "object",
|
|
40150
|
-
"required": [
|
|
40151
|
-
"identifier",
|
|
40152
|
-
"name",
|
|
40153
|
-
"spec",
|
|
40154
|
-
"type"
|
|
40155
|
-
],
|
|
40156
|
-
"properties": {
|
|
40157
|
-
"description": {
|
|
40158
|
-
"type": "string",
|
|
40159
|
-
"desc": "This is the description for GitleaksScanNode"
|
|
40160
|
-
},
|
|
40161
|
-
"enforce": {
|
|
40162
|
-
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
40163
|
-
},
|
|
40164
|
-
"failureStrategies": {
|
|
40165
|
-
"oneOf": [
|
|
40166
|
-
{
|
|
40167
|
-
"type": "array",
|
|
40168
|
-
"items": {
|
|
40169
|
-
"$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
|
|
40170
|
-
}
|
|
40171
|
-
},
|
|
40172
|
-
{
|
|
40173
|
-
"type": "string",
|
|
40174
|
-
"pattern": "^<\\+input>$",
|
|
40175
|
-
"minLength": 1
|
|
40176
|
-
}
|
|
40177
|
-
]
|
|
40178
|
-
},
|
|
40179
|
-
"identifier": {
|
|
40180
|
-
"type": "string",
|
|
40181
|
-
"pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
|
|
40182
|
-
},
|
|
40183
|
-
"name": {
|
|
40184
|
-
"type": "string",
|
|
40185
|
-
"pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
|
|
40186
|
-
},
|
|
40187
|
-
"strategy": {
|
|
40188
|
-
"oneOf": [
|
|
40189
|
-
{
|
|
40190
|
-
"$ref": "#/definitions/pipeline/common/StrategyConfig"
|
|
40191
|
-
},
|
|
40192
|
-
{
|
|
40193
|
-
"type": "string",
|
|
40194
|
-
"pattern": "^<\\+input>$",
|
|
40195
|
-
"minLength": 1
|
|
40196
|
-
}
|
|
40197
|
-
]
|
|
40198
|
-
},
|
|
40199
|
-
"timeout": {
|
|
40200
|
-
"type": "string",
|
|
40201
|
-
"pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
|
|
40202
|
-
},
|
|
40203
|
-
"type": {
|
|
40204
|
-
"type": "string",
|
|
40205
|
-
"enum": [
|
|
40206
|
-
"Gitleaks"
|
|
40207
|
-
]
|
|
40208
|
-
},
|
|
40209
|
-
"when": {
|
|
40210
|
-
"oneOf": [
|
|
40211
|
-
{
|
|
40212
|
-
"$ref": "#/definitions/pipeline/common/StepWhenCondition"
|
|
40213
|
-
},
|
|
40214
|
-
{
|
|
40215
|
-
"type": "string",
|
|
40216
|
-
"pattern": "^<\\+input>$",
|
|
40217
|
-
"minLength": 1
|
|
40218
|
-
}
|
|
40219
|
-
]
|
|
40220
|
-
}
|
|
40221
|
-
},
|
|
40222
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
40223
|
-
"allOf": [
|
|
40224
|
-
{
|
|
40225
|
-
"if": {
|
|
40226
|
-
"properties": {
|
|
40227
|
-
"type": {
|
|
40228
|
-
"const": "Gitleaks"
|
|
40229
|
-
}
|
|
40230
|
-
}
|
|
40231
|
-
},
|
|
40232
|
-
"then": {
|
|
40233
|
-
"properties": {
|
|
40234
|
-
"spec": {
|
|
40235
|
-
"$ref": "#/definitions/pipeline/steps/common/GitleaksStepInfo"
|
|
40236
|
-
}
|
|
40237
|
-
}
|
|
40238
|
-
}
|
|
40239
|
-
}
|
|
40240
|
-
]
|
|
40241
|
-
},
|
|
40242
40502
|
"GrypeScanNode": {
|
|
40243
40503
|
"title": "GrypeScanNode",
|
|
40244
40504
|
"type": "object",
|
|
@@ -40700,117 +40960,22 @@ const schema = {
|
|
|
40700
40960
|
"if": {
|
|
40701
40961
|
"properties": {
|
|
40702
40962
|
"type": {
|
|
40703
|
-
"const": "Nessus"
|
|
40704
|
-
}
|
|
40705
|
-
}
|
|
40706
|
-
},
|
|
40707
|
-
"then": {
|
|
40708
|
-
"properties": {
|
|
40709
|
-
"spec": {
|
|
40710
|
-
"$ref": "#/definitions/pipeline/steps/common/NessusStepInfo"
|
|
40711
|
-
}
|
|
40712
|
-
}
|
|
40713
|
-
}
|
|
40714
|
-
}
|
|
40715
|
-
]
|
|
40716
|
-
},
|
|
40717
|
-
"NexusIQScanNode": {
|
|
40718
|
-
"title": "NexusIQScanNode",
|
|
40719
|
-
"type": "object",
|
|
40720
|
-
"required": [
|
|
40721
|
-
"identifier",
|
|
40722
|
-
"name",
|
|
40723
|
-
"spec",
|
|
40724
|
-
"type"
|
|
40725
|
-
],
|
|
40726
|
-
"properties": {
|
|
40727
|
-
"description": {
|
|
40728
|
-
"type": "string",
|
|
40729
|
-
"desc": "This is the description for NexusIQScanNode"
|
|
40730
|
-
},
|
|
40731
|
-
"enforce": {
|
|
40732
|
-
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
40733
|
-
},
|
|
40734
|
-
"failureStrategies": {
|
|
40735
|
-
"oneOf": [
|
|
40736
|
-
{
|
|
40737
|
-
"type": "array",
|
|
40738
|
-
"items": {
|
|
40739
|
-
"$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
|
|
40740
|
-
}
|
|
40741
|
-
},
|
|
40742
|
-
{
|
|
40743
|
-
"type": "string",
|
|
40744
|
-
"pattern": "^<\\+input>$",
|
|
40745
|
-
"minLength": 1
|
|
40746
|
-
}
|
|
40747
|
-
]
|
|
40748
|
-
},
|
|
40749
|
-
"identifier": {
|
|
40750
|
-
"type": "string",
|
|
40751
|
-
"pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
|
|
40752
|
-
},
|
|
40753
|
-
"name": {
|
|
40754
|
-
"type": "string",
|
|
40755
|
-
"pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
|
|
40756
|
-
},
|
|
40757
|
-
"strategy": {
|
|
40758
|
-
"oneOf": [
|
|
40759
|
-
{
|
|
40760
|
-
"$ref": "#/definitions/pipeline/common/StrategyConfig"
|
|
40761
|
-
},
|
|
40762
|
-
{
|
|
40763
|
-
"type": "string",
|
|
40764
|
-
"pattern": "^<\\+input>$",
|
|
40765
|
-
"minLength": 1
|
|
40766
|
-
}
|
|
40767
|
-
]
|
|
40768
|
-
},
|
|
40769
|
-
"timeout": {
|
|
40770
|
-
"type": "string",
|
|
40771
|
-
"pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
|
|
40772
|
-
},
|
|
40773
|
-
"type": {
|
|
40774
|
-
"type": "string",
|
|
40775
|
-
"enum": [
|
|
40776
|
-
"NexusIQ"
|
|
40777
|
-
]
|
|
40778
|
-
},
|
|
40779
|
-
"when": {
|
|
40780
|
-
"oneOf": [
|
|
40781
|
-
{
|
|
40782
|
-
"$ref": "#/definitions/pipeline/common/StepWhenCondition"
|
|
40783
|
-
},
|
|
40784
|
-
{
|
|
40785
|
-
"type": "string",
|
|
40786
|
-
"pattern": "^<\\+input>$",
|
|
40787
|
-
"minLength": 1
|
|
40788
|
-
}
|
|
40789
|
-
]
|
|
40790
|
-
}
|
|
40791
|
-
},
|
|
40792
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
40793
|
-
"allOf": [
|
|
40794
|
-
{
|
|
40795
|
-
"if": {
|
|
40796
|
-
"properties": {
|
|
40797
|
-
"type": {
|
|
40798
|
-
"const": "NexusIQ"
|
|
40963
|
+
"const": "Nessus"
|
|
40799
40964
|
}
|
|
40800
40965
|
}
|
|
40801
40966
|
},
|
|
40802
40967
|
"then": {
|
|
40803
40968
|
"properties": {
|
|
40804
40969
|
"spec": {
|
|
40805
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
40970
|
+
"$ref": "#/definitions/pipeline/steps/common/NessusStepInfo"
|
|
40806
40971
|
}
|
|
40807
40972
|
}
|
|
40808
40973
|
}
|
|
40809
40974
|
}
|
|
40810
40975
|
]
|
|
40811
40976
|
},
|
|
40812
|
-
"
|
|
40813
|
-
"title": "
|
|
40977
|
+
"NexusIQScanNode": {
|
|
40978
|
+
"title": "NexusIQScanNode",
|
|
40814
40979
|
"type": "object",
|
|
40815
40980
|
"required": [
|
|
40816
40981
|
"identifier",
|
|
@@ -40821,7 +40986,7 @@ const schema = {
|
|
|
40821
40986
|
"properties": {
|
|
40822
40987
|
"description": {
|
|
40823
40988
|
"type": "string",
|
|
40824
|
-
"desc": "This is the description for
|
|
40989
|
+
"desc": "This is the description for NexusIQScanNode"
|
|
40825
40990
|
},
|
|
40826
40991
|
"enforce": {
|
|
40827
40992
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -40868,7 +41033,7 @@ const schema = {
|
|
|
40868
41033
|
"type": {
|
|
40869
41034
|
"type": "string",
|
|
40870
41035
|
"enum": [
|
|
40871
|
-
"
|
|
41036
|
+
"NexusIQ"
|
|
40872
41037
|
]
|
|
40873
41038
|
},
|
|
40874
41039
|
"when": {
|
|
@@ -40890,22 +41055,22 @@ const schema = {
|
|
|
40890
41055
|
"if": {
|
|
40891
41056
|
"properties": {
|
|
40892
41057
|
"type": {
|
|
40893
|
-
"const": "
|
|
41058
|
+
"const": "NexusIQ"
|
|
40894
41059
|
}
|
|
40895
41060
|
}
|
|
40896
41061
|
},
|
|
40897
41062
|
"then": {
|
|
40898
41063
|
"properties": {
|
|
40899
41064
|
"spec": {
|
|
40900
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
41065
|
+
"$ref": "#/definitions/pipeline/steps/common/NexusIQStepInfo"
|
|
40901
41066
|
}
|
|
40902
41067
|
}
|
|
40903
41068
|
}
|
|
40904
41069
|
}
|
|
40905
41070
|
]
|
|
40906
41071
|
},
|
|
40907
|
-
"
|
|
40908
|
-
"title": "
|
|
41072
|
+
"NiktoScanNode": {
|
|
41073
|
+
"title": "NiktoScanNode",
|
|
40909
41074
|
"type": "object",
|
|
40910
41075
|
"required": [
|
|
40911
41076
|
"identifier",
|
|
@@ -40916,7 +41081,7 @@ const schema = {
|
|
|
40916
41081
|
"properties": {
|
|
40917
41082
|
"description": {
|
|
40918
41083
|
"type": "string",
|
|
40919
|
-
"desc": "This is the description for
|
|
41084
|
+
"desc": "This is the description for NiktoScanNode"
|
|
40920
41085
|
},
|
|
40921
41086
|
"enforce": {
|
|
40922
41087
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -40963,7 +41128,7 @@ const schema = {
|
|
|
40963
41128
|
"type": {
|
|
40964
41129
|
"type": "string",
|
|
40965
41130
|
"enum": [
|
|
40966
|
-
"
|
|
41131
|
+
"Nikto"
|
|
40967
41132
|
]
|
|
40968
41133
|
},
|
|
40969
41134
|
"when": {
|
|
@@ -40985,22 +41150,22 @@ const schema = {
|
|
|
40985
41150
|
"if": {
|
|
40986
41151
|
"properties": {
|
|
40987
41152
|
"type": {
|
|
40988
|
-
"const": "
|
|
41153
|
+
"const": "Nikto"
|
|
40989
41154
|
}
|
|
40990
41155
|
}
|
|
40991
41156
|
},
|
|
40992
41157
|
"then": {
|
|
40993
41158
|
"properties": {
|
|
40994
41159
|
"spec": {
|
|
40995
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
41160
|
+
"$ref": "#/definitions/pipeline/steps/common/NiktoStepInfo"
|
|
40996
41161
|
}
|
|
40997
41162
|
}
|
|
40998
41163
|
}
|
|
40999
41164
|
}
|
|
41000
41165
|
]
|
|
41001
41166
|
},
|
|
41002
|
-
"
|
|
41003
|
-
"title": "
|
|
41167
|
+
"NmapScanNode": {
|
|
41168
|
+
"title": "NmapScanNode",
|
|
41004
41169
|
"type": "object",
|
|
41005
41170
|
"required": [
|
|
41006
41171
|
"identifier",
|
|
@@ -41011,7 +41176,7 @@ const schema = {
|
|
|
41011
41176
|
"properties": {
|
|
41012
41177
|
"description": {
|
|
41013
41178
|
"type": "string",
|
|
41014
|
-
"desc": "This is the description for
|
|
41179
|
+
"desc": "This is the description for NmapScanNode"
|
|
41015
41180
|
},
|
|
41016
41181
|
"enforce": {
|
|
41017
41182
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -41058,7 +41223,7 @@ const schema = {
|
|
|
41058
41223
|
"type": {
|
|
41059
41224
|
"type": "string",
|
|
41060
41225
|
"enum": [
|
|
41061
|
-
"
|
|
41226
|
+
"Nmap"
|
|
41062
41227
|
]
|
|
41063
41228
|
},
|
|
41064
41229
|
"when": {
|
|
@@ -41080,22 +41245,22 @@ const schema = {
|
|
|
41080
41245
|
"if": {
|
|
41081
41246
|
"properties": {
|
|
41082
41247
|
"type": {
|
|
41083
|
-
"const": "
|
|
41248
|
+
"const": "Nmap"
|
|
41084
41249
|
}
|
|
41085
41250
|
}
|
|
41086
41251
|
},
|
|
41087
41252
|
"then": {
|
|
41088
41253
|
"properties": {
|
|
41089
41254
|
"spec": {
|
|
41090
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
41255
|
+
"$ref": "#/definitions/pipeline/steps/common/NmapStepInfo"
|
|
41091
41256
|
}
|
|
41092
41257
|
}
|
|
41093
41258
|
}
|
|
41094
41259
|
}
|
|
41095
41260
|
]
|
|
41096
41261
|
},
|
|
41097
|
-
"
|
|
41098
|
-
"title": "
|
|
41262
|
+
"OpenvasScanNode": {
|
|
41263
|
+
"title": "OpenvasScanNode",
|
|
41099
41264
|
"type": "object",
|
|
41100
41265
|
"required": [
|
|
41101
41266
|
"identifier",
|
|
@@ -41106,7 +41271,7 @@ const schema = {
|
|
|
41106
41271
|
"properties": {
|
|
41107
41272
|
"description": {
|
|
41108
41273
|
"type": "string",
|
|
41109
|
-
"desc": "This is the description for
|
|
41274
|
+
"desc": "This is the description for OpenvasScanNode"
|
|
41110
41275
|
},
|
|
41111
41276
|
"enforce": {
|
|
41112
41277
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -41153,7 +41318,7 @@ const schema = {
|
|
|
41153
41318
|
"type": {
|
|
41154
41319
|
"type": "string",
|
|
41155
41320
|
"enum": [
|
|
41156
|
-
"
|
|
41321
|
+
"Openvas"
|
|
41157
41322
|
]
|
|
41158
41323
|
},
|
|
41159
41324
|
"when": {
|
|
@@ -41175,22 +41340,22 @@ const schema = {
|
|
|
41175
41340
|
"if": {
|
|
41176
41341
|
"properties": {
|
|
41177
41342
|
"type": {
|
|
41178
|
-
"const": "
|
|
41343
|
+
"const": "Openvas"
|
|
41179
41344
|
}
|
|
41180
41345
|
}
|
|
41181
41346
|
},
|
|
41182
41347
|
"then": {
|
|
41183
41348
|
"properties": {
|
|
41184
41349
|
"spec": {
|
|
41185
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
41350
|
+
"$ref": "#/definitions/pipeline/steps/common/OpenvasStepInfo"
|
|
41186
41351
|
}
|
|
41187
41352
|
}
|
|
41188
41353
|
}
|
|
41189
41354
|
}
|
|
41190
41355
|
]
|
|
41191
41356
|
},
|
|
41192
|
-
"
|
|
41193
|
-
"title": "
|
|
41357
|
+
"OsvScannerScanNode": {
|
|
41358
|
+
"title": "OsvScannerScanNode",
|
|
41194
41359
|
"type": "object",
|
|
41195
41360
|
"required": [
|
|
41196
41361
|
"identifier",
|
|
@@ -41201,7 +41366,7 @@ const schema = {
|
|
|
41201
41366
|
"properties": {
|
|
41202
41367
|
"description": {
|
|
41203
41368
|
"type": "string",
|
|
41204
|
-
"desc": "This is the description for
|
|
41369
|
+
"desc": "This is the description for OsvScannerScanNode"
|
|
41205
41370
|
},
|
|
41206
41371
|
"enforce": {
|
|
41207
41372
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -41248,7 +41413,7 @@ const schema = {
|
|
|
41248
41413
|
"type": {
|
|
41249
41414
|
"type": "string",
|
|
41250
41415
|
"enum": [
|
|
41251
|
-
"
|
|
41416
|
+
"OsvScanner"
|
|
41252
41417
|
]
|
|
41253
41418
|
},
|
|
41254
41419
|
"when": {
|
|
@@ -41270,22 +41435,22 @@ const schema = {
|
|
|
41270
41435
|
"if": {
|
|
41271
41436
|
"properties": {
|
|
41272
41437
|
"type": {
|
|
41273
|
-
"const": "
|
|
41438
|
+
"const": "OsvScanner"
|
|
41274
41439
|
}
|
|
41275
41440
|
}
|
|
41276
41441
|
},
|
|
41277
41442
|
"then": {
|
|
41278
41443
|
"properties": {
|
|
41279
41444
|
"spec": {
|
|
41280
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
41445
|
+
"$ref": "#/definitions/pipeline/steps/common/OsvScannerStepInfo"
|
|
41281
41446
|
}
|
|
41282
41447
|
}
|
|
41283
41448
|
}
|
|
41284
41449
|
}
|
|
41285
41450
|
]
|
|
41286
41451
|
},
|
|
41287
|
-
"
|
|
41288
|
-
"title": "
|
|
41452
|
+
"OwaspScanNode": {
|
|
41453
|
+
"title": "OwaspScanNode",
|
|
41289
41454
|
"type": "object",
|
|
41290
41455
|
"required": [
|
|
41291
41456
|
"identifier",
|
|
@@ -41296,7 +41461,7 @@ const schema = {
|
|
|
41296
41461
|
"properties": {
|
|
41297
41462
|
"description": {
|
|
41298
41463
|
"type": "string",
|
|
41299
|
-
"desc": "This is the description for
|
|
41464
|
+
"desc": "This is the description for OwaspScanNode"
|
|
41300
41465
|
},
|
|
41301
41466
|
"enforce": {
|
|
41302
41467
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -41343,7 +41508,7 @@ const schema = {
|
|
|
41343
41508
|
"type": {
|
|
41344
41509
|
"type": "string",
|
|
41345
41510
|
"enum": [
|
|
41346
|
-
"
|
|
41511
|
+
"Owasp"
|
|
41347
41512
|
]
|
|
41348
41513
|
},
|
|
41349
41514
|
"when": {
|
|
@@ -41365,22 +41530,22 @@ const schema = {
|
|
|
41365
41530
|
"if": {
|
|
41366
41531
|
"properties": {
|
|
41367
41532
|
"type": {
|
|
41368
|
-
"const": "
|
|
41533
|
+
"const": "Owasp"
|
|
41369
41534
|
}
|
|
41370
41535
|
}
|
|
41371
41536
|
},
|
|
41372
41537
|
"then": {
|
|
41373
41538
|
"properties": {
|
|
41374
41539
|
"spec": {
|
|
41375
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
41540
|
+
"$ref": "#/definitions/pipeline/steps/common/OwaspStepInfo"
|
|
41376
41541
|
}
|
|
41377
41542
|
}
|
|
41378
41543
|
}
|
|
41379
41544
|
}
|
|
41380
41545
|
]
|
|
41381
41546
|
},
|
|
41382
|
-
"
|
|
41383
|
-
"title": "
|
|
41547
|
+
"PrismaCloudScanNode": {
|
|
41548
|
+
"title": "PrismaCloudScanNode",
|
|
41384
41549
|
"type": "object",
|
|
41385
41550
|
"required": [
|
|
41386
41551
|
"identifier",
|
|
@@ -41391,7 +41556,7 @@ const schema = {
|
|
|
41391
41556
|
"properties": {
|
|
41392
41557
|
"description": {
|
|
41393
41558
|
"type": "string",
|
|
41394
|
-
"desc": "This is the description for
|
|
41559
|
+
"desc": "This is the description for PrismaCloudScanNode"
|
|
41395
41560
|
},
|
|
41396
41561
|
"enforce": {
|
|
41397
41562
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -41438,7 +41603,7 @@ const schema = {
|
|
|
41438
41603
|
"type": {
|
|
41439
41604
|
"type": "string",
|
|
41440
41605
|
"enum": [
|
|
41441
|
-
"
|
|
41606
|
+
"PrismaCloud"
|
|
41442
41607
|
]
|
|
41443
41608
|
},
|
|
41444
41609
|
"when": {
|
|
@@ -41460,22 +41625,22 @@ const schema = {
|
|
|
41460
41625
|
"if": {
|
|
41461
41626
|
"properties": {
|
|
41462
41627
|
"type": {
|
|
41463
|
-
"const": "
|
|
41628
|
+
"const": "PrismaCloud"
|
|
41464
41629
|
}
|
|
41465
41630
|
}
|
|
41466
41631
|
},
|
|
41467
41632
|
"then": {
|
|
41468
41633
|
"properties": {
|
|
41469
41634
|
"spec": {
|
|
41470
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
41635
|
+
"$ref": "#/definitions/pipeline/steps/common/PrismaCloudStepInfo"
|
|
41471
41636
|
}
|
|
41472
41637
|
}
|
|
41473
41638
|
}
|
|
41474
41639
|
}
|
|
41475
41640
|
]
|
|
41476
41641
|
},
|
|
41477
|
-
"
|
|
41478
|
-
"title": "
|
|
41642
|
+
"ProwlerScanNode": {
|
|
41643
|
+
"title": "ProwlerScanNode",
|
|
41479
41644
|
"type": "object",
|
|
41480
41645
|
"required": [
|
|
41481
41646
|
"identifier",
|
|
@@ -41486,7 +41651,7 @@ const schema = {
|
|
|
41486
41651
|
"properties": {
|
|
41487
41652
|
"description": {
|
|
41488
41653
|
"type": "string",
|
|
41489
|
-
"desc": "This is the description for
|
|
41654
|
+
"desc": "This is the description for ProwlerScanNode"
|
|
41490
41655
|
},
|
|
41491
41656
|
"enforce": {
|
|
41492
41657
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -41533,7 +41698,7 @@ const schema = {
|
|
|
41533
41698
|
"type": {
|
|
41534
41699
|
"type": "string",
|
|
41535
41700
|
"enum": [
|
|
41536
|
-
"
|
|
41701
|
+
"Prowler"
|
|
41537
41702
|
]
|
|
41538
41703
|
},
|
|
41539
41704
|
"when": {
|
|
@@ -41555,22 +41720,22 @@ const schema = {
|
|
|
41555
41720
|
"if": {
|
|
41556
41721
|
"properties": {
|
|
41557
41722
|
"type": {
|
|
41558
|
-
"const": "
|
|
41723
|
+
"const": "Prowler"
|
|
41559
41724
|
}
|
|
41560
41725
|
}
|
|
41561
41726
|
},
|
|
41562
41727
|
"then": {
|
|
41563
41728
|
"properties": {
|
|
41564
41729
|
"spec": {
|
|
41565
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
41730
|
+
"$ref": "#/definitions/pipeline/steps/common/ProwlerStepInfo"
|
|
41566
41731
|
}
|
|
41567
41732
|
}
|
|
41568
41733
|
}
|
|
41569
41734
|
}
|
|
41570
41735
|
]
|
|
41571
41736
|
},
|
|
41572
|
-
"
|
|
41573
|
-
"title": "
|
|
41737
|
+
"QualysScanNode": {
|
|
41738
|
+
"title": "QualysScanNode",
|
|
41574
41739
|
"type": "object",
|
|
41575
41740
|
"required": [
|
|
41576
41741
|
"identifier",
|
|
@@ -41581,7 +41746,7 @@ const schema = {
|
|
|
41581
41746
|
"properties": {
|
|
41582
41747
|
"description": {
|
|
41583
41748
|
"type": "string",
|
|
41584
|
-
"desc": "This is the description for
|
|
41749
|
+
"desc": "This is the description for QualysScanNode"
|
|
41585
41750
|
},
|
|
41586
41751
|
"enforce": {
|
|
41587
41752
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -41628,7 +41793,7 @@ const schema = {
|
|
|
41628
41793
|
"type": {
|
|
41629
41794
|
"type": "string",
|
|
41630
41795
|
"enum": [
|
|
41631
|
-
"
|
|
41796
|
+
"Qualys"
|
|
41632
41797
|
]
|
|
41633
41798
|
},
|
|
41634
41799
|
"when": {
|
|
@@ -41650,22 +41815,22 @@ const schema = {
|
|
|
41650
41815
|
"if": {
|
|
41651
41816
|
"properties": {
|
|
41652
41817
|
"type": {
|
|
41653
|
-
"const": "
|
|
41818
|
+
"const": "Qualys"
|
|
41654
41819
|
}
|
|
41655
41820
|
}
|
|
41656
41821
|
},
|
|
41657
41822
|
"then": {
|
|
41658
41823
|
"properties": {
|
|
41659
41824
|
"spec": {
|
|
41660
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
41825
|
+
"$ref": "#/definitions/pipeline/steps/common/QualysStepInfo"
|
|
41661
41826
|
}
|
|
41662
41827
|
}
|
|
41663
41828
|
}
|
|
41664
41829
|
}
|
|
41665
41830
|
]
|
|
41666
41831
|
},
|
|
41667
|
-
"
|
|
41668
|
-
"title": "
|
|
41832
|
+
"ReapsawScanNode": {
|
|
41833
|
+
"title": "ReapsawScanNode",
|
|
41669
41834
|
"type": "object",
|
|
41670
41835
|
"required": [
|
|
41671
41836
|
"identifier",
|
|
@@ -41676,7 +41841,7 @@ const schema = {
|
|
|
41676
41841
|
"properties": {
|
|
41677
41842
|
"description": {
|
|
41678
41843
|
"type": "string",
|
|
41679
|
-
"desc": "This is the description for
|
|
41844
|
+
"desc": "This is the description for ReapsawScanNode"
|
|
41680
41845
|
},
|
|
41681
41846
|
"enforce": {
|
|
41682
41847
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -41723,7 +41888,7 @@ const schema = {
|
|
|
41723
41888
|
"type": {
|
|
41724
41889
|
"type": "string",
|
|
41725
41890
|
"enum": [
|
|
41726
|
-
"
|
|
41891
|
+
"Reapsaw"
|
|
41727
41892
|
]
|
|
41728
41893
|
},
|
|
41729
41894
|
"when": {
|
|
@@ -41745,22 +41910,22 @@ const schema = {
|
|
|
41745
41910
|
"if": {
|
|
41746
41911
|
"properties": {
|
|
41747
41912
|
"type": {
|
|
41748
|
-
"const": "
|
|
41913
|
+
"const": "Reapsaw"
|
|
41749
41914
|
}
|
|
41750
41915
|
}
|
|
41751
41916
|
},
|
|
41752
41917
|
"then": {
|
|
41753
41918
|
"properties": {
|
|
41754
41919
|
"spec": {
|
|
41755
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
41920
|
+
"$ref": "#/definitions/pipeline/steps/common/ReapsawStepInfo"
|
|
41756
41921
|
}
|
|
41757
41922
|
}
|
|
41758
41923
|
}
|
|
41759
41924
|
}
|
|
41760
41925
|
]
|
|
41761
41926
|
},
|
|
41762
|
-
"
|
|
41763
|
-
"title": "
|
|
41927
|
+
"SemgrepScanNode": {
|
|
41928
|
+
"title": "SemgrepScanNode",
|
|
41764
41929
|
"type": "object",
|
|
41765
41930
|
"required": [
|
|
41766
41931
|
"identifier",
|
|
@@ -41771,7 +41936,7 @@ const schema = {
|
|
|
41771
41936
|
"properties": {
|
|
41772
41937
|
"description": {
|
|
41773
41938
|
"type": "string",
|
|
41774
|
-
"desc": "This is the description for
|
|
41939
|
+
"desc": "This is the description for SemgrepScanNode"
|
|
41775
41940
|
},
|
|
41776
41941
|
"enforce": {
|
|
41777
41942
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -41818,7 +41983,7 @@ const schema = {
|
|
|
41818
41983
|
"type": {
|
|
41819
41984
|
"type": "string",
|
|
41820
41985
|
"enum": [
|
|
41821
|
-
"
|
|
41986
|
+
"Semgrep"
|
|
41822
41987
|
]
|
|
41823
41988
|
},
|
|
41824
41989
|
"when": {
|
|
@@ -41840,22 +42005,22 @@ const schema = {
|
|
|
41840
42005
|
"if": {
|
|
41841
42006
|
"properties": {
|
|
41842
42007
|
"type": {
|
|
41843
|
-
"const": "
|
|
42008
|
+
"const": "Semgrep"
|
|
41844
42009
|
}
|
|
41845
42010
|
}
|
|
41846
42011
|
},
|
|
41847
42012
|
"then": {
|
|
41848
42013
|
"properties": {
|
|
41849
42014
|
"spec": {
|
|
41850
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
42015
|
+
"$ref": "#/definitions/pipeline/steps/common/SemgrepStepInfo"
|
|
41851
42016
|
}
|
|
41852
42017
|
}
|
|
41853
42018
|
}
|
|
41854
42019
|
}
|
|
41855
42020
|
]
|
|
41856
42021
|
},
|
|
41857
|
-
"
|
|
41858
|
-
"title": "
|
|
42022
|
+
"ShiftLeftScanNode": {
|
|
42023
|
+
"title": "ShiftLeftScanNode",
|
|
41859
42024
|
"type": "object",
|
|
41860
42025
|
"required": [
|
|
41861
42026
|
"identifier",
|
|
@@ -41866,7 +42031,7 @@ const schema = {
|
|
|
41866
42031
|
"properties": {
|
|
41867
42032
|
"description": {
|
|
41868
42033
|
"type": "string",
|
|
41869
|
-
"desc": "This is the description for
|
|
42034
|
+
"desc": "This is the description for ShiftLeftScanNode"
|
|
41870
42035
|
},
|
|
41871
42036
|
"enforce": {
|
|
41872
42037
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -41913,7 +42078,7 @@ const schema = {
|
|
|
41913
42078
|
"type": {
|
|
41914
42079
|
"type": "string",
|
|
41915
42080
|
"enum": [
|
|
41916
|
-
"
|
|
42081
|
+
"ShiftLeft"
|
|
41917
42082
|
]
|
|
41918
42083
|
},
|
|
41919
42084
|
"when": {
|
|
@@ -41935,22 +42100,22 @@ const schema = {
|
|
|
41935
42100
|
"if": {
|
|
41936
42101
|
"properties": {
|
|
41937
42102
|
"type": {
|
|
41938
|
-
"const": "
|
|
42103
|
+
"const": "ShiftLeft"
|
|
41939
42104
|
}
|
|
41940
42105
|
}
|
|
41941
42106
|
},
|
|
41942
42107
|
"then": {
|
|
41943
42108
|
"properties": {
|
|
41944
42109
|
"spec": {
|
|
41945
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
42110
|
+
"$ref": "#/definitions/pipeline/steps/common/ShiftLeftStepInfo"
|
|
41946
42111
|
}
|
|
41947
42112
|
}
|
|
41948
42113
|
}
|
|
41949
42114
|
}
|
|
41950
42115
|
]
|
|
41951
42116
|
},
|
|
41952
|
-
"
|
|
41953
|
-
"title": "
|
|
42117
|
+
"SniperScanNode": {
|
|
42118
|
+
"title": "SniperScanNode",
|
|
41954
42119
|
"type": "object",
|
|
41955
42120
|
"required": [
|
|
41956
42121
|
"identifier",
|
|
@@ -41961,7 +42126,7 @@ const schema = {
|
|
|
41961
42126
|
"properties": {
|
|
41962
42127
|
"description": {
|
|
41963
42128
|
"type": "string",
|
|
41964
|
-
"desc": "This is the description for
|
|
42129
|
+
"desc": "This is the description for SniperScanNode"
|
|
41965
42130
|
},
|
|
41966
42131
|
"enforce": {
|
|
41967
42132
|
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
@@ -42008,7 +42173,7 @@ const schema = {
|
|
|
42008
42173
|
"type": {
|
|
42009
42174
|
"type": "string",
|
|
42010
42175
|
"enum": [
|
|
42011
|
-
"
|
|
42176
|
+
"Sniper"
|
|
42012
42177
|
]
|
|
42013
42178
|
},
|
|
42014
42179
|
"when": {
|
|
@@ -42030,14 +42195,14 @@ const schema = {
|
|
|
42030
42195
|
"if": {
|
|
42031
42196
|
"properties": {
|
|
42032
42197
|
"type": {
|
|
42033
|
-
"const": "
|
|
42198
|
+
"const": "Sniper"
|
|
42034
42199
|
}
|
|
42035
42200
|
}
|
|
42036
42201
|
},
|
|
42037
42202
|
"then": {
|
|
42038
42203
|
"properties": {
|
|
42039
42204
|
"spec": {
|
|
42040
|
-
"$ref": "#/definitions/pipeline/steps/common/
|
|
42205
|
+
"$ref": "#/definitions/pipeline/steps/common/SniperStepInfo"
|
|
42041
42206
|
}
|
|
42042
42207
|
}
|
|
42043
42208
|
}
|
|
@@ -107733,6 +107898,12 @@ const schema = {
|
|
|
107733
107898
|
{
|
|
107734
107899
|
"$ref": "#/definitions/pipeline/steps/common/SnykScanNode"
|
|
107735
107900
|
},
|
|
107901
|
+
{
|
|
107902
|
+
"$ref": "#/definitions/pipeline/steps/common/GitleaksScanNode"
|
|
107903
|
+
},
|
|
107904
|
+
{
|
|
107905
|
+
"$ref": "#/definitions/pipeline/steps/common/SonarqubeScanNode"
|
|
107906
|
+
},
|
|
107736
107907
|
{
|
|
107737
107908
|
"$ref": "#/definitions/pipeline/steps/iacm/IACMModuleTestPluginStepNode"
|
|
107738
107909
|
},
|
|
@@ -108058,7 +108229,9 @@ const schema = {
|
|
|
108058
108229
|
"AzureContainerApps",
|
|
108059
108230
|
"Salesforce",
|
|
108060
108231
|
"GoogleManagedInstanceGroup",
|
|
108061
|
-
"AiAgent"
|
|
108232
|
+
"AiAgent",
|
|
108233
|
+
"AwsAgentCore",
|
|
108234
|
+
"GoogleAgentRuntime"
|
|
108062
108235
|
]
|
|
108063
108236
|
},
|
|
108064
108237
|
"environment": {
|
|
@@ -112587,7 +112760,9 @@ const schema = {
|
|
|
112587
112760
|
"AzureContainerApps",
|
|
112588
112761
|
"Salesforce",
|
|
112589
112762
|
"GoogleManagedInstanceGroup",
|
|
112590
|
-
"AiAgent"
|
|
112763
|
+
"AiAgent",
|
|
112764
|
+
"AwsAgentCore",
|
|
112765
|
+
"GoogleAgentRuntime"
|
|
112591
112766
|
]
|
|
112592
112767
|
},
|
|
112593
112768
|
"description": {
|
|
@@ -112915,6 +113090,38 @@ const schema = {
|
|
|
112915
113090
|
}
|
|
112916
113091
|
}
|
|
112917
113092
|
}
|
|
113093
|
+
},
|
|
113094
|
+
{
|
|
113095
|
+
"if": {
|
|
113096
|
+
"properties": {
|
|
113097
|
+
"type": {
|
|
113098
|
+
"const": "AwsAgentCore"
|
|
113099
|
+
}
|
|
113100
|
+
}
|
|
113101
|
+
},
|
|
113102
|
+
"then": {
|
|
113103
|
+
"properties": {
|
|
113104
|
+
"spec": {
|
|
113105
|
+
"$ref": "#/definitions/pipeline/stages/cd/AwsAgentCoreServiceSpec"
|
|
113106
|
+
}
|
|
113107
|
+
}
|
|
113108
|
+
}
|
|
113109
|
+
},
|
|
113110
|
+
{
|
|
113111
|
+
"if": {
|
|
113112
|
+
"properties": {
|
|
113113
|
+
"type": {
|
|
113114
|
+
"const": "GoogleAgentRuntime"
|
|
113115
|
+
}
|
|
113116
|
+
}
|
|
113117
|
+
},
|
|
113118
|
+
"then": {
|
|
113119
|
+
"properties": {
|
|
113120
|
+
"spec": {
|
|
113121
|
+
"$ref": "#/definitions/pipeline/stages/cd/GoogleAgentRuntimeServiceSpec"
|
|
113122
|
+
}
|
|
113123
|
+
}
|
|
113124
|
+
}
|
|
112918
113125
|
}
|
|
112919
113126
|
]
|
|
112920
113127
|
},
|
|
@@ -117433,6 +117640,72 @@ const schema = {
|
|
|
117433
117640
|
}
|
|
117434
117641
|
]
|
|
117435
117642
|
},
|
|
117643
|
+
"AwsAgentCoreServiceSpec": {
|
|
117644
|
+
"title": "AwsAgentCoreServiceSpec",
|
|
117645
|
+
"type": "object",
|
|
117646
|
+
"required": [
|
|
117647
|
+
"source",
|
|
117648
|
+
"executionRoleArn"
|
|
117649
|
+
],
|
|
117650
|
+
"properties": {
|
|
117651
|
+
"configVariables": {
|
|
117652
|
+
"type": "array",
|
|
117653
|
+
"items": {
|
|
117654
|
+
"$ref": "#/definitions/pipeline/common/NGVariable"
|
|
117655
|
+
}
|
|
117656
|
+
},
|
|
117657
|
+
"variables": {
|
|
117658
|
+
"type": "array",
|
|
117659
|
+
"items": {
|
|
117660
|
+
"$ref": "#/definitions/pipeline/common/NGVariable"
|
|
117661
|
+
}
|
|
117662
|
+
},
|
|
117663
|
+
"source": {
|
|
117664
|
+
"$ref": "#/definitions/pipeline/stages/cd/AwsCoreAgentSource"
|
|
117665
|
+
},
|
|
117666
|
+
"executionRoleArn": {
|
|
117667
|
+
"type": "string"
|
|
117668
|
+
},
|
|
117669
|
+
"manifests": {
|
|
117670
|
+
"type": "array",
|
|
117671
|
+
"items": {
|
|
117672
|
+
"$ref": "#/definitions/pipeline/steps/cd/ManifestConfigWrapper"
|
|
117673
|
+
}
|
|
117674
|
+
},
|
|
117675
|
+
"description": {
|
|
117676
|
+
"desc": "This is the description for AwsAgentCoreServiceSpec"
|
|
117677
|
+
}
|
|
117678
|
+
},
|
|
117679
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
117680
|
+
},
|
|
117681
|
+
"GoogleAgentRuntimeServiceSpec": {
|
|
117682
|
+
"title": "GoogleAgentRuntimeServiceSpec",
|
|
117683
|
+
"type": "object",
|
|
117684
|
+
"required": [
|
|
117685
|
+
"source"
|
|
117686
|
+
],
|
|
117687
|
+
"properties": {
|
|
117688
|
+
"configVariables": {
|
|
117689
|
+
"type": "array",
|
|
117690
|
+
"items": {
|
|
117691
|
+
"$ref": "#/definitions/pipeline/common/NGVariable"
|
|
117692
|
+
}
|
|
117693
|
+
},
|
|
117694
|
+
"variables": {
|
|
117695
|
+
"type": "array",
|
|
117696
|
+
"items": {
|
|
117697
|
+
"$ref": "#/definitions/pipeline/common/NGVariable"
|
|
117698
|
+
}
|
|
117699
|
+
},
|
|
117700
|
+
"source": {
|
|
117701
|
+
"$ref": "#/definitions/pipeline/stages/cd/GoogleAgentSource"
|
|
117702
|
+
},
|
|
117703
|
+
"description": {
|
|
117704
|
+
"desc": "This is the description for GoogleAgentRuntimeServiceSpec"
|
|
117705
|
+
}
|
|
117706
|
+
},
|
|
117707
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
117708
|
+
},
|
|
117436
117709
|
"StageOverridesConfig": {
|
|
117437
117710
|
"title": "StageOverridesConfig",
|
|
117438
117711
|
"type": "object",
|