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 cddf62c commit 78f1f0bCopy full SHA for 78f1f0b
.github/workflows/endor_labs_pr_scan.yml
@@ -31,7 +31,7 @@ jobs:
31
working-directory: ${{env.BUILD}}
32
run: |
33
cmake .. -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_CXX_STANDARD=${{env.CXX_STANDARD}} -DENABLE_TESTS=ON
34
- git add build/_deps
+ git add _deps
35
git commit -m "Add build/_deps"
36
37
- name: Endor Labs - Pull Request Scan
etc/sbom/config.py
@@ -40,7 +40,6 @@
40
# Run string replacements to correct for this:
41
endor_components_rename = [
42
['pkg:generic/zlib.net/zlib', 'pkg:github/madler/zlib'],
43
- ['pkg:github/philsquared/clara', 'pkg:github/catchorg/clara'],
44
# in case of regression
45
['pkg:generic/github.com/', 'pkg:github/'],
46
['pkg:c/github.com/', 'pkg:github/'],
0 commit comments