You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`--files` option was renamed to `--to`. Its functionality was extended to account for more cases. See README.md for more information.
6
-
7
-
* a `--j2eo-version` was added, that specified which version of J2EO should be downloaded (if the download happens)
8
-
9
-
* Before writing to the output directory, its contents are cleaned up to avoid confusing the output from the analyzer with files from previous runs residual files.
3
+
* Fixed a bug which caused the CLI to crash when analyzing an empty directory with J2EO.
4
+
* Fixed generation of the aggregated SARIF output. Now it generates a single `sarifLog` object with a `run` object for each of the files it was run on. The file location can be found at `sarifLog.runs[i].artifacts[0].location.uri`.
0 commit comments