What Is a Security Baseline?
A security baseline is a documented minimum standard of controls and configurations that a system is required to satisfy. In a pipeline it becomes the reference state that automated checks compare each build or deployment against. Falling below the baseline fails the check and blocks the change.
Why it matters
A baseline turns vague security intentions into concrete, testable requirements. It prevents gradual drift where small exceptions accumulate into a weak posture.
Related guides
What Is a Compliance Scan?A compliance scan is an automated check that evaluates code, configuration, or infrastructure against regulat…
What Is a Vulnerability Allowlist?A vulnerability allowlist records specific known findings that were reviewed and accepted, so a scanner can i…
What Is a Policy Enforcement Point?A policy enforcement point is the place in a pipeline where a policy decision is actually applied, allowing o…