forked from louissimps/fedramp_explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
License
ScaleSec/fedramp_explorer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
git clone [email protected]: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
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- HTML 43.0%
- Ruby 38.1%
- Python 9.1%
- CSS 7.0%
- Shell 2.8%