-
Notifications
You must be signed in to change notification settings - Fork 2
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
Evaluate codeQL on e.g. on https://github.com/arburk/fishbone #245
Comments
what is cQL ? |
CodeQL |
Conducted the tutorials https://help.semmle.com/QL/learn-ql/beginner/ql-tutorials.html and played around a little. Would like to discuss with someone also interested in this topic. |
Let‘s do that! |
current status & ideas
next steps
|
Catch: works as designed - see https://github.com/github/codeql/blob/main/java/ql/test/query-tests/UseBraces/UseBraces.java |
Next step(s)
Postponed
|
The generated sarif can be added as artifact by the following workflow step - name: Archive sarif files
uses: actions/upload-artifact@v2
with:
name: Sarif file from codeQL scan
path: /home/runner/work/fishbone/results/java-builtin.sarif The path needs to be adjusted to related repo of course 😉 |
agenda for security show & tell (@MarkusTiede, @arburk)
experiences so far
|
Evaluation is completed so far. Followup story to be created for an integrated usage with Jenkins/Sonarqube |
https://github.com/github/codeql
The text was updated successfully, but these errors were encountered: