-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Plugin/CodeQL: Skip CodeQlBuildPlugin if --skipbuild is given (#205)
## Description The CodeQlBuildPlugin currently won't actually build a database if `--skipbuild` is present. However, it will perform the preparation work like creating a database result directory. This change prevents any functionality from the build plugin from running if `--skipbuild` is given. This allows the CodeQL plugin to work well with using that parameter to only analyze results in a database already generated. - [x] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? ## How This Was Tested Verified the `CodeQlBuildPlugin` does not run in pre-build if `--skipbuild` is present. ## Integration Instructions N/A Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
- Loading branch information
1 parent
57f7325
commit 15d7682
Showing
1 changed file
with
91 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters