Skip to content
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

Add CodeQL helper functions #646

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

makubacki
Copy link
Member

Adds a new file that contains functions are intended to ease repo
integration with CodeQL, ensure consistent command-line usage across
repos, and define standard scopes that other plugins and tools can
depend on for CodeQL operations.

@makubacki
Copy link
Member Author

Note: Previously, these functions were imported from a module in mu_basecore. It's desirable to make these available to projects outside mu_basecore but also allow the functions to be accessed without requiring a clone of the entire mu_basecore repo.

@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Merging #646 (9c68dca) into master (2d2521a) will increase coverage by 0.08%.
Report is 2 commits behind head on master.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #646      +/-   ##
==========================================
+ Coverage   78.65%   78.73%   +0.08%     
==========================================
  Files          48       49       +1     
  Lines        4797     4816      +19     
==========================================
+ Hits         3773     3792      +19     
  Misses       1024     1024              
Files Changed Coverage Δ
edk2toolext/codeql.py 100.00% <100.00%> (ø)
edk2toolext/environment/conf_mgmt.py 100.00% <100.00%> (ø)

docs/user/features/codeql.md Show resolved Hide resolved
docs/user/features/codeql.md Show resolved Hide resolved
docs/user/features/codeql.md Outdated Show resolved Hide resolved
docs/user/features/codeql.md Outdated Show resolved Hide resolved
Adds a new file that contains functions are intended to ease repo
integration with CodeQL, ensure consistent command-line usage across
repos, and define standard scopes that other plugins and tools can
depend on for CodeQL operations.

Signed-off-by: Michael Kubacki <[email protected]>
@Javagedes Javagedes merged commit 2c81402 into tianocore:master Sep 6, 2023
22 of 25 checks passed
@Javagedes Javagedes added the enhancement New feature or request label Sep 6, 2023
@Javagedes Javagedes added this to the v0.24.1 milestone Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants