MalInt
    Preparing search index...

    Type Alias Repository

    Repository connection details for a forge instance.

    type Repository = {
        baseAddress: string;
        buildingBranch: string;
        configurationPath: string;
        name: string;
        ownerUsername: string;
        token?: string;
    }
    Index

    Properties

    baseAddress: string

    Base URL of the forge instance.

    buildingBranch: string

    Branch used to build the container and malware.

    configurationPath: string

    Path to the repository configuration file.

    name: string

    Repository name.

    ownerUsername: string

    Repository owner or namespace.

    token?: string

    Access token for the forge API.