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

    Interface SecretHit

    interface SecretHit {
        id: string;
        kind: string;
        line: number;
        path: string;
        redacted: string;
        risk: string;
    }
    Index
    id: string
    kind: string
    line: number
    path: string
    redacted: string

    the matching line with the value replaced; the value itself is never returned or printed

    risk: string