Alex Gendry

Results 4 comments of Alex Gendry

Below fix to be moved to another PR: [#491](https://github.com/fortify/fcli/pull/491) fix: `ssc create`: the `--attrs` now supports multiple attributes with multiple values

[The documentation](https://www.microfocus.com/documentation/fortify-software-security-center/2320/SC_SAST_Help_23.2.0/index.htm#cli/sargs-options.htm?TocPath=Fortify%2520ScanCentral%2520SAST%2520Command-Line%2520Options%257C_____12) lists the supported options : And yes, for custom rules and filter files, they have to be available on the sensors. For the custom rules, we can upload...

I just checked, for `-filters filter.txt` scancentral client adds the filter.txt in the zip payload : And it does so for both cmds : - `scancentral start [...] -filters filter.txt`...

indeed. What about adding an `--include-file rule.xml` option to insert a file in the outer zip ? we could also do it automatically like `scancentral` does, and have the 3...