Skip to content

Commit

Permalink
Update .whitesource
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneclarke-whitesource authored Jan 26, 2024
1 parent 6846f36 commit 4911bfd
Showing 1 changed file with 22 additions and 15 deletions.
37 changes: 22 additions & 15 deletions .whitesource
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,29 @@
"scanSettings": {
"configMode": "AUTO",
"configExternalURL": "",
"projectToken": "",
"baseBranches": [],
"exploitability": true,
"enableLicenseViolations": true
"enableLicenseViolations": true,
"enableReachability": true
},
"scanSettingsSAST": {
"enableScan": false,
"scanPullRequests": false,
"enableScan": true,
"scanPullRequests": true,
"incrementalScan": true,
"baseBranches": [],
"snippetSize": 10
},
"imageSettings": {
"imageTracing": {
"enableImageTracingPR": true,
"addDockerfilePath": true,
"addRepositoryCoordinates": true
}
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true
"useMendCheckNames": true,
"strictMode": "warning"
},
"checkRunSettingsSAST": {
"checkRunConclusionLevel": "failure",
Expand All @@ -28,17 +35,17 @@
"issueType": "DEPENDENCY"
},
"remediateSettings": {
"extends": ["github>whitesource/merge-confidence:beta"],
"workflowRules": {
"enabled": true
}
},
"enableRenovate": true,
"extends": [
"config:base",
"mergeConfidence:all-badges",
"github>mend-toolkit/mend-examples//Repo-Integration/Renovate/smart-merge"
]
},
"imageSettings":{
"imageTracing":{
"enableImageTracingPR": false,
"addRepositoryCoordinate": false,
"addDockerfilePath": false,
"addMendIdentifier": false
}
"leastVulnerablePackageSettings": {
"enabled": true
}
}

0 comments on commit 4911bfd

Please sign in to comment.