Skip to content

69 Add-list-command#213

Closed
CBeck-96 wants to merge 25 commits intomainfrom
69-support-creation-of-a-notice-file
Closed

69 Add-list-command#213
CBeck-96 wants to merge 25 commits intomainfrom
69-support-creation-of-a-notice-file

Conversation

@CBeck-96
Copy link
Copy Markdown
Collaborator

@CBeck-96 CBeck-96 commented Jun 28, 2024

Adds a function to create a notice file from the SBOM.

Closes #69
Depends on #196
To be merged after #200

@CBeck-96 CBeck-96 linked an issue Jun 28, 2024 that may be closed by this pull request
@github-actions github-actions bot added documentation Improvements or additions to documentation enhancement New feature or request settings_changes unittests and removed settings_changes labels Jun 28, 2024
@CBeck-96 CBeck-96 force-pushed the 69-support-creation-of-a-notice-file branch from cd28669 to 351ddb6 Compare June 28, 2024 20:52
@CBeck-96 CBeck-96 force-pushed the 69-support-creation-of-a-notice-file branch from 6dc7fba to 9b77632 Compare July 10, 2024 15:21
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jul 10, 2024

Coverage

Coverage Report •
FileStmtsMissCoverMissing
__main__.py3322492%219–220, 237, 247, 686–687, 691–696, 698, 701, 711–714, 718, 885, 918–920, 922
create_notice_file.py45686%19, 29–32, 51
auxiliary
   output.py65887%106, 130–131, 134, 136, 138, 141–142
TOTAL175210893% 

Tests Skipped Failures Errors Time
300 2 💤 0 ❌ 0 🔥 5.783s ⏱️

@CBeck-96
Copy link
Copy Markdown
Collaborator Author

Example notice file:

Acme_Application
Company Legal 2022, all rights reserved

This product includes material developed by third parties:

web-framework:
Apache-1.0

sub_web-framework:
Apache-1.0
Apache-2.0
Apache-3.0

Component index 1:
(CDDL-1.0 OR GPL-2.0-with-classpath-exception)

persistence:
Apache-2.0

common-util:
BSD-3-Clause

tomcat-catalina:
Copyright tomcat-catalina
Apache-2.0
Apache-1.0

card-verifier:
EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
A licenses name of card verifier

util:
Example, Inc. Commercial License
Apache-1.0

some_name:
Company Legal 2022, all rights reserved
Apache-2.0

license and copyright less component:
No license or copyright information available

@italvi
Copy link
Copy Markdown
Collaborator

italvi commented Aug 27, 2024

@CBeck-96 as this is on hold till the conversion to the "official", please convert this to draft

@CBeck-96 CBeck-96 marked this pull request as draft August 27, 2024 11:13
@CBeck-96 CBeck-96 changed the title 69 support creation of a notice file 69 Add list command Sep 25, 2024
@CBeck-96 CBeck-96 changed the title 69 Add list command 69 Add-list-command Sep 25, 2024
@CBeck-96 CBeck-96 closed this Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request settings_changes unittests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support creation of a NOTICE file

2 participants