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

SC-DAST: Commands for checking scan status & blocking until scan completion should move to dast-scan tree #24

Closed rsenden closed 2 years ago

rsenden commented 3 years ago

The fcli dast-scan command tree is meant for preparing, running, and managing DAST scans. This includes functionality like waiting for scan completion, checking scan status, acting on scan results, ...

Currently some of this functionality is in the fcli get tree, which is meant to get arbitrary data independent of what scans are currently running (although the 'get' tree could have commands for listing all scans including scan status, it's not meant to wait for scan completion and such),

rsenden commented 2 years ago

No longer relevant, as all SC DAST commands are now in the sc-dast module