v1.1.0 - Easier export reports access, add more uniqueness to file name
Previously, any exported reports were being stored in a temporary directory that was not trivially to access manually. These reports are now being stored in a reports directory in the root of the project directory.
Also, since some scans can be ran multiple time in a single day, report names needed to be more unique so files don't get overwritten and also that make sure all files are exported. This is done using the history id.
What's Changed
- Add history id in file name if it exists by @nicpenning in #6
Full Changelog: 1.0.0...v1.1.0