ScaleSec / fedramp_explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git clone git@github.com:louissimps/fedramp_explorer.git
cd fedramp_explorer/

Go get the appropriate version of the controls file from the parser project
cp ../fedramp_parser/output/controls.json _data

Generate the Enhancements dataset
cat _data/controls.json | jq '[.[] | . as $c | $c | $c.Enhancements[] as $e  |  {"ControlID": $c.ID, "ControlFamily": $c.Family, "ID": $e.ID, "ControlTitle": $c.TITLE, "EnhancementText": $e.ControlText, "IaseGuidance": $e.IaseGuidance, "FedrampGuidance": $e.FedrampGuidance, "SupplementalGuidance": $e.SupplementalGuidance, "Impacts": $e.Impacts, "RelatedControls": $e.RelatedControls, "Parameters": $e.Parameters }]' > _data/enhancements.json 



jekyll serve

to deploy to aws
jekyll build 
aws s3 sync _site/ s3://fedramp-explorer/ 



About

License:Apache License 2.0


Languages

Language:HTML 43.1%Language:Ruby 38.1%Language:Python 9.1%Language:CSS 7.0%Language:Shell 2.8%