File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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}}
You can’t perform that action at this time.
0 commit comments