forked from OpenSCAP/openscap
-
Notifications
You must be signed in to change notification settings - Fork 2
NIST Certified SCAP 1.2 toolkit
License
openSUSE/openscap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
COMPILATION ----------- Get fresh sources from repository: $ git clone https://github.com/OpenSCAP/openscap.git - requirements: autoconf automake libtool $ ./autogen.sh You are OK with tarball from official release - requirements: (some of these can be turned off via configure) libacl-devel libcap-devel libcurl-devel libgcrypt-devel libselinux-devel libxml2-devel libxslt-devel make openldap-devel pcre-devel perl-XML-Parser perl-XML-XPath perl-devel python-devel rpm-devel swig $ ./configure $ make $ make check # make install USE CASES --------- SCAP Content Validation $ oscap xccdf validate-xml FILE $ oscap oval validate-xml FILE Scanning # oscap xccdf eval --profile Desktop --results XCCDF-RESULT-FILE XCCDF-FILE # scap oval eval --results OVAL-RESULT-FILE OVAL-FILE # scap oval eval --id DEFINITION-ID OVAL-FILE Document generation - without XCCDF rules $ oscap xccdf generate guide XCCDF-FILE > XCCDF-GUIDE-FILE - with XCCDF rules rules $ oscap xccdf generate guide --profile PROFILE XCCDF-FILE > XCCDF-GUIDE-FILE - generate report from scanning $ oscap xccdf generate report XCCDF-RESULT-FILE > XCCDF-REPORT-FILE
About
NIST Certified SCAP 1.2 toolkit
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- XSLT 65.7%
- C 25.4%
- Shell 4.5%
- M4 2.0%
- Makefile 0.8%
- C++ 0.7%
- Other 0.9%