Skip to content

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 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