Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 312 Bytes

File metadata and controls

15 lines (11 loc) · 312 Bytes

Module 10: Software Composition Analysis (SCA)

Purpose

Identify vulnerabilities in third-party and open-source components.

Features

  • Dependency scanning.
  • License compliance checks.

Workflow

  • Generate SBOM.
  • Automate scanning in CI/CD.

Tools

  • Dependency-Track, Syft/Grype, Snyk.