-
Notifications
You must be signed in to change notification settings - Fork 70
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
Talk about CodeQL from GitHub #564
Labels
Comments
11 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is part of the epic #462 on quality.
This is part of the epic #586 on badges.. Badge card is here: #597
We have this turned on in GitHub actions. It is a checkbox to enable, but no one is sure what it does, or how to see reports.
Delete codeql action from mjp and re-add according to what you did in the tutorial. The next two items might not be an issue after doing this step.Resolve the CodeQL warnings (see image below).Add a custom GH action file to enable CodeQL -- the default is not helping us.Need a negative test
We should be able to force CodeQL to fail in CI as validation it is working.
See
codeql-test
branch.Out of scope
See https://docs.github.com/en/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning.
CodeQL is a feature from GitHub enabled in https://github.com/binkley/modern-java-practices/settings/security_analysis.
Example warning message:
relevant link: https://medium.com/@joas.brito/codeql-finding-security-vulnerabilities-in-your-code-52f5bf28e7f
The text was updated successfully, but these errors were encountered: