This repo contains tools and scripts to standardize and simplify CI/CD pipelines and developer experience.
The recommended way to use pre-commit is to run pre-commit install
within your app directory and use pre-commit run
,
as apps should already include their own pre-commit configuration. However, if you want to use these tools locally you can use as below.
It might be beneficial to clone this repo to be adjacent to your apps folders, though not strictly required:
.
├── app1
├── app2
└── dev-cicd-tools
To setup your local environment, you need:
The pre-commit folder contains pre-commit hooks for SOAR Connector repos in https://github.com/splunk-soar-connectors. Please refer to https://pre-commit.com/ for details on authoring and installing hooks.