1 parent 0c2cc7f commit d4216e5Copy full SHA for d4216e5
1 file changed
internal/scanner/urls/urls.go
@@ -54,7 +54,7 @@ func RunKatanaPhase(domain string) error {
54
logger.GetLogger().Infof("[INFO] Katana: no URLs found for %s", domain)
55
// Write no-findings sentinel so the dashboard shows the module as completed
56
if scanID := utils.GetCurrentScanID(); scanID != "" {
57
- _ = utils.WriteNoFindingsJSON(scanID, dirDomain, "katana-crawler")
+ _ = utils.WriteNoFindingsJSON(scanID, dirDomain, "katana-crawler", "katana-no-findings.json")
58
}
59
return nil
60
0 commit comments