fortify / fcli

fcli is a command-line utility for interacting with various Fortify products
https://fortify.github.io/fcli/
Other
32 stars 22 forks source link

feat: fcli sc-sast session login: Allow for overriding SC SAST Controller URL (resolves #611) #634

Closed SangameshV closed 1 week ago

SangameshV commented 2 weeks ago

Added support in FCLI to accept an optional argument --ctrl-url which accepts the controller URL and in such cases the user input overrides the controller URL fetched from the SSC configurations.

Example Command: sc-sast session login --ssc-url="http****" --ctrl-url "http**" -u**** -p -c****!

rsenden commented 1 week ago

Superseded by #645