Skip to Content
Hashsecured v1.0 is released 🎉
CI/CDRunning Manual Scans

Running Manual Scans

You can initiate scans directly from the Hashsecured dashboard at any time. This is useful for on-demand security checks or for projects that are not integrated with a CI/CD pipeline.

How to Perform a Manual Scan

  1. Navigate to hashsecured.com  and log in.
  2. Create a Team or join an existing one.
  3. If the team has no projects, create a project and provide the required information, such as:
    • GitHub repository
    • Docker image tag
    • Deployed URL
    • PAT if the repository is private
  4. From the main dashboard under Playground, select the project you want to scan.
  5. Select the type of scan:
    • Git Repo (SAST): Scans a source code repository.
    • Docker Image (Container): Scans a public container image.
    • Web URL (DAST): Scans a live, running web application.
  6. For SAST, select the branch to scan.
  7. Click Start Scan. The scan will appear in the dashboard, and progress can be monitored in real-time.