For effective and secure continuous delivery of a cloud native project, it's advised to integrate KICS into your project CI pipeline.
In a nutshell, a typical CI process would looke something like the following:
- Deploy KICS.
- Clone your project source code repo.
- Run KICS on the project source code.
- Parse the output results.
- Pass or fail the build based on the results.
For specific instructions see the getting started page.