Loading...
Loading...
Run Syft to generate Software Bill of Materials (SBOM) from container images and filesystems. Outputs CycloneDX or SPDX formats for supply chain compliance.
npx skill4agent add vchirrav/owasp-secure-coding-md sbom-syftcurl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/binsyft versionsyft dir:<target-path> -o cyclonedx-json > sbom-cyclonedx.jsonsyft <image>:<tag> -o spdx-json > sbom-spdx.json-o cyclonedx-json-o spdx-json-o table-o cyclonedx-json=sbom.cdx.json -o spdx-json=sbom.spdx.json| # | Package | Version | Type | License | Ecosystem |
|---|---------|---------|------|---------|-----------|| Format | Standard | Use Case |
|---|---|---|
| OWASP CycloneDX | Most tool-compatible, rich metadata |
| Linux Foundation SPDX | Government/regulatory compliance |
| Human-readable | Quick review |
| Syft native | Syft-specific toolchain |