Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork966
chore: Enable codeql action#1454
chore: Enable codeql action#1454naveensrinivasan wants to merge 1 commit intogitpython-developers:mainfrom
Conversation
This action runs GitHub's industry-leading semantic code analysis engine,CodeQL, against a repository's source code to find security vulnerabilities.https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeqlhttps://github.com/ossf/scorecard/blob/main/docs/checks.md#sastSigned-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
Byron commentedMay 31, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Thanks a lot! Can you make it so it only runs once all tests have passed? |
naveensrinivasan commentedMay 31, 2022
I can ignore the tests folder in this PR. |
Byron commentedMay 31, 2022
Thanks! Can you also make it so it only runs once all tests have passed? |
naveensrinivasan commentedMay 31, 2022
I can do that in the next PR. |
Byron left a comment
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.
Alright, I will be waiting for exclusion of tests in this PR, so the dependency adjustment can be happening in the next one (even though I think it could happen in this one as well, but that might be a misconception).
naveensrinivasan commentedJul 4, 2022
I am going to close this for now. I can probably pick it up later. Thanks |
This action runs GitHub's industry-leading semantic code analysis engine,
CodeQL, against a repository's source code to find security vulnerabilities.
https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql
https://github.com/ossf/scorecard/blob/main/docs/checks.md#sast
Signed-off-by: naveen172697+naveensrinivasan@users.noreply.github.com