Description
Currently, we use alpine as the PURL type for Alpine packages, which is not in line with the latest Package-URL Spec.
Alpine packages should use apk as the PURL type.
These package handler should use apk as default package type:
|
default_package_type = 'alpine' |
|
default_package_type = 'alpine' |
|
default_package_type = 'alpine' |
Related issues in other projects:
Description
Currently, we use
alpineas the PURL type for Alpine packages, which is not in line with the latest Package-URL Spec.Alpine packages should use
apkas the PURL type.These package handler should use
apkas default package type:scancode-toolkit/src/packagedcode/alpine.py
Line 40 in 6570c13
scancode-toolkit/src/packagedcode/alpine.py
Line 64 in 6570c13
scancode-toolkit/src/packagedcode/alpine.py
Line 135 in 6570c13
Related issues in other projects: