0.01
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Quality of Life tools for managing inspec profiles.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

~> 3.1.0
~> 2.2.0
~> 2.4.4
~> 3.14.2
~> 1.0.1
 Project Readme

inspec_delta Logo

Inspec Delta

This Gem aims to make the maintenance of Inspec profiles representing security benchmarks less of a burden by providing helpful command line tools.

For information on STIGs visit the DoD Cyber Exchange.

For stig definition files visit the DoD Cyber Exchange Document Library.

Commands

inspec_delta help

  • This will list all the commands along with their descriptions.

inspec_delta profile update

This command updates an existing Inspec profile for a STIG with the metadata from a new revision to that STIG. It reads through the XCCDF XML file from the new revision and updates the existing profile's controls as needed.

Usage

inspec_delta profile update -p /path/to/profile -s /path/to/stig.xml

Options

    -p, --pr, [--profile_path=PROFILE_PATH]    # Specified path to the root directory of the existing Inspec profile.
    -s, --st, [--stig_file_path=STIG_PATH]     # Specified path to the XCCDF XML file from the new STIG revision we are updating to.