GitHub Enterprise Cloud Self-Service Compliance Reports

GitHub Enterprise Cloud administrators may now download and view current GitHub compliance reports from the Security settings tab of their enterprise account: https://github.com/enterprises/"your-enterprise"/settings/security.

Enterprise plan organization owners may also view the reports from the Organization security settings tab of their organization: https://github.com/organizations/"your-org"/settings/security.

The artifacts available are SOC 1 and SOC 2 Type 2 reports, and a Cloud Security Alliance CAIQ self-assessment.

When you’re writing an issue, pull request, or discussion comment the list syntax for bullets, numbers, and tasks will now be autocompleted after you press return or enter.

User types a bullet, number, and task list faster now that the syntax autocompletes

If you’re at the end of your list, use shift + enter to skip the autocomplete and continue writing on the next line.

Learn more about writing Markdown on GitHub

See more

When new containers are pushed to ghcr.io a command line client (like the docker CLI) often displays the container name after a successful push like this ghcr.io/github/super-linter:latest. Because these name look so much like URLs we've now added support for you to click directly on those names ghcr.io/github/super-linter:latest in your terminal and be taken to the container page https://github.com/orgs/github/packages/container/package/super-linter automatically.

See more