fortify / fcli

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

`fcli ssc session login`: No 'missing required option' error if credentials not specified #326

Closed rsenden closed 1 year ago

rsenden commented 1 year ago

If no (user or token) credentials are provided, the fcli ssc session login command should fail with a message stating that either user credentials or token are required. However, the command doesn't fail with any error messages, and creates a token-based session even though the token is null.