Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 499 Bytes

integrations.md

File metadata and controls

13 lines (9 loc) · 499 Bytes

Integrations

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:

  1. Deploy KICS.
  2. Clone your project source code repo.
  3. Run KICS on the project source code.
  4. Parse the output results.
  5. Pass or fail the build based on the results.

For specific instructions see the getting started page.