Ruud Senden
Ruud Senden
@rohitbaryha1, can you please update the following? - Instead of `-r` / `--report-file` parameter, please use `-f` / `--file` for consistency with other actions and fcli commands. - Consider adding...
Not too familiar with DAST scanning; would this likely be a new scan request with exact same target and parameters, or could this be a completely different scan request? If...
Hi @dgacias, thanks for confirming that the suggested command works. Most fcli commands accept either a name or id, we'll need to check why this isn't the case for assessment...
Hey @MikeTheSnowman, thanks for the suggestion. This is something that has been on my mind as well, however some potential issues: - As we're a security company, ideally file integrity...
Hi @MikeTheSnowman, fcli doesn't check (default) installation directories to identify whether a particular tool has been installed or not; it keeps state data about installed tools in the fcli state...
Any fcli commands covering these endpoints should probably go into `fcli fod access-control`.
What about having an fcli `update-entitlements` action that takes old and new entitlement id's as input, then iterates through all existing scan setups and updates entitlementId if current scan setup...
@kadraman Any idea whether this is still relevant, or whether any improvements on the FoD side have been made to better handle this?
Indeed, you can use any SpEL expression in variable references, which could be useful in some cases, so we might consider adding this to the documentation. However, still somewhat in...
Implemented for `fcli fod sast-scan setup` in 855d4f3ecb3ccfc6b59cb7b9b90172c4b00ad3f3, still needs to be implemented for other scan types. Ideally, this should be generic functionality (in a new `AbstractFoDScanSetupCommand` class, also see...