metahertz / aws-modernization-with-bridgecrew

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS modernisation workshop - DevSecOps with Bridgecrew

Overview

This repo is home to the raw content for the "DevSecOps with Bridgecrew" AWS modernisation workshop. Hosted on the awsworkshop.io site here.

The workshop walks you through everything needed for securing your IaC deployments, from "what is devsecops", PR scanning, pipeline setup and having your CI/CD pipeline automatically check for infrastructure as code issues before deployment to AWS!

Viewing the content locally

You likley want to use the online version, by visiting https://bridgecrew.awsworkshop.io/

However if you want to render the content locally, for testing, editing, or submitting a PR:

  • install hugo
    • macOS: brew install hugo
    • Windows: choco install hugo -confirm
  • clone this repo
  • execute in the root folder:
    • git submodule init
    • git submodule update --recursive --remote
  • run hugo server
  • The hugo server command will provide a localhost URL to view the content in a browser.

References

About

License:MIT No Attribution


Languages

Language:CSS 50.9%Language:HTML 28.8%Language:JavaScript 20.3%