-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SC-SAST: Provide ability to pass custom targs/sargs when starting scan #449
Comments
Duplicate of #198, but keeping this one as it contains slightly more information. |
There is already PR #487, however:
In general, these are the challenges that we face from an fcli perspective:
Actually, some of these challenges may now also apply to ScanCentral Client itself; previously client and sensor version were tightly coupled, but this is no longer the case given the new So far, the following options to add support for scan arguments in fcli (including identifying which local files need to be included in the payload) have crossed our minds. Note that based on conventions, all fcli option names (apart from single-letter options) need to have a double dash
With regards to the last option, of course we could also consider a different prefix, for example |
We have many customers that pass custom
targs/sargs
when starting ScanCentral scans remotely, including:-filter
)-rules
)-scan-precision
)/ scan policy (-scan-policy
)We need to update
sc-sast start scan
command with additional forsargs
andtargs
. Although thescancentral package
command accepts atargs
options it doesn't appear to accept ansargs
option and in case, from the documentation:So we should add these options to our
start
command.The text was updated successfully, but these errors were encountered: