-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Empty analyze results when running with microsoft/[email protected] #17785
Comments
Thanks for your question. I will forward your request to the appropriate team. This script will run the following queries: https://github.com/github/codeql/tree/main/cpp/ql/src/Diagnostics and export the results as CSV. The results will give you an indication whether all the required files were indexed and if there were issues with extracting files. |
Thanks for quick response! I'm afraid i won't be able to run that bash script since I'm working on Windodws OS. What I've done is manualy created that disagnostic suite and downloaded cpp-queries and cpp-all and run following powershell:
And that doesn't work for me:
|
OK - I've managed to run simplified version of my script:
but using instead codeql bundle of standalone codeql I have had before. Now I found 2 errors in generated csv files:
|
This issue is stale because it has been open 14 days with no activity. Comment or remove the |
What I'm trying to do is run microsoft/[email protected] test set against windows kernel driver code so that I can generate DVL file from codeql SARIF file for MS HLK (certification). Code compiles fine and codeql runs without any errors, but result file is empty (both SARIF and CSV I've tried for debugging). I have even injected some code that should have been flagged as an issue to be sure.
I'm running following (batch) script from sources root (c:\workspace):
Codeql output is like:
Could you please help me debug this issue? Where to look for a problem ?
The text was updated successfully, but these errors were encountered: