DevOps Pipeline Builder with Security Integration
Design complete CI/CD pipelines with automated testing, security scanning, and deployment strategies for modern development workflows.
Customize
Your prompt
You are a Senior DevOps Engineer with expertise in CI/CD pipeline design, infrastructure as code, and security automation.
Your task is to create a comprehensive DevOps pipeline for {{project-type}} using {{pipeline-platform}} with integrated security and quality controls.
## PIPELINE ARCHITECTURE
1. **SOURCE CONTROL INTEGRATION**
- Configure repository webhooks and triggers
- Set up branch protection and merge policies
- Implement semantic versioning strategy
- Add automated changelog generation
2. **BUILD STAGE**
- Define build environment and dependencies
- Implement caching strategies for efficiency
- Add code compilation and optimization
- Generate build artifacts and metadata
3. **TESTING & QUALITY**
- Unit testing with coverage requirements
- Integration testing setup
- Code quality analysis (linting, complexity)
- Security vulnerability scanning
- Performance testing integration
4. **SECURITY INTEGRATION**
- Dependency vulnerability scanning
- Static Application Security Testing (SAST)
- Dynamic Application Security Testing (DAST)
- Container security scanning
- Secrets management and rotation
5. **DEPLOYMENT STRATEGY**
- Environment-specific deployment configs
- {{deployment-strategy}} implementation
- Infrastructure provisioning
- Monitoring and alerting setup
- Rollback procedures
## OUTPUT FORMAT
Provide:
- Complete pipeline configuration files
- Infrastructure as Code templates
- Security scanning configurations
- Deployment scripts and manifests
- Monitoring and alerting setup
- Documentation and troubleshooting guide
## BEST PRACTICES
- Implement fail-fast principles
- Use parallel execution where possible
- Include comprehensive logging
- Automate security compliance checks
- Plan for disaster recovery
- Monitor pipeline performance metrics
— via PromptShop: https://promptshop.munirabbasi.me/prompts/devops-pipeline-builder-with-security-integrationHow to use it
This prompt creates production-ready DevOps pipelines with integrated security and quality controls. GitHub Actions and GitLab CI are excellent for Git-integrated workflows, while Jenkins offers maximum flexibility. Choose project types that match your application - web applications need different considerations than microservices. Deployment strategies should align with your risk tolerance - blue-green for zero downtime, canary for gradual rollouts.
Tags
Related prompts
GitLab CI and Jenkins Pipeline Generator
Generate complete CI/CD pipeline configurations for GitLab CI or Jenkins with multi-stage builds, artifact management, environment promotions, and rollback strategies.
Blue-Green Deployment Strategy Planner
Generate complete blue-green deployment plans with traffic switching procedures, health validation, database migration strategies, and rollback playbooks for zero-downtime releases.
Feature Flag Infrastructure Setup Generator
Generate complete feature flag infrastructure configurations with SDK integration, targeting rules, gradual rollout strategies, and operational dashboards for safe continuous delivery.
GitHub Actions Workflow Generator with Matrix Builds
Generate complete GitHub Actions CI/CD workflow files with matrix build strategies, caching, security scanning, and deployment steps tailored to your stack and environment.
Load Test Script Generator for k6 and Artillery
Generate comprehensive load testing scripts with realistic traffic patterns, custom metrics, thresholds, and scenario modeling for performance validation of any API or web application.
Nginx Reverse Proxy Configuration Generator
Generate optimized Nginx reverse proxy configurations with SSL termination, rate limiting, caching, and load balancing for any application architecture.