Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checkAzureBindingSupport with Community Branch Plugin #252

Open
hangy opened this issue Mar 12, 2024 · 0 comments
Open

checkAzureBindingSupport with Community Branch Plugin #252

hangy opened this issue Mar 12, 2024 · 0 comments

Comments

@hangy
Copy link

hangy commented Mar 12, 2024

Could it be possible to use resource_sonarqube_azure_binding with the Sonarqube Community Branch Plugin if the following check was disabled? If so, what would be the best way to make this check disabled by a feature flag?

func checkAzureBindingSupport(conf *ProviderConfiguration) error {
if strings.ToLower(conf.sonarQubeEdition) == "community" {
return fmt.Errorf("Azure Devops Bindings are not supported in the Community edition of SonarQube. You are using: SonarQube %s version %s", conf.sonarQubeEdition, conf.sonarQubeVersion)
}
return nil
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant