We created multiple options so you can choose the type of integration that best supports the task and your way of doing CI/CD development.
First, choose your approach:
Command line (CLI): Script the command line client to run in your environment, either directly or integrated into a build script of CI workflow.
Continuous integration (CI): Add a plug-in to existing pipelines that run in your SCM repo or Jenkins. Plug-ins are available in the marketplace and in many cases can be added to your config file by following step-by-step instructions in the documentation.
API: Use REST APIs to call services built into the product (e.g. retrieve issue data and import it into your internal dashboards).
Secondly, select the option tailored to the security products and CI/CD platforms you use.