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
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?