A GO module of the Security Content Automation Protocol (SCAP) Specification
This project represents complete parsers of SCAP standard. Parsers are generated automatically by xsd2go project.
Users are advised to use OpenSCAP for SCAP evaluation and for any advanced use of SCAP standard. This project is beneficial for quick manipulation of SCAP data within golang code.
import "github.com/0intro/scap/pkg/scap/scap_document"
doc, err := scap_document.ReadDocumentFromFile("DOCUMENT.XML")
How to re-generate SCAP parsers with the latest xsd2go.
make all