We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4af95 commit 21f381fCopy full SHA for 21f381f
.github/workflows/endor_labs_pr_scan.yml
@@ -36,15 +36,14 @@ jobs:
36
- name: Endor Labs - Pull Request Scan
37
uses: endorlabs/github-action@519df81de5f68536c84ae05ebb2986d0bb1d19fc # v1.1.8
38
with:
39
- additional_args: "--languages=c"
+ additional_args: "--languages=c --include-path=\"build/_deps/**\""
40
enable_pr_comments: true
41
github_token: ${{ secrets.GITHUB_TOKEN }} # Required for endorctl to write pr comments
42
log_level: info
43
log_verbose: false
44
namespace: mongodb.${{github.repository_owner}}
45
pr: true
46
scan_dependencies: true
47
- scan_path: build/_deps
48
scan_summary_output_type: "table"
49
tags: github_action
50
env:
0 commit comments