-
Notifications
You must be signed in to change notification settings - Fork 47
Conversation
Codecov Report
@@ Coverage Diff @@
## main #75 +/- ##
=======================================
Coverage 94.70% 94.70%
=======================================
Files 42 42
Lines 567 567
Branches 94 94
=======================================
Hits 537 537
Misses 30 30 Continue to review full report at Codecov.
|
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 good other than the modified changelog
lgtm 🔐 |
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.
lgtm
Out of date branch and maintainers don't have permission to write to the source branch so I can't merge this until it is updated. |
Rebased! |
@xukaren Sorry but you will need to rebase again :/ Could you allow us to write on your fork so we don't need to bother you in the future ? |
@xukaren Thanks ! |
Motivation
Follow up to issue open-telemetry/oteps#144
CodeQL is GitHub's static analysis engine which scans repos for security vulnerabilities. As the project grows and we near GA it might be useful to have a workflow which checks for security vulnerabilities with every PR so we can ensure every incremental change is following best development practices. Also passing basic security checks will also make sure that there aren't any glaring issues for our users.
Changes
This PR adds CodeQL security checks to the repo
Workflow Triggers
cc- @alolita