-
Notifications
You must be signed in to change notification settings - Fork 351
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
Warning: Some packages could not be found #1980
Comments
Thanks for reporting this. The error message suggests that this can be fixed by using a custom build command. Have you tried that? I'm not sure CodeQL "understands" the |
Hi, thanks for the reply! I have added my custom build command and now the warnings are gone, however, it is still not running queries for the files in the
which seems to suggest no error is found. Does it mean that the codeql has intentionally filtered out that package? How can I tell codeql to run query on that package as well? Any suggestion would be helpful! Thanks! |
Hi guys, I ran the Golang CodeQL checks on this repository: https://github.com/CiscoDevNet/terraform-provider-cdo and found that it is unable to resolve some references. Those references are replaced in the
go.mod
file to a local package like this:however, it seems like the tool does not recognise this:

May I know how can I resolve this? Any help is appreciated!
The text was updated successfully, but these errors were encountered: