Skip to content

Commit 99fad4f

Browse files
revert to full scan
1 parent 71156e7 commit 99fad4f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/generate_sbom.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ jobs:
5555
# echo "cat .endorctl/scanprofile.yaml"
5656
# cat .endorctl/scanprofile.yaml
5757

58-
- name: Rename build folder # Endor Labs will automatically try to exclude "build"
59-
run: |
60-
mv build third_party
61-
git add third_party
58+
# - name: Rename build folder # Endor Labs will automatically try to exclude "build"
59+
# run: |
60+
# mv build third_party
61+
# git add third_party
6262

6363
- name: Install endorctl and Scan with Endor Labs
6464
uses: endorlabs/github-action@519df81de5f68536c84ae05ebb2986d0bb1d19fc # Release v1.1.8
6565
with:
66-
additional_args: "--languages=c --include-path=third_party/**"
66+
additional_args: "--languages=c"
6767
log_level: info
6868
log_verbose: false
6969
namespace: mongodb.${{github.repository_owner}}

0 commit comments

Comments
 (0)