Home

Checkov - A Cloud Resource Security Scanner

The opensource project called Checkov developed and released by Bridgecrew has interesting approach to auditing and fixing common cloud misconfigurations. Checkov is a component of the Bridgecrew.io platform. Interesting aspects of checkov: Checkov policies are expressed as Python files Checkov runs static code analysis on Terraform files...

Read more

GCP VPC Security Concepts

GCP VPC Key Concepts explained here: Private Google Access is a feature that allows VM’s, that only have private network access, to access Google Services/APIs via Private Google Access (instead of egressing to public Internet). VPC Service Controls How to Setup Private Connectivity and VPC - Private Access Options documentation will help you...

Read more

Working with Github Pages

At the time of writing this article, this page is hosted on GitHub Pages after previously been hosted on an Azure Storage Account. GitHub Pages allows you to host a static web site straight from your github repository. Getting Started with GitHub Pages GitHub Pages Basics Custom Domain on GitHub Pages

Read more