Skip to content

Commit

Permalink
feat:[STO-8049]: changes for veracode schema, added sandbox_id (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
dheeraj-varshney authored Oct 7, 2024
1 parent f156031 commit d493c70
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
7 changes: 5 additions & 2 deletions v0/pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -26629,7 +26629,7 @@
},
"config" : {
"type" : "string",
"enum" : [ "default" ]
"enum" : [ "default", "sandbox" ]
},
"connectorRef" : {
"type" : "string"
Expand Down Expand Up @@ -26722,7 +26722,7 @@
},
"config" : {
"type" : "string",
"enum" : [ "default" ]
"enum" : [ "default", "sandbox" ]
},
"connectorRef" : {
"type" : "string"
Expand Down Expand Up @@ -26813,6 +26813,9 @@
"project_name" : {
"type" : "string"
},
"sandbox_id" : {
"type" : "string"
},
"description" : {
"desc" : "This is the description for STOYamlVeracodeToolData"
}
Expand Down
2 changes: 2 additions & 0 deletions v0/pipeline/steps/common/stoyaml-veracode-tool-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ properties:
type: string
project_name:
type: string
sandbox_id:
type: string
description:
desc: This is the description for STOYamlVeracodeToolData
$schema: http://json-schema.org/draft-07/schema#
2 changes: 2 additions & 0 deletions v0/pipeline/steps/common/veracode-step-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ allOf:
type: string
enum:
- default
- sandbox
connectorRef:
type: string
imageTag:
Expand Down Expand Up @@ -89,6 +90,7 @@ properties:
type: string
enum:
- default
- sandbox
connectorRef:
type: string
imageTag:
Expand Down
7 changes: 5 additions & 2 deletions v0/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -50958,7 +50958,7 @@
},
"config" : {
"type" : "string",
"enum" : [ "default" ]
"enum" : [ "default", "sandbox" ]
},
"connectorRef" : {
"type" : "string"
Expand Down Expand Up @@ -51051,7 +51051,7 @@
},
"config" : {
"type" : "string",
"enum" : [ "default" ]
"enum" : [ "default", "sandbox" ]
},
"connectorRef" : {
"type" : "string"
Expand Down Expand Up @@ -51142,6 +51142,9 @@
"project_name" : {
"type" : "string"
},
"sandbox_id" : {
"type" : "string"
},
"description" : {
"desc" : "This is the description for STOYamlVeracodeToolData"
}
Expand Down

0 comments on commit d493c70

Please sign in to comment.