-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Including the external files in database create #17027
Comments
Hi @aaaayush-n 👋 Thanks for the question! Interestingly, we just merged a change recently which allows you to set |
7ca57e1 is not in branch |
Cool, Thanks! |
Yes, CodeQL 2.18.1 has been released: https://github.com/github/codeql-cli-binaries/releases/tag/v2.18.1 |
I want to run
codeql database create
for a golang project and I want to also include the vendor file. By default the database create command skips dependencies of a project to be included. I want to include the dependencies in my database.How do I proceed with this?
The text was updated successfully, but these errors were encountered: