This site is meant to host documentation, as well as blogs, for DevSecOps related topics. This includes things such as securing the software development lifecycle, cloud security, infrastructure as code, and modern cloud native applications. Contributions are welcome!
Contains technical guides that include instructional guidance on solving a given problem. This can also include other off topic items outside of the documentation.
To get started developing on the site, you need to make sure you have npm
installed and install the dependancies. To update the times on a given page you can perform date +"%Y-%m-%dT%H:%M:%S%z" | pbcopy
Install the dependancies are required prior to developing.
npm install
To view and build the site locally, run the following commands.
npm run dev
This repository uses github actions to build and deploy the hugo site to S3. Once uploaded, cloudfront serves the pages to the users.