diff --git a/.whitesource b/.whitesource new file mode 100644 index 00000000..cf34412d --- /dev/null +++ b/.whitesource @@ -0,0 +1,47 @@ +{ + "scanSettings": { + "configMode": "AUTO", + "configExternalURL": "", + "baseBranches": ["JoshBranch-EB2","master"], + "enableIaC": false, + "enableLicenseViolations": false, + "enableReachability": false + }, + "scanSettingsSAST": { + "enableScan": true, + "scanPullRequests": true, + "incrementalScan": false, + "baseBranches": [], + "snippetSize": 10 + }, + "checkRunSettings": { + "vulnerableCheckRunConclusionLevel": "failure", + "displayMode": "diff", + "useMendCheckNames": true, + "strictMode": "warning" + }, + "issueSettings": { + "minSeverityLevel": "NONE", + "issueType": "DEPENDENCY" + }, + "imageSettings": { + "imageTracing": { + "enableImageTracingPR": true, + "addDockerfilePath": true, + "addRepositoryCoordinates": true + }, + "remediateSettings": { + "workflowRules": { + "enabled": false + }, + "enableRenovate": true, + "extends": [ + "config:base", + "github>whitesource/merge-confidence:beta", + "github>mend-toolkit/mend-examples//Repo-Integration/Renovate/smart-merge" + ] + } + } +} + +