Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for dependency relationships for alpine (apk) (#1063)
* Fix type of pull deps and add support for provides Signed-off-by: Dan Luhring <[email protected]> * [wip] apk dependency lookup Signed-off-by: Alex Goodman <[email protected]> * update whitespace for linter Signed-off-by: Christopher Phillips <[email protected]> * adjust test conditions Signed-off-by: Timothy Gerla <[email protected]> * fix TODOs and improve Provides parser * run simports after main merge Signed-off-by: Christopher Phillips <[email protected]> * add tests to cover apk relationship parsing cases Signed-off-by: Alex Goodman <[email protected]> * generate JSON schema for breaking changes to apk metadata Signed-off-by: Alex Goodman <[email protected]> * update tests to account for additional dependencies Signed-off-by: Alex Goodman <[email protected]> * [wip] fix relationship encoding for cyclonedx Signed-off-by: Alex Goodman <[email protected]> * simplify package relationships that can be expressed Signed-off-by: Alex Goodman <[email protected]> Signed-off-by: Dan Luhring <[email protected]> Signed-off-by: Alex Goodman <[email protected]> Signed-off-by: Christopher Phillips <[email protected]> Signed-off-by: Timothy Gerla <[email protected]> Co-authored-by: Alex Goodman <[email protected]> Co-authored-by: Christopher Phillips <[email protected]> Co-authored-by: Timothy Gerla <[email protected]>
- Loading branch information