Scorecard - CI/CD Glossary Definition
A scorecard measures a service against org standards, coverage, security, pipeline health, so teams can see and close gaps.
A scorecard is a set of automated checks that grade a service against standards (test coverage, pipeline health, security scans, ownership) to track maturity over time.
Scorecards turn best practices into measurable, visible signals, often shown in a developer portal beside each service.
In CI
A CI-related scorecard check might verify that a service pipeline runs tests, uploads coverage, and passes a security scan on every pull request.
Related guides
Software Catalog - CI/CD Glossary DefinitionSoftware Catalog: A software catalog is a machine-readable inventory of an organization services, libraries,…
Developer Portal - CI/CD Glossary DefinitionDeveloper Portal: A developer portal is a central web interface (for example Backstage) where engineers disco…
Service Ownership - CI/CD Glossary DefinitionService Ownership: Service ownership is the model where the team that builds a service is accountable for ope…