Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Update whitesource configuration for license scan
Browse files Browse the repository at this point in the history
Signed-off-by: Swanand S Gadre <swanand.s.gadre@seagate.com>
  • Loading branch information
swanand-gadre committed Feb 17, 2022
1 parent 083321b commit fe9f0db
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"scanSettings": {
"baseBranches": []
"configMode": "AUTO",
"configExternalURL": "",
"projectToken": "",
"baseBranches": ["main"]
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"enableLicenseViolations": true,
"licenseCheckRunConclusionLevel": "failure",
"minSeverityLevel": "NONE",
"vulnerableCheckRunConclusionLevel": "none",
"displayMode": "diff"
},
"issueSettings": {
"minSeverityLevel": "LOW"
"minSeverityLevel": "NONE"
}
}
}

0 comments on commit fe9f0db

Please sign in to comment.