-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #111 from siemens/development
Conan Implementation along with SEPP Integration v6.0.0
- Loading branch information
Showing
314 changed files
with
63,796 additions
and
265,630 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
320,583 changes: 57,731 additions & 262,852 deletions
320,583
ReadmeOSS_continuous-clearing_DockerImage.html
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
145 changes: 145 additions & 0 deletions
145
TestFiles/IntegrationTestFiles/ArtifactoryUploaderTestData/ConanComparisonBOM.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,145 @@ | ||
{ | ||
"BomFormat": "CycloneDX", | ||
"SpecVersion": 4, | ||
"SpecVersionString": "1.4", | ||
"SerialNumber": null, | ||
"Version": null, | ||
"Metadata": { | ||
"Tools": [ | ||
{ | ||
"Vendor": "Siemens AG", | ||
"Name": "Clearing Automation Tool", | ||
"Version": "5.0.0", | ||
"Hashes": null | ||
} | ||
], | ||
"Authors": null, | ||
"Component": null, | ||
"Manufacture": null, | ||
"Supplier": null | ||
}, | ||
"Components": [ | ||
{ | ||
"Type": 0, | ||
"MimeType": null, | ||
"BomRef": "pkg:conan/protobuf@3.21.9", | ||
"Supplier": null, | ||
"Author": null, | ||
"Publisher": null, | ||
"Group": null, | ||
"Name": "protobuf", | ||
"Version": "3.21.9", | ||
"Description": "", | ||
"Scope": null, | ||
"Hashes": null, | ||
"Licenses": null, | ||
"Copyright": null, | ||
"Cpe": null, | ||
"Purl": "pkg:conan/protobuf@3.21.9", | ||
"Swid": null, | ||
"Modified": null, | ||
"Pedigree": null, | ||
"Components": null, | ||
"Properties": [ | ||
{ | ||
"Name": "internal:siemens:clearing:development", | ||
"Value": "false" | ||
}, | ||
{ | ||
"Name": "internal:siemens:clearing:identifier-type", | ||
"Value": "Discovered" | ||
}, | ||
{ | ||
"Name": "internal:siemens:clearing:is-internal", | ||
"Value": "true" | ||
}, | ||
{ | ||
"Name": "internal:siemens:clearing:repo-name", | ||
"Value": "energy-dev-conan-egll" | ||
}, | ||
{ | ||
"Name": "internal:siemens:clearing:project-type", | ||
"Value": "CONAN" | ||
}, | ||
{ | ||
"Name": "internal:siemens:clearing:sw360:release-url", | ||
"Value": "http://md2pdvnc.ad001.siemens.net:8095/resource/api/releases/e13e0e564b004ef4adabbd01bf0b93ce" | ||
}, | ||
{ | ||
"Name": "internal:siemens:clearing:fossology:url", | ||
"Value": null | ||
} | ||
], | ||
"Evidence": null | ||
}, | ||
{ | ||
"Type": 0, | ||
"MimeType": null, | ||
"BomRef": "pkg:conan/zlib@1.2.11", | ||
"Supplier": null, | ||
"Author": null, | ||
"Publisher": null, | ||
"Group": null, | ||
"Name": "zlib", | ||
"Version": "1.2.11", | ||
"Description": "", | ||
"Scope": null, | ||
"Hashes": null, | ||
"Licenses": null, | ||
"Copyright": null, | ||
"Cpe": null, | ||
"Purl": "pkg:conan/zlib@1.2.11", | ||
"Swid": null, | ||
"Modified": null, | ||
"Pedigree": null, | ||
"Components": null, | ||
"Properties": [ | ||
{ | ||
"Name": "internal:siemens:clearing:development", | ||
"Value": "false" | ||
}, | ||
{ | ||
"Name": "internal:siemens:clearing:identifier-type", | ||
"Value": "Discovered" | ||
}, | ||
{ | ||
"Name": "internal:siemens:clearing:is-internal", | ||
"Value": "false" | ||
}, | ||
{ | ||
"Name": "internal:siemens:clearing:repo-name", | ||
"Value": "Not Found in JFrogRepo" | ||
}, | ||
{ | ||
"Name": "internal:siemens:clearing:project-type", | ||
"Value": "CONAN" | ||
}, | ||
{ | ||
"Name": "internal:siemens:clearing:clearing-state", | ||
"Value": "NEW_CLEARING" | ||
}, | ||
{ | ||
"Name": "internal:siemens:clearing:sw360:release-url", | ||
"Value": "http://md2pdvnc.ad001.siemens.net:8095/resource/api/releases/701403e53f254fc5a074e24fd867be2c" | ||
}, | ||
{ | ||
"Name": "internal:siemens:clearing:fossology:url", | ||
"Value": null | ||
} | ||
], | ||
"Evidence": null | ||
} | ||
], | ||
"Dependencies": [ | ||
{ | ||
"Ref": "pkg:conan/protobuf@3.21.9", | ||
"Dependencies": [ | ||
{ | ||
"Ref": "pkg:conan/zlib@1.2.11", | ||
"Dependencies": null | ||
} | ||
] | ||
} | ||
], | ||
"Compositions": null | ||
} |
Oops, something went wrong.