Skip to main content

Findings

probely findings - CLI interface

List existing findings

probely findings {get} ...

probely findings get

List findings. Use filters or identifiers to narrow the list

probely findings get [-h] [--api-key API_KEY] [--debug] [--f-scans F_SCANS [F_SCANS ...]]
[--f-severity {LOW,MEDIUM,HIGH} [{LOW,MEDIUM,HIGH} ...]]
[--f-state {FIXED,NOT_FIXED,ACCEPTED,RETESTING} [{FIXED,NOT_FIXED,ACCEPTED,RETESTING} ...]]
[--f-targets F_TARGETS [F_TARGETS ...]] [--f-search SEARCH_TERM]
[--f-is-new {TRUE,FALSE}] [-o {YAML,JSON}]
[FINDING_ID [FINDING_ID ...]]

probely findings positional arguments

  • FINDING_ID - Identifiers of the findings to list

probely findings optional arguments

  • -h, --help - show this help message and exit
  • --api-key API_KEY - Authorization token to make requests to the API
  • --debug - Enables debug mode setting
  • --f-scans F_SCANS - Filter findings by list of origin scans
  • --f-severity F_SEVERITY - Filter findings by list of severities
  • --f-state F_STATE - Filter findings by list of states
  • --f-targets F_TARGETS - Filter findings by list of origin targets
  • --f-search SEARCH_TERM - Filter findings matching definition name, value, labels, or the target URL
  • --f-is-new F_IS_NEW - Filter new findings
  • -o OUTPUT, --output OUTPUT - Changes the output formats based on presets