Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli): 'vul scan run' command can poll for status
The command `lacework vul scan run` has now a `--poll` flag that will lock the command and track the progress of the scan until completion. ``` $ lacework vulnerability scan run index.docker.io techallylw/lacework-cli-ubuntu18 latest --poll A new vulnerability scan has been requested. (request_id: 7ac5dac2-7381-432f-8e64-d24105faf44a) CONTAINER IMAGE DETAILS | VULNERABILITIES ------------------------------------------------------------------------------------------+--------------------------------- ID sha256:8691d91057442af854be19c2d75c976e7cfca7c5aca8a6ef4498d9bd4d56a644 | SEVERITY COUNT FIXABLE Digest sha256:9781fc23fc36970652acdfba82432637c059ea9f66bed9c5500a9d9cd6106f37 | -----------+-------+---------- Registry index.docker.io | Critical 0 0 Repository techallylw/lacework-cli-ubuntu18 | High 0 0 Size 32.5 MB | Medium 5 0 Created At 2020-04-21T18:00:00+0000 | Low 18 0 Tags latest | Info 11 0 | ``` Signed-off-by: Salim Afiune Maya <[email protected]>
- Loading branch information