Ensure we bundle a copy of every license used by 3rd-party dependencies into our container image. #308
Labels
area/ci
CI/CD, automated testing, etc.
effort/simple
Involves trivial changes that should be fine so long as the code compiles and tests pass.
good first issue
Good for newcomers
type/chore
Updates to dependencies or general "administrative" tasks necessary to maintain the codebase/repo.
Context
While we currently generate our SBOM to track used dependencies and their licenses, we don't include copy of each of those licenses. We should do that, as doing so ensures that there's no confusion over what the license's terms are at the time the image was built, and it also ensures we're satisfying the relevant clause in some licenses that require a copy of the license to be included with usages or derivative works, etc.
The text was updated successfully, but these errors were encountered: