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
- Navigate to Hashsecured.clockhash.com and log in.
- From the main dashboard, select the project you want to scan.
- Click on the Start New Scan button.
- Select the type of scan you wish to perform:
- 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.
- Enter the required information:
- For Git Repo, provide the URL in
owner/repository
format and specify the branch. - For Docker Image, provide the image name with tag.
- For Web URL, provide the full URL of the application.
- For Git Repo, provide the URL in
- Click Start Scan. The scan will appear in the dashboard, and progress can be monitored in real-time.