Scan Sources Integration
Integrating your SBOM workflow with other tools and platforms can significantly enhance your software component management capabilities. This section provides an overview of how to integrate with various tools and platforms commonly used in software development and security.
VeriBOM supports various scan sources to ensure comprehensive software component identification.
Source Code: Scan the source code to identify software components used in your application.
Container Images: Analyze container images to discover components, libraries, and their versions.
Code Repositories: Integrate with code repositories to capture dependencies in your codebase.
CI/CD Integration: Seamlessly integrate with Continuous Integration/Continuous Deployment (CI/CD) pipelines to automate SBOM generation.
Container Orchestration Platforms: Scan container orchestration platforms like Kubernetes for a complete picture of your application's software components.
Last updated