Skip to content

A collection of production-ready DevOps templates and GitHub Actions workflows. Secure container builds, Kubernetes deployments, security scanning, and infrastructure as code.

Notifications You must be signed in to change notification settings

cooler-SAI/devops-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DevOps Templates

A curated collection of secure, production-ready CI/CD templates and GitHub Actions workflows. Accelerate your DevOps setup with built-in security scanning, artifact signing, and best practices.

πŸ›‘οΈ Security First

  • Container vulnerability scanning with Trivy
  • Cosign keyless signing for supply chain security
  • SBOM generation and compliance checks
  • Security gates and policy enforcement

πŸš€ Quick Start

Copy-paste ready templates for:

  • Secure container builds and signing
  • Kubernetes deployments
  • Multi-architecture builds
  • Security scanning pipelines

πŸ“‹ Usage Example

Step 1: Create your project structure:

your-username/your-project/
β”œβ”€β”€ .github/workflows/
β”‚   └── ci.yml          # ← Create this file
β”œβ”€β”€ src/
β”œβ”€β”€ Dockerfile
└── package.json

Step 2: In ci.yml add:

name: πŸš€ CI/CD Pipeline

on: [push]

jobs:
build-and-scan:
uses: cooler-SAI/devops-templates/.github/workflows/secure-container.yml@main
with:
image-name: your-app-name
docker-context: .

Step 3: Commit and push - done! πŸŽ‰

πŸ“ Available Templates

secure-container.yml - Build, scan and sign containers

k8s-deploy.yml - Kubernetes deployment workflows

security-scan.yml - Comprehensive security scanning

βš™οΈ Configuration

Each template accepts parameters - check individual workflow files for available inputs and requirements.

About

A collection of production-ready DevOps templates and GitHub Actions workflows. Secure container builds, Kubernetes deployments, security scanning, and infrastructure as code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published