Scan master-3.0 branch with Mend

This commit is contained in:
grossmj 2022-12-27 13:21:53 +08:00
parent 69a7cf44c5
commit 313966548f

View File

@ -2,7 +2,8 @@
"scanSettings": { "scanSettings": {
"configMode": "AUTO", "configMode": "AUTO",
"configExternalURL": "", "configExternalURL": "",
"projectToken" : "" "projectToken" : "",
"baseBranches": ["master", "master-3.0"]
}, },
"checkRunSettings": { "checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure" "vulnerableCheckRunConclusionLevel": "failure"
@ -10,4 +11,4 @@
"issueSettings": { "issueSettings": {
"minSeverityLevel": "LOW" "minSeverityLevel": "LOW"
} }
} }