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 33fe565
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
16 changes: 5 additions & 11 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
{
"scanSettings": {
"configMode": "LOCAL",
"configExternalURL": "",
"projectToken": "",
"baseBranches": []
"baseBranches": ["main"]
},
"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"
}
}
5 changes: 2 additions & 3 deletions whitesource.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
python.invokePipAsModule=true
python.path=python3.9
python.installVirtualenv=true
excludes=**/*
includes=nothing

0 comments on commit 33fe565

Please sign in to comment.