Security Tab
The Security tab in your Deployment dashboard helps you identify potential vulnerabilities in your deployment domain through automated security scans.

π οΈ What Tests Are Available?β
The Security tab supports three major types of scans:
- Nmap β Port scanning
- Wapiti β Web vulnerability scanner
- OWASP ZAP β Dynamic application security testing (DAST)
You can trigger these scans in two ways:
- Run manually at any time using the Run Now button.
- Schedule scans to run periodically using cron-like options such as every 2 hours, daily, or weekly.

π₯ Downloading Reportsβ
Once a scan is complete, an HTML report is generated for review. You can download the report from The specific test tab (e.g. Nmap) or from the Overview tab table


π Scheduling Scansβ
To schedule recurring security scans:
- Go to the respective tab (Nmap, Wapiti, or ZAP)
- Click on a schedule option: Daily, Weekly, Monthly, etc.
- The scan will now run automatically based on the selected schedule.
You can also view:
- Last Scan timestamp
- Schedule (e.g. Every 1 day, Weekly, etc.)
- Status β whether the test is actively scheduled or not

Once a schedule is set, the test status updates to Active, and the exact schedule (e.g. "Weekly") is displayed clearly.

π§βπ» Why This Mattersβ
These automated scans help you:
- Detect open ports, outdated software, and exposed endpoints
- Uncover misconfigurations or insecure web behaviors
- Stay ahead of vulnerabilities before theyβre exploited
By regularly reviewing and acting on these reports, you can significantly improve the security of your application and domain.