CI/CD Integration¶
This section provides comprehensive guidance on integrating the Kube CINC Secure Scanner with various CI/CD platforms.
Integration Overview¶
The Kube CINC Secure Scanner can be integrated with popular CI/CD platforms to automate container security scanning as part of your deployment pipeline. This allows you to catch security issues early in the development lifecycle and ensure that only compliant containers are deployed to your environments.
Integration Categories¶
Our integration documentation is organized into the following categories:
- CI/CD Platforms - Integration guides for specific CI/CD platforms
- Integration Workflows - Workflows for integrating different scanning approaches
- Integration Examples - Practical examples of CI/CD integrations
- Integration Configuration - Configuration guidance for CI/CD integrations
Getting Started¶
To get started with CI/CD integration, follow these steps:
- Review the Approach Mapping to select the appropriate scanning approach
- Choose your CI/CD Platform and follow the platform-specific guide
- Implement the appropriate Integration Workflow for your selected approach
- Configure your integration using the Configuration Guide
- Reference the Integration Examples for practical implementation guidance
Best Practices¶
When integrating with CI/CD platforms, follow these best practices:
- Use dedicated service accounts with limited permissions
- Implement appropriate security controls for access to scan results
- Configure appropriate thresholds for failing builds based on scan results
- Use caching to improve performance where possible
- Include remediation guidance in scan result notifications
Implementation Examples¶
For practical implementation examples, see: