mirror of
https://github.com/github/codeql-action.git
synced 2026-05-07 22:30:44 +00:00
Accept replaces-base option
This commit is contained in:
@@ -246,6 +246,8 @@ export function credentialToStr(credential: Credential): string {
|
||||
export type Registry = {
|
||||
/** The type of the package registry. */
|
||||
type: string;
|
||||
/** Whether the registry replaces the base registry for the ecosystem. */
|
||||
"replaces-base"?: boolean;
|
||||
} & Address;
|
||||
|
||||
// If a registry has an `url`, then that takes precedence over the `host` which may or may
|
||||
|
||||
Reference in New Issue
Block a user