Join our Newsletter — 33% off our NHI Course

What should teams do first to reduce friction between DevOps and security teams?

The first step is to build a shared operating model. That means giving DevOps teams enough security context to act early, agreeing on common policies and data, and removing avoidable administrative work. If teams can see the same findings, understand the same priorities, and route remediation cleanly, communication becomes easier and the SDLC becomes more efficient.

Start by Creating One Shared Operating Model

The fastest way to reduce friction is to stop treating security as a late-stage approval gate and start treating it as part of the delivery model. That means DevOps and security agree on the same risk thresholds, the same data sources, and the same remediation path, so teams are not translating findings back and forth or debating every issue from scratch.

Shared operating models work best when they are concrete: one intake path for findings, one severity method, one owner for remediation, and one rule for when work can continue versus when it must pause. If those basics are unclear, friction usually shows up as duplicated triage, inconsistent exceptions, and avoidable escalation.

Security teams should also be careful not to overload the first pass with controls that only make sense after the process is already working. A useful starting point is to align on the findings that matter most to delivery teams, then standardise how they are consumed and routed. For teams building secure delivery maturity, OWASP SAMM is a useful reference for embedding security into software delivery without making the process feel bolted on.

Remove the Friction Points That Slow Remediation

Most DevOps and security tension comes from administrative drag, not from disagreement about the need for security. If every exception requires a manual review, every finding arrives in a different tool, or every remediation needs a separate approval chain, the process feels punitive and teams start routing around it. The first practical fix is to remove avoidable handoffs.

That usually means reducing duplicate data entry, exposing security findings where engineers already work, and making remediation ownership explicit. Teams should know what is informational, what must be fixed, and what needs escalation. When that line is blurry, security becomes noise and delivery teams stop trusting the queue.

This is where prioritisation discipline matters. Teams do not need every issue treated equally, they need a defensible way to focus on what is most likely to matter first. FIRST CVSS helps standardise severity language, while FIRST EPSS adds a useful view of exploitation likelihood so teams can route the most urgent issues earlier.

Measure the Relationship by Flow, Not by Debate

The right signal that friction is improving is not whether people feel happier in meetings, it is whether work moves faster with fewer reversals. Measure how long it takes from finding to assignment, from assignment to fix, and from fix to verification. Also watch the volume of exceptions, the number of findings that bounce between teams, and whether remediation decisions are repeatable rather than negotiated each time.

When the workflow is healthy, security issues are handled with enough context that engineers can act early, and security can see enough evidence to trust the outcome. That is especially important in release pipelines, where ambiguity creates delay. If teams keep discovering the same classes of issues late in the SDLC, the operating model has not actually changed, even if meetings are more collaborative.

  • Track time to triage, time to remediation, and time to closure.
  • Count re-opened issues and exceptions granted outside the normal workflow.
  • Verify that the same finding produces the same action regardless of who reports it.

Practitioner takeaway: the first win is not better language between teams, it is a delivery process that makes the secure path the easiest path to follow.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

CIS Controls v8 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
CIS Controls v8 CIS Control 8 — Audit Log Management Shared findings and routing need consistent logs and visibility across teams.
CIS Control 16 — Application Software Security This question is about making security part of delivery, not a separate gate.
Recommendation — Centralize security telemetry so DevOps and security can validate findings from the same evidence. Embed security checks into delivery workflows so issues are found and fixed earlier.
NIST CSF 2.0 PR.IP — Information Protection Processes and Procedures A shared operating model depends on agreed procedures for handling findings and remediation.
GV.OC — Organizational Context Aligning DevOps and security starts with common priorities and decision criteria.
Recommendation — Standardize security procedures so teams route issues through one repeatable process. Define shared security priorities and decision rights before setting workflow expectations.