Skip to content

Commit

Permalink
Merge pull request #72 from jlrgraham23/fix-repo-types
Browse files Browse the repository at this point in the history
Add missing repo types. cargo is a bit premature, but including it now
  • Loading branch information
chb0github authored Apr 6, 2021
2 parents 37f4247 + 6503a94 commit 39d198e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkg/artifactory/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,32 @@ import (
var repoTypeValidator = validation.StringInSlice([]string{
"alpine",
"bower",
"cargo",
"chef",
"cocoapods",
"composer",
"conan",
"conda",
"cran",
"debian",
"docker",
"gems",
"generic",
"gitlfs",
"go",
"gradle",
"helm",
"ivy",
"maven",
"npm",
"conda",
"nuget",
"opkg",
"p2",
"puppet",
"pypi",
"rpm",
"sbt",
"vagrant",
"vcs",
"yum",
}, false)
Expand Down

0 comments on commit 39d198e

Please sign in to comment.