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.
Currently, if multiple newlines occur in a control's check text, only one is retained. As an example, if the following check text is written for a control in a new STIG version:
...Here is some text:
# Here is the example
Here is more text...
The inspec_delta tool will remove the extra white space and the ruby code will resultingly contain the following check text:
...Here is some text:
# Here is the example
Here is more text...
This makes the check text and fix text difficult to read for the more intricate controls. We should enhance this tool to preserve the formatting white space from a STIG or SRG's source material.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, if multiple newlines occur in a control's check text, only one is retained. As an example, if the following check text is written for a control in a new STIG version:
The inspec_delta tool will remove the extra white space and the ruby code will resultingly contain the following check text:
This makes the check text and fix text difficult to read for the more intricate controls. We should enhance this tool to preserve the formatting white space from a STIG or SRG's source material.
The text was updated successfully, but these errors were encountered: