You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the false positive
When I use 'codeql database create ./ --language="go"' to create a database, the yaml files in the project will not be included in the database
Code samples or links to source code
URL to the alert on GitHub code scanning (optional)
The text was updated successfully, but these errors were encountered:
Presently the Go database schema doesn't have the tables needed for YAML information. The Ruby, Python, JavaScript and Rust database schema can do so, and there's no reason Go or other languages shouldn't be able to include YAML files on request, though our default queries wouldn't use any YAML information per default. I'll take a look at making this uniform across languages.
Description of the false positive
When I use 'codeql database create ./ --language="go"' to create a database, the yaml files in the project will not be included in the database
Code samples or links to source code
URL to the alert on GitHub code scanning (optional)
The text was updated successfully, but these errors were encountered: