mirror of
https://github.com/github/codeql-action.git
synced 2026-04-29 02:18:47 +00:00
Remove unused registry types from LANGUAGE_TO_REGISTRY_TYPE
This commit is contained in:
+5
-4
@@ -225,12 +225,13 @@ function isPAT(value: string) {
|
||||
}
|
||||
|
||||
const LANGUAGE_TO_REGISTRY_TYPE: Partial<Record<KnownLanguage, string[]>> = {
|
||||
actions: [],
|
||||
java: ["maven_repository"],
|
||||
csharp: ["nuget_feed"],
|
||||
javascript: ["npm_registry"],
|
||||
python: ["python_index"],
|
||||
ruby: ["rubygems_server"],
|
||||
rust: ["cargo_registry"],
|
||||
javascript: [],
|
||||
python: [],
|
||||
ruby: [],
|
||||
rust: [],
|
||||
go: ["goproxy_server", "git_source"],
|
||||
} as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user