Giter Club home page Giter Club logo

fedramp's Introduction

FedRAMP - Automate Authorization Process Build CI Gitter PkgGoDev

This is open source tool that manipulates official FedRAMP assets. Everyone is welcome to contribute!

Features

  • take FedRAMP/OSCAL formatted System Security Plan and outputs FedRAMP document
  • take opencontrol repository and produce FedRAMP/OSCAL formatted System Security Plans

User Resources

Developer Resources

Exemplary usage - inside of container

Easiest way to reap the fruits of the GoComply/fedramp tool is to use ready made GoComply container. For instance, following command can be issued to generate OSCAL formatted FedRAMP SSPs within a container

podman run \
  --rm -t --security-opt label=disable \
  -v $(pwd):/shared-dir \
  quay.io/gocomply/gocomply sh -c "\
      cd /shared-dir && \
      gocomply_fedramp opencontrol https://github.com/ComplianceAsCode/redhat oscal.xml/"
  find oscal.xml/ -type f

And by the way, results of this particular command can be reviewed online under ComplianceAsCode/oscal project.

Exemplary usage - outside of container

Build project (install golang as prerequisite)

go get -u -v github.com/gocomply/fedramp/cli/gocomply_fedramp

Explore command-line UI

gocomply_fedramp --help
gocomply_fedramp opencontrol --hep
gocomply_fedramp convert --help

Covert Open Control SSPs (in form of masonry repository) to OSCAL SSPs

gocomply_fedramp opencontrol https://github.com/ComplianceAsCode/redhat test_output/

Covert OSCAL SSP to DOCX Document

wget https://raw.githubusercontent.com/ComplianceAsCode/oscal/master/xml/openshift-container-platform-4-fedramp-Low.xml
gocomply_fedramp convert ./openshift-container-platform-4-fedramp-Low.xml FedRAMP-Low.docx

This latest step is not fully complete as you can see, some of the fields in the DOCX being blank. This is work in progress.

fedramp's People

Contributors

cryptofilegsa avatar dependabot[bot] avatar isimluk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fedramp's Issues

Consider new repo name and purpose

Rather than being about fedramp only, should this repo be called (or a new one created) "ssp-generator" or something like that? Seems like we can generate more than just FedRAMP SSPs and which would be great for us to do.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.