For github repositories that save a copy of their databases, the extension should have a command that downloads and installs the database, similar to how we do it for LGTM databases.
There is already an API endpoint available:
gh api /repos/{owner}/{repo}/code-scanning/codeql/databases/<lang>
Is there a way to determine which database languages are available for any given repo before downloading?
The text was updated successfully, but these errors were encountered:
For github repositories that save a copy of their databases, the extension should have a command that downloads and installs the database, similar to how we do it for LGTM databases.
There is already an API endpoint available:
Is there a way to determine which database languages are available for any given repo before downloading?
The text was updated successfully, but these errors were encountered: