Skip to content

Commit

Permalink
feat(model): Add all purl types that are used in the test suite
Browse files Browse the repository at this point in the history
This will be required by an upcoming change.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Nov 22, 2024
1 parent 06a7eeb commit 958918a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions model/src/main/kotlin/utils/PurlUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ enum class PurlType(private val value: String) {
ALPINE("alpine"),
A_NAME("a-name"),
BAZEL("bazel"),
BITBUCKET("bitbucket"),
BOWER("bower"),
CARGO("cargo"),
CARTHAGE("carthage"),
Expand All @@ -42,14 +43,17 @@ enum class PurlType(private val value: String) {
CONDA("conda"),
CRAN("cran"),
DEBIAN("deb"),
DOCKER("docker"),
DRUPAL("drupal"),
GEM("gem"),
GENERIC("generic"),
GITHUB("github"),
GITLAB("gitlab"),
GOLANG("golang"),
HACKAGE("hackage"),
HUGGING_FACE("huggingface"),
MAVEN("maven"),
MLFLOW("mlflow"),
NPM("npm"),
NUGET("nuget"),
PUB("pub"),
Expand Down

0 comments on commit 958918a

Please sign in to comment.