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!
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
- macOS:
- 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.