We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f6b34d + 5942e85 commit f3ff15dCopy full SHA for f3ff15d
.whitesource
@@ -0,0 +1,29 @@
1
+{
2
+ "scanSettings": {
3
+ "configMode": "AUTO",
4
+ "configExternalURL": "",
5
+ "projectToken": "",
6
+ "baseBranches": [],
7
+ "enableIaC": "true",
8
+ "enableLicenseViolations": "true"
9
+ },
10
+ "scanSettingsSAST": {
11
+ "enableScan": "true"
12
13
+ "checkRunSettings": {
14
+ "vulnerableCheckRunConclusionLevel": "failure",
15
+ "displayMode": "diff"
16
17
+ "issueSettings": {
18
+ "minSeverityLevel": "LOW",
19
+ "issueType": "DEPENDENCY"
20
21
+ "remediateSettings": {
22
+ "enableRenovate": true,
23
+ "extends": ["github>whitesource/merge-confidence:beta"],
24
+ "workflowRules": {
25
+ "enabled": true,
26
+ "minVulnerabilitySeverity": "LOW"
27
+ }
28
29
0 commit comments