-
Notifications
You must be signed in to change notification settings - Fork 1.7k
C#: Port the java FrameworkCoverage query. #8869
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
C#: Port the java FrameworkCoverage query. #8869
Conversation
@henrymercer : I have just ported the java Framework Coverage query to C# and included the generation of the sarif in the workflow. Do you know, there is some other functionality around that reads the sarif output files (the artifacts) from the workflow execution or is it just for manual downloading? :-) Anything you know about this would help :-) |
Hi @michaelnebel 👋 The ingestion into the data warehouse happens via the My understanding is that the workflow artifact created by |
Aha, that is good to know! And thank you very much for helping out! 😄 I just to a brief look at the source code for the codeql-action/upload-sarif, but couldn't really figure out, whether changing the name of the sarif file for the existing Java reporting will have other side-effects somewhere downstream or if it is only the content of the file that matters (which should be identical to before). If we can verify that (1) does not cause in problems, then the PR can probably be merged almost as is. |
No problem!
The file name doesn't matter for the processing — only its content.
I've answered this on the internal issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks plausible to me.
2c2ca1b
to
57fc4d9
Compare
Needed to rebase due to a merge conflict (update of the action upload-artifact to v3). |
Co-authored-by: Henry Mercer <henry.mercer@me.com>
In this PR we