Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fill in Declared License field in SBOM #32

Merged
merged 14 commits into from
Apr 11, 2024
Merged

Fill in Declared License field in SBOM #32

merged 14 commits into from
Apr 11, 2024

Conversation

SamuraiAku
Copy link
Owner

Resolves #7 [Fill in Declared License field in SBOM]

Adds LicenseCheck.jl to the dependencies and uses it to scan each package and artifact for files that contain recognized software licenses. Makes a best effort to determine which file contains the license file that governs the entire package. Fills in the SBOM with this information.

Added logging to record which files contained license information. Set logging level to -50 to see the declared license file for each package and set to -75 to see every file that contained a software license.

Added a docstring for generateSPDX()

@SamuraiAku SamuraiAku merged commit f293992 into main Apr 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fill in Declared License field in SBOM
1 participant