| 348 | } |
| 349 | |
| 350 | private void printHeader() { |
| 351 | // formatter:off |
| 352 | System.out.println( |
| 353 | """ |
| 354 | ## Policy Panda 🐼 |
| 355 | |
| 356 | The Policy Panda tries to spot if org/repos follows the requirement of the CommonHaus Foundation. |
| 357 | It will look for the various files in various possbile formats (%s) in the repositories, |
| 358 | including `.github` global repo if present. |
| 359 | |
| 360 | It is not perfect, it is just a panda. 🐼 |
| 361 | |
| 362 | If you think it is missing something, please let us know at https://github.com/commonhaus/automation/issues |
| 363 | """ |
| 364 | .formatted(String.join(", ", markupFormats))); |
| 365 | // formatter:on |
| 366 | } |
| 367 | |
| 368 | private void runAssetDiscovery(GHOrganization org, List<GHRepository> repos) throws IOException { |
| 369 | log.info("🌳 Creating an asset inventory"); |