mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
feat(integrations): external links and copies changed (#8574)
This commit is contained in:
@@ -51,7 +51,7 @@ export const getAWSCredentialsTemplateLinks = (
|
||||
} => {
|
||||
let links = {};
|
||||
|
||||
if (integrationType === undefined) {
|
||||
if (integrationType === undefined || integrationType === "aws_security_hub") {
|
||||
links = {
|
||||
cloudformation:
|
||||
"https://github.com/prowler-cloud/prowler/blob/master/permissions/templates/cloudformation/prowler-scan-role.yml",
|
||||
@@ -60,15 +60,6 @@ export const getAWSCredentialsTemplateLinks = (
|
||||
};
|
||||
}
|
||||
|
||||
if (integrationType === "aws_security_hub") {
|
||||
links = {
|
||||
cloudformation:
|
||||
"https://docs.prowler.com/projects/prowler-open-source/en/latest/tutorials/prowler-app-s3-integration/",
|
||||
terraform:
|
||||
"https://docs.prowler.com/projects/prowler-open-source/en/latest/tutorials/prowler-app-s3-integration/#terraform",
|
||||
};
|
||||
}
|
||||
|
||||
if (integrationType === "amazon_s3") {
|
||||
links = {
|
||||
cloudformation:
|
||||
|
||||
Reference in New Issue
Block a user