Skip to main content

Scan from the Dashboard

End-to-end narrative for running a DAST scan from the Levo UI β€” from creating the scan to exporting the report. If you've done the Quickstart, this page fills in the parts you skipped.

The happy path​

  1. Create the scan β†’ pick mode, target, auth, crawl depth, and tests.
  2. Monitor progress β†’ watch crawl and active scan phases in real time.
  3. Triage findings β†’ filter by severity, confirm, or dismiss as false positive.
  4. Export or send β†’ download a SARIF/JSON report or push issues into your tracker.
  5. Schedule β†’ re-run on a cron so drift gets caught automatically.

Detailed guides​

Dashboard vs CLI β€” which should you use?​

You want to…Use
Run a one-off scan and show results to someoneDashboard
Let non-engineers trigger scansDashboard
Gate PRs in CI on scan resultsCLI
Check a scan config into gitCLI with levo-dast.yml
Scan internal services behind your firewallBoth β€” use a Kubernetes worker

Most teams use both: dashboard for ad-hoc investigation, CLI for CI enforcement.


Next β†’ Create a scan

Was this page helpful?