README.md in inspec_tools-2.0.4 vs README.md in inspec_tools-2.0.5

- old
+ new

@@ -63,11 +63,11 @@ For Docker usage, replace the `inspec_tools` command with the correct Docker command below for your operating system: - **On Linux and Mac**: `docker run -it -v$(pwd):/share mitre/inspec_tools` - **On Windows CMD**: `docker run -it -v%cd%:/share mitre/inspec_tools` - + Note that all of the above Docker commands will mount your current directory on the Docker container. Ensure that you have navigated to the directory you intend to convert files in before executing the command. ### generate_map This command will generate a `mapping.xml` file that can be passed in to the `csv2inspec` command with the `--m` option. @@ -179,13 +179,13 @@ high : 0 medium : 0 low : 0 ``` -Using additional flags will override the normal output and only display the output that flag specifies. +Using additional flags will override the normal output and only display the output that flag specifies. -USAGE: inspec_tools summary [OPTIONS] -j <inspec-json> +USAGE: inspec_tools summary [OPTIONS] -j <inspec-json> ``` FLAGS: -j --inspec-json <inspec-json> : path to InSpec results JSON -V --verbose, --no-verbose : print verbose an debug output @@ -209,10 +209,10 @@ -a --attributes <xccdf-attr-yml> : path to yml file to save XCCDF values which do not fit into the InSpec schema. These are useful if you want to convert the resulting profile back into XCCDF [optional] -o --output <profile-path> : path to the InSpec profile output (default: profile) [optional] -f --format [ruby | hash] : the format you would like (default: ruby) [optional] -s --separate-files [true | false] : output the resulting controls as one or mutiple files (default: true) [optional] -m --metadata <metadata-json> : path to json file with additional metadata for the inspec.yml file [optional] - -r --replace-tags <array> : A case-sensitive, comma separated list to replace tags with a $ if found in a group rules description tag [optional] + -r --replace-tags <array> : A case-sensitive, space separated list to replace tags with a $ if found in a group rules description tag [optional] example: inspec_tools xccdf2inspec -x xccdf_file.xml -a attributes.yml -o myprofile -f ruby -s false ``` ## inspec2xccdf