File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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 ],
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 {
284284 ]
285285 },
286286 {
287- "ref" : " pkg:github/catchorg /clara@{{VERSION}}" ,
287+ "ref" : " pkg:github/philsquared /clara@{{VERSION}}" ,
288288 "dependsOn" : []
289289 },
290290 {
You can’t perform that action at this time.
0 commit comments