Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add report generation for container applicable and not container applicable controls - see useful scripts in desc #13

Open
aaronlippold opened this issue Dec 10, 2022 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@aaronlippold
Copy link
Member

https://github.com/haltcase/tablemark-cli

  1. Create a profile json filtering the output to controls that either only apply to the host or the container
  2. inspec json . --tags host| jq . > host-only.json or something like this
  3. 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
  4. yarn global add tablemark-cli
  5. tablemark x.json > test.md
@aaronlippold aaronlippold added the documentation Improvements or additions to documentation label Dec 10, 2022
@aaronlippold aaronlippold added the enhancement New feature or request label Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants