Skip to content

Commit d4216e5

Browse files
committed
fix(katana): add missing filename arg to WriteNoFindingsJSON
1 parent 0c2cc7f commit d4216e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/scanner/urls/urls.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func RunKatanaPhase(domain string) error {
5454
logger.GetLogger().Infof("[INFO] Katana: no URLs found for %s", domain)
5555
// Write no-findings sentinel so the dashboard shows the module as completed
5656
if scanID := utils.GetCurrentScanID(); scanID != "" {
57-
_ = utils.WriteNoFindingsJSON(scanID, dirDomain, "katana-crawler")
57+
_ = utils.WriteNoFindingsJSON(scanID, dirDomain, "katana-crawler", "katana-no-findings.json")
5858
}
5959
return nil
6060
}

0 commit comments

Comments
 (0)