vszal / gcp-secure-cicd

GCP CI/CD security example repo and tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GCP CI/CD security demo and tutorial

This repo demostrates a security focused CI/CD pipeline for GKE with Google Cloud tools Cloud Build, Binary Authorization, Artifact Registry, Container Analysis, and Google Cloud Deploy. The example app is a simple containerized Python Flask example app named "Population Stats" with Kustomize overlays.

Google Cloud Software Supply Chain Security Demo Flow

Fork this repo

This demo relies on you making git check-ins to simulate a developer workflow. So you'll need your own copy of these files in your own repo. To do that in Github use, fork this repo on Github

Once you've forked, start the tutorial below.

Setup tutorial - WIP

The following tutorial walks you through all the setup needed to configure Google Cloud services needed to run this demo and then steps you through the demo itself. Clicking this button provisions a Cloud Shell Editor and launches an interactive tutorial which steps you through the process. Google Cloud account and project required.

Start tutorial in cloud shell

If you don't want to run the tutorial in Cloud Shell, you can view the md file here although you'll see some artifacts.

Demo commands

See the gist.

About the Sample app - Population stats

Simple web app that pulls population data based on U.S. address queries. Note, other countries are currently not supported.

Population data gathered from the U.S. Census Bureau Population Estimate API.

Feedback and contributions welcomed!

About

GCP CI/CD security example repo and tutorial


Languages

Language:Python 40.6%Language:Shell 29.8%Language:HTML 25.6%Language:Dockerfile 4.0%