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
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Nov 22, 2024
1 parent 838a429 commit 17cbaf4
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 17cbaf4

Please sign in to comment.