chore(docs): update BridgeCrew links in metadata to our local docs link (#3858)

Co-authored-by: puchy22 <rubendltv22@gmail.com>
This commit is contained in:
Sergio Garcia
2024-04-29 17:39:04 +02:00
committed by GitHub
parent 768ca3f0ce
commit b36152484d
286 changed files with 445 additions and 446 deletions
+2 -2
View File
@@ -249,11 +249,11 @@ Each Prowler check has metadata associated which is stored at the same level of
# Code holds different methods to remediate the FAIL finding
"Code": {
# CLI holds the command in the provider native CLI to remediate it
"CLI": "https://docs.bridgecrew.io/docs/public_8#cli-command",
"CLI": "https://docs.prowler.com/checks/public_8#cli-command",
# NativeIaC holds the native IaC code to remediate it, use "https://docs.bridgecrew.io/docs"
"NativeIaC": "",
# Other holds the other commands, scripts or code to remediate it, use "https://www.trendmicro.com/cloudoneconformity"
"Other": "https://docs.bridgecrew.io/docs/public_8#aws-console",
"Other": "https://docs.prowler.com/checks/public_8#aws-console",
# Terraform holds the Terraform code to remediate it, use "https://docs.bridgecrew.io/docs"
"Terraform": ""
},