feat(integrations): external links and copies changed (#8574)

This commit is contained in:
Alejandro Bailo
2025-08-27 12:40:25 +02:00
committed by GitHub
parent 329ac113f2
commit 06c2608a05
5 changed files with 23 additions and 20 deletions

View File

@@ -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: