Enforce security standards
Launching a Security Scorecard in Cortex allows you to automatically evaluate all services against defined security standards, such as. ownership, code coverage, and vulnerability scans. This ensures gaps are identified proactively rather than being discovered during incidents or audits.
To enforce security standards and promote continuous improvement:
You can launch a Security Scorecard. Cortex provides a prebuilt Security Scorecard template that you can use to track security-related standards.
You can launch an Initiative associated with the Scorecard, which gives your engineers a deadline for when to complete certain goals.
Use reports and Cortex MCP to better understand progress and next steps.
Create a Security Scorecard
Prerequisites
Before using this Scorecard template:
Ensure you have configured integrations for:
Version control: Azure DevOps, Bitbucket, GitHub, or GitLab.
Step 1: Create the Scorecard and configure its basic settings
Create the Scorecard in the Cortex UI
On the Scorecards page in your workspace, click Create Scorecard.
On the
Security Scorecardtemplate, click Use.Configure basic settings, including the Scorecard's name, unique identifier, description, and more.
Learn about configuring the basic settings in the Creating a Scorecard documentation.
When following a GitOps approach, you can add a Scorecard YAML file to your .cortex/scorecards directory in your version control repository. Note that GitOps must be enabled for Scorecards in your GitOps settings.
You could also use the Cortex API, where you can submit a Scorecard definition in YAML.
Use the YAML file below to add this Scorecard to your workspace via the API or via a GitOps flow.
Step 2: Review and modify rules
Cortex's templated rules are based on common industry standards:
You can reorder, delete, and edit rules, add more rules to a level, and assign more points to a rule to signify its importance. Behind each rule is a Cortex Query Language (CQL) query; you can edit the existing CQL or write your own queries to further refine your rules.
Create a Security Initiative
Follow the steps below to create an Initiative:
Measuring success
To understand progress of your Scorecard:
Ask Cortex MCP, "How is my Security Scorecard doing?" The MCP will respond with information on the entities that are failing rules and suggested next steps.
Review reports: The Bird's Eye report gives insight into how entities are performing against the Scorecard by visualizing the data as a heat map:

You can also review your Engineering Intelligence metrics for impact on key engineering metrics, such as:
Deployment frequency: With best practices in place, such as requiring branch protection, you may see a reduction in rework and less failed builds.
Incident frequency: You may see less incidents overall with the implementation of rules such as requiring 80% code coverage and proactively ensuring a low number of vulnerabilities.
Last updated
Was this helpful?