Skip to content

Commit 21f381f

Browse files
--include-path=\"build/_deps/**\"
1 parent da4af95 commit 21f381f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/endor_labs_pr_scan.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,14 @@ jobs:
3636
- name: Endor Labs - Pull Request Scan
3737
uses: endorlabs/github-action@519df81de5f68536c84ae05ebb2986d0bb1d19fc # v1.1.8
3838
with:
39-
additional_args: "--languages=c"
39+
additional_args: "--languages=c --include-path=\"build/_deps/**\""
4040
enable_pr_comments: true
4141
github_token: ${{ secrets.GITHUB_TOKEN }} # Required for endorctl to write pr comments
4242
log_level: info
4343
log_verbose: false
4444
namespace: mongodb.${{github.repository_owner}}
4545
pr: true
4646
scan_dependencies: true
47-
scan_path: build/_deps
4847
scan_summary_output_type: "table"
4948
tags: github_action
5049
env:

0 commit comments

Comments
 (0)