Skip to content

Nanonid/scap-workbench

 
 

Repository files navigation

SCAP WORKBENCH
==============
A GUI tool that provides scanning, tailoring and validation functionality for SCAP content

About
-----
SCAP Workbench is a GUI tool that provides scanning, tailoring
and validation functionality for SCAP content. It uses openscap library
to access SCAP functionalities.

Homepage of the project is https://fedorahosted.org/scap-workbench/

How to run it out of the box
----------------------------
1) Make sure you have installed all prerequisites

  required dependencies:
    # yum install cmake gcc-c++ openssh-clients util-linux openscap-devel qt-devel

  required dependencies (only for the git repo, not required for released tarballs):
    # yum install rubygem-asciidoctor

  optional dependencies:
    # yum install polkit

2) Build scap-workbench:

    $ mkdir build; cd build
    $ cmake ../
    $ make

3) Install scap-workbench: (optional)

  (inside the build folder):
    # make install

4a) Run scap-workbench: (if it was installed)

  spawning open file dialog:
    $ scap-workbench

  with an XCCDF file to load:
    $ scap-workbench /path/to/xccdf-file.xml

  with a source datastream (SDS) to load:
    $ scap-workbench /path/to/sds-file

4b) Run scap-workbench: (straight from build dir, without installation)

  $ cd build/
  $ bash runwrapper.sh ./scap-workbench

About

SCAP Scanner And Tailoring User Interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published