@squidcloud/client
    Preparing search index...

    Interface SourceCodeRef

    Identifies the captured repository reference behind a finding.

    interface SourceCodeRef {
        name: string;
        type: "branch" | "tag" | "commit";
    }
    Index
    name: string

    Stores the captured reference name.

    type: "branch" | "tag" | "commit"

    Identifies the reference kind.