@runloop/api-client - v1.4.0
    Preparing search index...

    Interface InspectionSource

    Use a RepositoryInspection a source of a Blueprint build.

    interface InspectionSource {
        inspection_id: string;
        github_auth_token?: string | null;
    }
    Index

    Properties

    inspection_id: string

    The ID of a repository inspection.

    github_auth_token?: string | null

    GitHub authentication token for accessing private repositories.