Skip to content

Commit

Permalink
fix(model): Change the ALPINE purl type into APK
Browse files Browse the repository at this point in the history
Apparently the type was never called "alpine" but always "apk", see [1].

[1]: package-url/purl-spec#171

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Nov 22, 2024
1 parent eaa5499 commit 0bd38c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/src/main/kotlin/utils/PurlUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import org.ossreviewtoolkit.utils.common.percentEncode
* A subset of the Package URL types defined at https://github.com/package-url/purl-spec/blob/ad8a673/PURL-TYPES.rst.
*/
enum class PurlType(private val value: String) {
ALPINE("alpine"),
APK("apk"),
A_NAME("a-name"),
BAZEL("bazel"),
BITBUCKET("bitbucket"),
Expand Down

0 comments on commit 0bd38c1

Please sign in to comment.