Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 695 Bytes

integrations_bitbucketpipelines.md

File metadata and controls

22 lines (16 loc) · 695 Bytes

Integrate KICS with Bitbucket Pipelines

You can integrate KICS into Bitbucket Pipelines CI/CD.

This provides you the ability to run KICS scans in your Bitbucket repositories and streamline vulnerabilities and misconfiguration checks to your infrastructure as code (IaC).

Example configuration

image: checkmarx/kics:latest

pipelines:
    default:
        - step:
              name: "Cx KICS"
              script:
                  - kics scan --ignore-on-exit results -p ${PWD} -o ${PWD}
              artifacts:
                  - results.json