Skip to content

Commit

Permalink
Create .whitesource
Browse files Browse the repository at this point in the history
  • Loading branch information
SharonKoch authored Jul 16, 2024
1 parent b8bceb9 commit 90a8fc8
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"scanSettings": {
"configMode": "AUTO",
"configExternalURL": "",
"projectToken": "",
"baseBranches": []
},
"scanSettingsSAST": {
"enableScan": true,
"scanPullRequests": true,
"incrementalScan": true,
"enableRemediation": false,
"baseBranches": [],
"snippetSize": 30
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true
},
"checkRunSettingsSAST": {
"checkRunConclusionLevel": "failure",
"severityThreshold": "high"
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
},
"remediateSettings": {
"workflowRules": {
"enabled": true
}
},
"imageSettings":{
"imageTracing":{
"enableImageTracingPR": false,
"addRepositoryCoordinate": false,
"addDockerfilePath": false,
"addMendIdentifier": false
}
}
}

0 comments on commit 90a8fc8

Please sign in to comment.