GitHub Actions Pipeline Documentation with CoGuard Integration

Overview This GitHub Actions pipeline automates the build, linting, and deployment process for a Docker image named gcpcli to Google Cloud Platform’s Container Registry. The pipeline also integrates CoGuard.io for scanning the Docker image for vulnerabilities. Ensure you have the… Read moreGitHub Actions Pipeline Documentation with CoGuard Integration

Automating Docker Image Build and Publish Pipeline with GitHub Actions: GCR

In this tutorial, we’ll walk through setting up a GitHub Actions pipeline to automate the process of building and publishing a Docker image to Google Cloud Platform’s Container Registry (GCR). By leveraging GitHub Actions, we can streamline our development workflow,… Read moreAutomating Docker Image Build and Publish Pipeline with GitHub Actions: GCR

Building and Publishing Docker Images for AWS, Azure, and GCP

In this tutorial, we will set up a GitHub Actions pipeline to automatically build and publish Docker images for AWS CLI, Azure CLI, and Google Cloud Platform (GCP) CLI to Docker Hub repositories. Prerequisites Before we begin, ensure you have… Read moreBuilding and Publishing Docker Images for AWS, Azure, and GCP

Cloud Infrastructure Deployment with Terraform and GitHub Actions

Are you tired of manual infrastructure deployments on cloud platforms like AWS, Azure, and Google Cloud Platform (GCP)? Are you looking for a secure and efficient way to manage your cloud resources? Look no further! In this comprehensive guide, we’ll… Read moreCloud Infrastructure Deployment with Terraform and GitHub Actions

GCP Infrastructure Deployment: Terraform & GitHub Actions

This blog post demonstrates how to securely deploy infrastructure to Google Cloud Platform (GCP) using reusable GitHub Actions workflows and Terraform. We’ll showcase a demo pipeline leveraging pre-built templates for plan generation and infrastructure application, highlighting key security considerations and… Read moreGCP Infrastructure Deployment: Terraform & GitHub Actions

Automating Terraform Deployments with GitLab CI/CD: GCP

Introduction: Prerequisites Before diving into the GitLab CI/CD YAML configuration, ensure that you have the following in place: You can find the source code and the complete GitLab repository at gcp_terraform_demo. YAML Configuration for GitLab CI/CD with Terraform Understanding the… Read moreAutomating Terraform Deployments with GitLab CI/CD: GCP