Skip to content

Commit

Permalink
Disable Mend and report success
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Kurait <[email protected]>
  • Loading branch information
AndreKurait committed Jul 2, 2024
1 parent 3ec71a7 commit bc858c7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
22 changes: 11 additions & 11 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"scanSettings": {
"configMode": "LOCAL",
"configExternalURL": "",
"projectToken": "",
"baseBranches": []
"baseBranches": ["main"],
"skipScanningStage": {
"connectivity": ["maven", "npm", "nuget-csproj", "nuget-packages", "pip", "yarn"],
"config": ["maven", "npm", "nuget-csproj", "nuget-packages", "pip", "yarn"],
"preStep": ["maven", "npm", "nuget-csproj", "nuget-packages", "pip", "yarn"]
}

},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"vulnerableCheckRunConclusionLevel": "success",
"licenseCheckRunConclusionLevel": "success",
"displayMode": "diff",
"useMendCheckNames": true,
"strictMode" : "failure"
"strictMode" : "warning"
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
},
"remediateSettings": {
"workflowRules": {
"enabled": true
}
"minSeverityLevel": "NONE"
}
}
13 changes: 10 additions & 3 deletions whitesource.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
python.invokePipAsModule=true
python.path=python3.9
python.installVirtualenv=true
python.path=python3.11
python.invokePipAsModule=false
python.installVirtualenv=false
python.resolveHierarchyTree=false
python.ignorePipInstallErrors=false
python.resolvePipEditablePackages=false
python.runPipenvPreStep=false
python.pipenvDevDependencies=false
python.includePipenvDevDependencies=false
python.resolveDependencies=false

0 comments on commit bc858c7

Please sign in to comment.