mitre / inspec_tools

A command-line and ruby API of utilities, converters and tools for creating, converting and processing security baseline formats, results and data
https://inspec-tools.mitre.org/
Other
91 stars 30 forks source link

Prompt for mapping files if not provided via command line flag. #56

Closed aaronlippold closed 2 years ago

aaronlippold commented 5 years ago

Consider using the tty-prompt Gem to ask users for the required information.

Bialogs commented 4 years ago

Consider changing everywhere we currently use ask() to be the tty-prompt

Bialogs commented 4 years ago

204 Sets the foundation with breaking generate_mapping out into its own class.

aaronlippold commented 3 years ago

This is connected to the work you are currently doing with metadata @Bialogs

aaronlippold commented 3 years ago

246

camdenmoors commented 2 years ago

Implemented in the SAF CLI (errors if no mapping or template is passed)