Skip to content

Commit

Permalink
DLPX-93065 Configure Mend for drgn (#63)
Browse files Browse the repository at this point in the history
* Add .whitesource configuration file

* DLPX-93065 Configure Mend for drgn

---------

Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: Shibasish Nandi <[email protected]>
  • Loading branch information
1 parent e5710bc commit ad65e41
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"scanSettings": {
"configMode": "AUTO",
"configExternalURL": "",
"projectToken": "",
"enableLicenseViolations": "true",
"displayLicenseViolations": "true",
"enableIaC": "true",
"baseBranches": []
},
"scanSettingsSAST": {
"enableScan": true,
"scanPullRequests": true,
"incrementalScan": true,
"baseBranches": [],
"snippetSize": 10
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true
},
"checkRunSettingsSAST": {
"checkRunConclusionLevel": "failure",
"severityThreshold": "high"
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
},
"issueSettingsSAST": {
"minSeverityLevel": "high",
"issueType": "repo"
},
"remediateSettings": {
"workflowRules": {
"enabled": true
}
},
"imageSettings":{
"imageTracing":{
"enableImageTracingPR": false,
"addRepositoryCoordinate": false,
"addDockerfilePath": false,
"addMendIdentifier": false
}
}
}

0 comments on commit ad65e41

Please sign in to comment.