Closed eemcmullan closed 1 month ago
Can we just run the static report from the main process rather than call the binary via script? IIUC what is happening
@shawn-hurley The first step of static report does run from main, which creates the output.js file. The script is there just because the second step required in generating the static report, building the dir and moving over the output.js file and then moving that dir into user output, requires a decent amount of chaining commands. Just thought the script made things more straight-forward, but could be wrong.
See docs/containerless.md for testing instructions