https://github.com/phantomcyber/dev-cicd-tools
https://github.com/phantomcyber/dev-cicd-tools
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phantomcyber/dev-cicd-tools
- Owner: phantomcyber
- License: apache-2.0
- Created: 2021-07-08T23:10:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-10-29T19:43:13.000Z (8 months ago)
- Last Synced: 2025-10-29T21:33:43.634Z (8 months ago)
- Language: Python
- Size: 549 KB
- Stars: 5
- Watchers: 7
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dev-cicd-tools
This repo contains tools and scripts to standardize and simplify CI/CD pipelines and developer experience.
# Note on Usage
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.
# Local setup
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:
- [pre-commit](https://pre-commit.com/)
# pre-commit
The pre-commit folder contains [pre-commit](https://pre-commit.com/) 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.