@@ -111,6 +111,7 @@ sonar-audit --what projects -f projectsAudit.csv --csvSeparator ';'
111111 - More than 3 groups with ` create project ` permission
112112 - More than 10 groups with any global permissions
113113- Permission Templates: (if ` audit.projects.permissions = yes ` , default ` yes ` )
114+ - Permissions Templates with no permissions granted
114115 - More than ` audit.projects.permissions.maxUsers ` different users with direct permissions (default 5)
115116 - More than ` audit.projects.permissions.maxAdminUsers ` users with Project admin permission (default 2)
116117 - More than ` audit.projects.permissions.maxGroups ` different groups with permissions on project (default 5)
@@ -195,10 +196,12 @@ sonar-audit --what projects -f projectsAudit.csv --csvSeparator ';'
195196 - Empty portfolios (with no projects) if ` audit.portfolios.empty ` is ` yes `
196197 - Portfolios composed of a single project if ` audit.portfolios.singleton ` is ` yes `
197198 - Last recomputation ` FAILED `
199+ - Portfolios with no permissions
198200- Applications: (if ` audit.applications = yes ` , default ` yes ` )
199201 - Empty applications (with no projects) if ` audit.applications.empty ` is ` yes `
200202 - Applications composed of a single project if ` audit.applications.singleton ` is ` yes `
201203 - Last recomputation ` FAILED `
204+ - Applications with no permissions
202205- Users: (if ` audit.users = yes ` , default ` yes ` )
203206 - Users that did not login on the platform since ` audit.users.maxLoginAge ` days (default 180 days)
204207 - Tokens older than ` audit.tokens.maxAge ` days (default 90 days)
0 commit comments