-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filter vendor and test CodeQL results
Skip scanning for files under the `test/` or `vendor/` directories, or for `_test.go` files. Neither the Go or C/C++ CodeQL scanning support the `path-ignore` config options, raising the warning: ``` Path filters have no effect for Go Go does not support path-based filtering. The paths and paths-ignore configuration properties will have no effect for this language. ``` Use the recommended `advanced-security/filter-sarif` action to instead filter results, based on [provided example](https://github.com/advanced-security/filter-sarif?tab=readme-ov-file#example). Remove the config file since there is nothing to configure. Additionally, build the `securitypolicy.exe` and `dmverity-vhd` binaries during CodeQL, and `securitypolicy` during the normal build CI. Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
- Loading branch information
Showing
3 changed files
with
45 additions
and
11 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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