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β
- Create the scan β pick mode, target, auth, crawl depth, and tests.
- Monitor progress β watch crawl and active scan phases in real time.
- Triage findings β filter by severity, confirm, or dismiss as false positive.
- Export or send β download a SARIF/JSON report or push issues into your tracker.
- Schedule β re-run on a cron so drift gets caught automatically.
Detailed guidesβ
β
Create a scan
β
Walk through the 4-step Create DAST Scan dialog β mode, auth, crawling, security tests.
π
Monitor scans
β
Track live progress, view logs, and stop runaway scans.
π‘οΈ
Manage findings
β
Triage, group, and track vulnerabilities across scans.
ποΈ
Schedule scans
β
Run on a cron or on every deploy.
π€
Export reports
β
Download SARIF, JSON, or PDF reports.
π οΈ
Troubleshooting
β
Common dashboard issues and fixes.
Dashboard vs CLI β which should you use?β
| You want to⦠| Use |
|---|---|
| Run a one-off scan and show results to someone | Dashboard |
| Let non-engineers trigger scans | Dashboard |
| Gate PRs in CI on scan results | CLI |
| Check a scan config into git | CLI with levo-dast.yml |
| Scan internal services behind your firewall | Both β 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?