mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
feat(ui): add interrogations
This commit is contained in:
@@ -43,28 +43,28 @@ export const getProviderVideoLink = (providerType: ProviderType) => {
|
||||
switch (providerType) {
|
||||
case "aws":
|
||||
return {
|
||||
text: "How to setup an AWS account",
|
||||
text: "How to setup an AWS account?",
|
||||
link: "https://docs.prowler.com/projects/prowler-open-source/en/latest/tutorials/prowler-app/#step-41-aws-credentials",
|
||||
};
|
||||
case "azure":
|
||||
return {
|
||||
text: "How to setup an Azure subscription",
|
||||
text: "How to setup an Azure subscription?",
|
||||
link: "https://docs.prowler.com/projects/prowler-open-source/en/latest/tutorials/prowler-app/#step-42-azure-credentials",
|
||||
};
|
||||
case "gcp":
|
||||
return {
|
||||
text: "How to setup a GCP project",
|
||||
text: "How to setup a GCP project?",
|
||||
link: "https://docs.prowler.com/projects/prowler-open-source/en/latest/tutorials/prowler-app/#step-43-gcp-credentials",
|
||||
};
|
||||
case "kubernetes":
|
||||
return {
|
||||
text: "How to setup a Kubernetes cluster",
|
||||
text: "How to setup a Kubernetes cluster?",
|
||||
link: "https://docs.prowler.com/projects/prowler-open-source/en/latest/tutorials/prowler-app/#step-44-kubernetes-credentials",
|
||||
};
|
||||
default:
|
||||
return {
|
||||
text: "How to setup a provider",
|
||||
link: "https://google.com",
|
||||
text: "How to setup a provider?",
|
||||
link: "https://docs.prowler.com/projects/prowler-open-source/en/latest/tutorials/prowler-app/#step-3-add-a-provider",
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user