drupflare/drangler - v0.1.0
    Preparing search index...

    Interface ScanReport

    interface ScanReport {
        hits: SecretHit[];
        scanned: string[];
        skipped: { path: string; reason: string }[];
    }
    Index
    hits: SecretHit[]
    scanned: string[]
    skipped: { path: string; reason: string }[]