Skip to content

Commit 84b01c5

Browse files
barv-jfrogsrmish-jfrog
authored andcommitted
cocoapods-audit
1 parent ef0608d commit 84b01c5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

common/commands/configfile.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ func handleInteractiveConfigCreation(configFile *ConfigFile, confType project.Pr
171171
return configFile.configGradle()
172172
case project.Terraform:
173173
return configFile.setDeployer(false)
174+
case project.Cocoapods:
175+
return configFile.setDeployerResolver()
174176
}
175177
return
176178
}

common/project/projectconfig.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const (
3939
Dotnet
4040
Build
4141
Terraform
42+
Cocoapods
4243
)
4344

4445
type ConfigType string
@@ -62,6 +63,7 @@ var ProjectTypes = []string{
6263
"dotnet",
6364
"build",
6465
"terraform",
66+
"cocoapods",
6567
}
6668

6769
func (projectType ProjectType) String() string {

0 commit comments

Comments
 (0)