A CLI tool for adding Contrast Integrations via rule customizations.
Adapted from Contrast-Security-OSS/integrations-scw to include a CLI tool, and also to include Secure Flag, Secure Code Warrior and possibly other integrations in the future.
The quickest and easiest way to get started would be to install the CLI tool using pipx directly from the latest GitHub release:
pipx install https://github.com/Contrast-Security-OSS/contrast-integrations-cli/releases/download/v2.0.0/contrast_integrations_cli-2.0.0-py3-none-any.whl
contrast-integrations --helpOr clone this repo and run the CLI tool with Poetry
poetry installto install dependenciespoetry run contrast-integrations --helpto run the CLI toolpoetry buildto build a wheel file
contrast-integrations --help
contrast-integrations auth init
contrast-integrations secure-code-warrior enable-for-rule sql-injection
contrast-integrations secure-code-warrior disable-for-rule sql-injection
contrast-integrations secure-flag enable-for-all
contrast-integrations secure-flag disable-for-all