GoComply / containers

containers

Home Page:http://isimluk.com/tags/gocomply/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoComply containers Docker Repository on Quay Gitter

Usage

GoComply shell

$ podman run --rm -it quay.io/gocomply/gocomply
GoComply Tools: 
 - gocomply_fedramp    - Open source tool for processing OSCAL based FedRAMP SSPs
 - gocomply_metaschema - Golang implementation of NIST's metaschema modeling language
 - gocomply_oscalkit   - OSCAL toolkit for basic operations with OSCAL assets
 - gocomply_xsd2go     - Automatically generate golang xml parser based on XSD
 - golie               - ROLIE Implementation

Examplary golie container usage

Obtain information about remote ROLIE resource

podman run --rm quay.io/gocomply/gocomply golie info https://atopathways.redhatgov.io/compliance-as-code/scap/feed.json

Clone whole ROLIE repository

podman run --rm -t --security-opt label=disable -v $(pwd):/content quay.io/gocomply/gocomply golie clone --debug --dir /content https://www.redhat.com/security/data/oval/v2/feed.xml

About

containers

http://isimluk.com/tags/gocomply/

License:The Unlicense


Languages

Language:Dockerfile 100.0%