Closed Bialogs closed 4 years ago
It should be marked as a profile error right?
On Tue, Apr 28, 2020 at 10:25 PM Kyle notifications@github.com wrote:
Updates the InspecUtil#control_status method to place Inspec code which errors into the Not Reviewed category.
You can view, comment on, or merge this pull request online at:
https://github.com/mitre/inspec_tools/pull/163 Commit Summary
- Add 2.3 ckl schema
- install xmllint and add xmllint check step against latest ckl schema
- If the inspec code fails to run (error), mark as not "Not_Reviewed"
File Changes
- M .github/workflows/build.yml https://github.com/mitre/inspec_tools/pull/163/files#diff-898e737ee4e56ba042bda31764bed49e (3)
- M lib/utilities/inspec_util.rb https://github.com/mitre/inspec_tools/pull/163/files#diff-1c8987cda72f276f3292b99de0b539dd (8)
- A test/schemas/U_Checklist_Schema_V2-3.xsd https://github.com/mitre/inspec_tools/pull/163/files#diff-fa4be5f985e14b8f44ee727fe9248f0f (319)
Patch Links:
- https://github.com/mitre/inspec_tools/pull/163.patch
- https://github.com/mitre/inspec_tools/pull/163.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mitre/inspec_tools/pull/163, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALK42FZISXZAEECOGO76KLRO6FZ7ANCNFSM4MTKYG5A .
--
Aaron Lippold
lippold@gmail.com
260-255-4779
twitter/aim/yahoo,etc. 'aaronlippold'
@aaronlippold The only option are 'NotAFinding', 'Open', 'Not_Applicable', 'Not_Reviewed'
.
Updates the
InspecUtil#control_status
method to place Inspec code which errors into the Not Reviewed category.Closes #131 Closes #62