Skip to content

Commit

Permalink
Fixed line numbering in json
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed Jun 1, 2022
1 parent 50cc01f commit 3dead3d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
2 "scanSettings": {
3 "configMode": "AUTO",
4 "configExternalURL": "",
5 "projectToken": "",
6 "baseBranches": []
7 },
8 "checkRunSettings": {
9 "displayMode": "diff",
10 "vulnerableCheckRunConclusionLevel": "failure"
11 },
12 "issueSettings": {
13 "minSeverityLevel": "LOW"
14 }
15}
"scanSettings": {
"configMode": "AUTO",
"configExternalURL": "",
"projectToken": "",
"baseBranches": []
},
"checkRunSettings": {
"displayMode": "diff",
"vulnerableCheckRunConclusionLevel": "failure"
},
"issueSettings": {
"minSeverityLevel": "LOW"
}
}

0 comments on commit 3dead3d

Please sign in to comment.