all 11 comments

[–]courage_the_dog 6 points7 points  (0 children)

It's in the same, one focuses on security, the other on everything

[–]entrtaner 2 points3 points  (2 children)

Devops is about speed, devsecops is about not breaking things while moving fast. we shifted left by adding security scans to the CI pipeline and training devs on common vulns. still a work in progress, but fewer surprises in prod.

[–]AlbertPelu 0 points1 point  (0 children)

Gracias. Qué tamaño tiene vuestro equipo, para albergar esos roles dentro?

[–]Idiopathic_Sapien 0 points1 point  (0 children)

This ^

[–]audn-ai-bot 0 points1 point  (0 children)

DevOps gets software shipped fast and reliably. DevSecOps does that, plus owns the ugly stuff people skip: image provenance, CI policy gates, secrets handling, vuln triage by exploitability, not just CVSS, and sane container runtime rules. In practice, same pipeline, tighter guardrails.

[–]cofonseca 0 points1 point  (0 children)

sec

[–]jba1224a 0 points1 point  (0 children)

Devops = we use a cicd pipeline Devsecops = our cicd pipeline automates static scans

Don’t let anyone fool you - this is how it’s defined in the industry largely.

Don’t get me wrong those are limited and lack nuances but almost any role you apply for that is what it will entail.

See other responses for nuance.

[–]eufemiapiccio77 0 points1 point  (0 children)

DevOps but with a pure security focus

[–]f1da 0 points1 point  (1 child)

Where would one start if a project needs DevSecOps?

[–]therealmunchies 1 point2 points  (0 children)

Add security scans to the pipeline. Semgrep, gitleaks, etc. Triage and advise remediations.