Change whitesource integration to scan on 1.x branch (#1786)

* Change whitesource integration to scan on 1.x branch

Signed-off-by: Zelin Hao <zelinhao@amazon.com>

* Add parameter to ignore /qa/ folder

Signed-off-by: Zelin Hao <zelinhao@amazon.com>
This commit is contained in:
Zelin Hao 2022-01-03 17:49:09 -08:00 committed by GitHub
parent 385b268bc0
commit e67ba91a92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 11 deletions

View File

@ -3,7 +3,7 @@
"configMode": "LOCAL",
"configExternalURL": "",
"projectToken": "",
"baseBranches": []
"baseBranches": ["1.x"]
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",

View File

@ -145,6 +145,7 @@ followSymbolicLinks=true
gradle.resolveDependencies=true
gradle.aggregateModules=true
gradle.preferredEnvironment=wrapper
gradle.excludeModules=./qa/*
maven.resolveDependencies=true
maven.runPreStep=true
maven.aggregateModules=true