Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:01 +08:00
commit ae17c43b23
8 changed files with 362 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for ci-cd-pipeline-builder skill
- [ ] pipeline_generator.py Generates pipeline configurations based on user input and platform.
- [ ] validator.py Validates pipeline configurations for syntax and best practices.
- [ ] security_scan.sh Executes security scans on the pipeline configuration.
- [ ] deploy.sh Deploys the generated pipeline to the specified platform.