Skip to content
/ scap Public
forked from GoComply/scap

A GO module of the Security Content Automation Protocol (SCAP) Specification

License

Notifications You must be signed in to change notification settings

0intro/scap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCAP Build CI Gitter PkgGoDev

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.

Examplary usage

	import "github.com/0intro/scap/pkg/scap/scap_document"
	doc, err := scap_document.ReadDocumentFromFile("DOCUMENT.XML")

Developer information

How to re-generate SCAP parsers with the latest xsd2go.

make all

About

A GO module of the Security Content Automation Protocol (SCAP) Specification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.3%
  • Makefile 4.7%
  • Shell 2.0%