CI/CD Platform Integrations¶
This section provides detailed documentation on integrating the Kube CINC Secure Scanner with various CI/CD platforms.
Overview¶
The Kube CINC Secure Scanner supports integration with multiple CI/CD platforms to enable automated container security scanning as part of your deployment pipeline.
Supported Platforms¶
We provide detailed integration guides for the following CI/CD platforms:
- GitHub Actions - Integration with GitHub's native CI/CD service
- GitLab CI - Integration with GitLab's CI/CD pipelines
- GitLab Services - Advanced integration using GitLab's Services feature
- Jenkins - Integration with Jenkins pipelines (coming soon)
- Azure DevOps - Integration with Azure DevOps pipelines (coming soon)
- Custom Platforms - Guidance for integrating with other CI/CD platforms (coming soon)
Platform Selection Considerations¶
When selecting a CI/CD platform for integration, consider the following factors:
- Existing Infrastructure: If you already use a particular CI/CD platform, integrating with that platform may be the most straightforward option.
- Container Support: Ensure the platform has good support for container-based workflows.
- Kubernetes Integration: Platforms with native Kubernetes integration simplify the setup process.
- Security Features: Consider the platform's security features, such as secrets management.
- Scalability: Ensure the platform can handle your desired scan frequency and volume.
Future Platform Support¶
We are actively working on adding detailed integration guides for:
Jenkins Integration¶
Jenkins integration will provide:
- Pipeline templates for Jenkins
- Step-by-step integration guides
- Best practices for Jenkins-specific configurations
Azure DevOps Integration¶
Azure DevOps integration will include:
- YAML pipeline templates
- Detailed integration steps
- Security considerations for Azure environments
Custom Platform Integration¶
For other CI/CD platforms, we will provide:
- Generic integration patterns
- Platform-agnostic configuration
- Adapting workflows to various environments