-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(bom downloadAttachments): read attachment id from control file
- Loading branch information
Showing
3 changed files
with
81 additions
and
138 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"ProjectName": "CaPyCLI, 2.0.0-dev1", | ||
"Components": [ | ||
{ | ||
"ComponentName": "certifi 2022.12.7", | ||
"Sw360Id": "ae8c7ed", | ||
"Sw360AttachmentId": "794446", | ||
"CreatedBy": "user1@siemens.com", | ||
"CreatedTeam": "AA", | ||
"CreatedOn": "2020-10-23", | ||
"CheckStatus": "ACCEPTED", | ||
"CheckedBy": "user2@siemens.com", | ||
"CheckedTeam": "BB", | ||
"CheckedOn": "2020-10-30", | ||
"CliFile": "CLIXML_certifi-2022.12.7.xml" | ||
}, | ||
{ | ||
"ComponentName": "certifi 2022.12.7", | ||
"Sw360Id": "ae8c7ed", | ||
"Sw360AttachmentId": "63b368", | ||
"ReportFile": "certifi-2022.12.7_clearing_report.docx" | ||
} | ||
] | ||
} |
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