Skip to content

Commit

Permalink
cocoapods-audit (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
srmish-jfrog authored Nov 1, 2024
1 parent ef0608d commit 9917078
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/commands/configfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ func handleInteractiveConfigCreation(configFile *ConfigFile, confType project.Pr
return configFile.configGradle()
case project.Terraform:
return configFile.setDeployer(false)
case project.Cocoapods:
return configFile.setDeployerResolver()
}
return
}
Expand Down
2 changes: 2 additions & 0 deletions common/project/projectconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const (
Dotnet
Build
Terraform
Cocoapods
)

type ConfigType string
Expand All @@ -62,6 +63,7 @@ var ProjectTypes = []string{
"dotnet",
"build",
"terraform",
"cocoapods",
}

func (projectType ProjectType) String() string {
Expand Down

0 comments on commit 9917078

Please sign in to comment.