Skip to content

Commit

Permalink
Replace veracode for snyk code (#115)
Browse files Browse the repository at this point in the history
WORK-1473
  • Loading branch information
mikegron authored Mar 4, 2022
1 parent c24987b commit 3b8671d
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .deployment.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,21 @@
"no_dependencies": true,
"no_container_images": true
},
"snyk_code":{
"no_scan": false,
"configurations": [
{
"org": "coveo-jsui",
"project_name": "search-ui-extensions",
"path": "src/"
}
]
},
"observatory": {
"no_endpoint": true
},
"veracode": {
"app_name": "JSUI",
"sandbox_name": "Search UI Extensions",
"scan_include_patterns": "*.ts",
"source": "src"
"no_scan": true
},
"phases": {
"s3": {
Expand Down

0 comments on commit 3b8671d

Please sign in to comment.