Skip to content

Commit

Permalink
Create .whitesource
Browse files Browse the repository at this point in the history
  • Loading branch information
WSJeffreyMartin authored Feb 17, 2023
1 parent a3c66c1 commit 2326f04
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"scanSettings": {
"configMode": "AUTO",
"configExternalURL": "",
"projectToken": "",
"baseBranches": [],
"enableSAST":true

},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff"
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
},
"remediateSettings": {
"workflowRules": {
"enabled": true
}
},
"leastVulnerablePackageSettings": {

"enabled": true

}
}

0 comments on commit 2326f04

Please sign in to comment.