You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
Add a new profile CLI command to be able to audit the control's tags against the benchmark.
Similar flow to update, except we want to compare the profile's list of tags against the benchmark tags.
We will use this command to verify that all the tags we are getting in the benchmark is present in the controls, as well as any extra tags that have either been depricated or custom added.
Add a new profile CLI command to be able to audit the control's tags against the benchmark.
Similar flow to update, except we want to compare the profile's list of tags against the benchmark tags.
We will use this command to verify that all the tags we are getting in the benchmark is present in the controls, as well as any extra tags that have either been depricated or custom added.
ex.
inspec_delta profile audit --profile_path --stig_file_path <stig.xml> --missing --removed
--missing would find all the tags that are not present in a control that are present in the benchmark
--removed would find all the tags that are present in a control but are not in the benchmark.
Output to console until Logging is implemented
The text was updated successfully, but these errors were encountered: