A practical guide to a GitHub deployment strategy covering branch management, protection rules, PR security workflows, release tagging and environments.
DevOpsSecurity
Automate Container Security with Trivy in GitHub Actions
Learn how to integrate Trivy into your CI/CD pipeline for automated vulnerability scanning in GitHub Actions.
DevOps
Deploy Your AWS CDK Applications with GitHub Actions
Automate AWS CDK deployments with GitHub Actions. Ready-to-use TypeScript and Python workflows plus best practices for secure CI/CD pipelines.
DevOps
Deploy Your Terraform IaC with GitHub Actions
Automate Terraform deployments with GitHub Actions. A ready-to-use HCL workflow plus best practices for secure, efficient CI/CD pipelines.
DevOpsSecurity
Connect Your GitHub Repository to AWS Securely Using OIDC
Securely connect your GitHub repository to AWS with OpenID Connect (OIDC), replacing long-lived credentials with short-lived rotated tokens.