GitLab Services Examples¶
This section provides examples for using the GitLab Services integration with Kube CINC Secure Scanner.
Overview¶
GitLab Services provide a way to run additional containers alongside your CI/CD jobs. This can be particularly useful for implementing container scanning without modifying your existing pipelines.
Examples¶
This directory will contain examples for GitLab Services configurations for various scanning scenarios.
Note
This section is currently under development. More examples will be added in future releases.
Implementation Guidelines¶
When implementing GitLab Services for container scanning:
- Use the appropriate service definition based on your scanning approach
- Configure the necessary environment variables
- Set up volume mounts for sharing data between the service and your job
- Implement proper error handling