Hi folks,
Wanted to let the community know that I've developed and open sourced a CLI interface for going through STIG content. I found it is helpful when developing Ansible content around STIGs.
It works on the major OSes Installers for Windows and MacOS are available with deb/rpms coming later.
Major 'cool' things:
- No requirement to have node on your system even though it was developed with node
- No internet requirement. Every single publicly available xccdf is bundled with the utility.
- Simple updates. I'll be adding this into CI so that it can scoop up any new releases/revisions with a one day delay at most. Then you can just do stig update from your computer and it will update anything it needs to (obviously updates in this manner require internet access).
It's a strong beta and I'm sure there are some bugs, but feel free to take it for a spin!
-Jonathan