Skip to content

Commit 78f1f0b

Browse files
git add _deps
1 parent cddf62c commit 78f1f0b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/endor_labs_pr_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
working-directory: ${{env.BUILD}}
3232
run: |
3333
cmake .. -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_CXX_STANDARD=${{env.CXX_STANDARD}} -DENABLE_TESTS=ON
34-
git add build/_deps
34+
git add _deps
3535
git commit -m "Add build/_deps"
3636
3737
- name: Endor Labs - Pull Request Scan

etc/sbom/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
# Run string replacements to correct for this:
4141
endor_components_rename = [
4242
['pkg:generic/zlib.net/zlib', 'pkg:github/madler/zlib'],
43-
['pkg:github/philsquared/clara', 'pkg:github/catchorg/clara'],
4443
# in case of regression
4544
['pkg:generic/github.com/', 'pkg:github/'],
4645
['pkg:c/github.com/', 'pkg:github/'],

0 commit comments

Comments
 (0)