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
Create a profile json filtering the output to controls that either only apply to the host or the container
inspec json . --tags host| jq . > host-only.json or something like this
jq -r '.controls[] | {title: .title, id: .id, description: .desc}' host-only.json ( small bug that the elements are not separated by commas, perhaps this is why tablemark talked about the ndjson thing
yarn global add tablemark-cli
tablemark x.json > test.md
The text was updated successfully, but these errors were encountered:
https://github.com/haltcase/tablemark-cli
ndjson
thingThe text was updated successfully, but these errors were encountered: