Skip to content

Commit da4af95

Browse files
git rm .gitignore
1 parent 78f1f0b commit da4af95

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/endor_labs_pr_scan.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +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 _deps
35-
git commit -m "Add build/_deps"
34+
git rm .gitignore # prevent exclusion of build/_deps from endorctl scan
3635
3736
- name: Endor Labs - Pull Request Scan
3837
uses: endorlabs/github-action@519df81de5f68536c84ae05ebb2986d0bb1d19fc # v1.1.8

etc/sbom/metadata.cdx.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"scope": "required"
211211
},
212212
{
213-
"bom-ref": "pkg:github/catchorg/clara@{{VERSION}}",
213+
"bom-ref": "pkg:github/philsquared/clara@{{VERSION}}",
214214
"type": "library",
215215
"author": "Phil Nash",
216216
"group": "catchorg",
@@ -225,10 +225,10 @@
225225
}
226226
],
227227
"copyright": "Copyright 2017 Two Blue Cubes Ltd. All rights reserved.",
228-
"purl": "pkg:github/catchorg/clara@{{VERSION}}",
228+
"purl": "pkg:github/philsquared/clara@{{VERSION}}",
229229
"externalReferences": [
230230
{
231-
"url": "https://github.com/catchorg/clara.git",
231+
"url": "https://github.com/philsquared/clara.git",
232232
"type": "distribution"
233233
}
234234
],
@@ -271,7 +271,7 @@
271271
{
272272
"ref": "pkg:github/catchorg/catch2@{{VERSION}}",
273273
"dependsOn": [
274-
"pkg:github/catchorg/clara@{{VERSION}}"
274+
"pkg:github/philsquared/clara@{{VERSION}}"
275275
]
276276
},
277277
{
@@ -284,7 +284,7 @@
284284
]
285285
},
286286
{
287-
"ref": "pkg:github/catchorg/clara@{{VERSION}}",
287+
"ref": "pkg:github/philsquared/clara@{{VERSION}}",
288288
"dependsOn": []
289289
},
290290
{

0 commit comments

Comments
 (0)