|
56 | 56 | "sonar.dbcleaner.hoursBeforeKeepingOnlyOneSnapshotByDay": "24", |
57 | 57 | "sonar.dbcleaner.daysBeforeDeletingInactiveBranchesAndPRs": "30", |
58 | 58 | "sonar.dbcleaner.branchesToKeepWhenInactive": [ |
59 | | - "comma,branch", |
60 | 59 | "develop", |
61 | 60 | "main", |
62 | 61 | "master", |
|
3437 | 3436 | } |
3438 | 3437 | }, |
3439 | 3438 | "branches": { |
3440 | | - "comma,branch": { |
3441 | | - "keepWhenInactive": true |
3442 | | - }, |
3443 | 3439 | "release-3.2": { |
3444 | 3440 | "keepWhenInactive": true |
3445 | 3441 | }, |
|
4687 | 4683 | } |
4688 | 4684 | ] |
4689 | 4685 | }, |
4690 | | - "okorach_sonar-tools-target": { |
4691 | | - "name": "Sonar Tools Target", |
4692 | | - "visibility": "private", |
4693 | | - "permissions": { |
4694 | | - "users": { |
4695 | | - "admin": "admin, codeviewer, user", |
4696 | | - "syncer": "codeviewer, issueadmin, securityhotspotadmin, user" |
4697 | | - }, |
4698 | | - "groups": { |
4699 | | - "developers": "codeviewer, user", |
4700 | | - "project-admins": "admin, codeviewer, user", |
4701 | | - "security-auditors": "codeviewer, issueadmin, securityhotspotadmin, user", |
4702 | | - "sonar-administrators": "admin, codeviewer, user", |
4703 | | - "sonar-users": "user", |
4704 | | - "tech-leads": "codeviewer, issueadmin, user" |
4705 | | - } |
4706 | | - }, |
4707 | | - "branches": { |
4708 | | - "master": { |
4709 | | - "isMain": true |
4710 | | - }, |
4711 | | - "develop": { |
4712 | | - "keepWhenInactive": true |
4713 | | - }, |
4714 | | - "comma,branch": { |
4715 | | - "keepWhenInactive": true |
4716 | | - } |
4717 | | - } |
4718 | | - }, |
4719 | 4686 | "org.owasp.webgoat:webgoat": { |
4720 | 4687 | "name": "WebGoat", |
4721 | 4688 | "visibility": "private", |
|
4794 | 4761 | } |
4795 | 4762 | }, |
4796 | 4763 | "branches": { |
4797 | | - "comma,branch": { |
4798 | | - "keepWhenInactive": true |
4799 | | - }, |
4800 | 4764 | "release-2.x": { |
4801 | 4765 | "keepWhenInactive": true |
4802 | 4766 | }, |
|
5449 | 5413 | "BANKING-INVESTMENT-EQUITY": "-DEFAULT_BRANCH-", |
5450 | 5414 | "BANKING-INVESTMENT-MERGER": "-DEFAULT_BRANCH-", |
5451 | 5415 | "BANKING-PORTAL": [ |
5452 | | - "comma,branch", |
5453 | 5416 | "main", |
5454 | 5417 | "release-3.2" |
5455 | 5418 | ] |
|
0 commit comments