48 practices · 10 labs · 10 pipelines

Secure Every Commit. Automate Every Control.

A practical catalog of DevSecOps practices, tools, patterns, pipelines, security controls, and implementation examples.

Search catalog
48
Practices
29
Security Tools
11
Patterns
10
Hands-On Labs
10
Pipelines
30
Technologies
Lifecycle explorer

Where each control belongs

Select a stage of the delivery lifecycle to see the practices that run there, the controls they enforce and the tools that implement them.

Start here

Core practices

SAST

SAST

Beginner

Analyse source code, bytecode or binaries for security defects before the application is built or deployed.

  1. PL
  2. CO
  3. BU
  4. TE
  5. RE
  6. DE
  7. OP
  8. MO
Application
SemgrepSonarQubeCodeQLCheckmarx
DAST

DAST

Intermediate

Probe a running application from the outside to find vulnerabilities that only appear at runtime.

  1. PL
  2. CO
  3. BU
  4. TE
  5. RE
  6. DE
  7. OP
  8. MO
Application
OWASP ZAPBurp SuiteNuclei
Dependency Scanning

SCA

Beginner

Identify vulnerable, unmaintained or non-compliant third-party dependencies in your builds.

  1. PL
  2. CO
  3. BU
  4. TE
  5. RE
  6. DE
  7. OP
  8. MO
ApplicationSupply Chain
TrivyOWASP Dependency-CheckSnykGrype
Secret Detection

Secret Detection

Beginner

Find credentials, API keys and tokens committed to repositories, history, and CI configuration.

  1. PL
  2. CO
  3. BU
  4. TE
  5. RE
  6. DE
  7. OP
  8. MO
ApplicationIdentity
GitleaksTruffleHogdetect-secrets
Container Image Scanning

Container Security

Beginner

Scan container images for vulnerable packages and misconfiguration, and harden how images are built.

  1. PL
  2. CO
  3. BU
  4. TE
  5. RE
  6. DE
  7. OP
  8. MO
ContainerSupply Chain
TrivyGrypeClairDocker Scout
Infrastructure as Code Security

IaC Security

Intermediate

Analyse Terraform, Kubernetes manifests, Helm charts and CloudFormation for insecure configuration before apply.

  1. PL
  2. CO
  3. BU
  4. TE
  5. RE
  6. DE
  7. OP
  8. MO
InfrastructureCloud
CheckovtfsecKICSTerrascan
Browse

By category