Integration Workflows¶
This section provides detailed documentation on integrating various scanning workflows with CI/CD platforms.
Overview¶
The Kube CINC Secure Scanner supports multiple scanning approaches, each with its own integration workflow. This section describes how to integrate each scanning approach with CI/CD platforms.
Supported Workflows¶
We provide detailed integration workflows for the following scanning approaches:
- Standard Container Workflow - Integrating the standard container scanning approach
- Distroless Container Workflow - Integrating the distroless container scanning approach
- Sidecar Container Workflow - Integrating the sidecar container scanning approach
- Security Workflows - Security-focused integration workflows
Workflow Selection Considerations¶
When selecting a workflow for integration, consider the following factors:
- Container Types: The types of containers you need to scan (standard, distroless, etc.)
- Kubernetes Features: The features available in your Kubernetes environment
- Security Requirements: Your specific security and compliance requirements
- Performance Considerations: The performance impact of different scanning approaches
- Integration Complexity: The complexity of integrating each workflow with your CI/CD platform