endor-cicd
Installation
SKILL.md
Endor Labs CI/CD Pipeline Generator
Generate CI/CD security scanning configurations for your preferred platform.
Supported Platforms
| Platform | Config File |
|---|---|
| GitHub Actions | .github/workflows/endor-security.yml |
| GitLab CI | .gitlab-ci.yml (append stage) |
| Jenkins | Jenkinsfile (append stage) |
| Azure DevOps | azure-pipelines.yml (append stage) |
| Bitbucket Pipelines | bitbucket-pipelines.yml (append step) |
| CircleCI | .circleci/config.yml (append job) |
Workflow
Step 1: Detect Platform
Related skills