From 23dcfe27550e13a54502adae2801b2d0d6c9fb02 Mon Sep 17 00:00:00 2001 From: Sergio Garcia Date: Tue, 12 Dec 2023 16:52:15 +0100 Subject: [PATCH] change allowlist name --- docs/tutorials/mutelist.md | 4 ++-- mkdocs.yml | 2 +- prowler/config/aws_mutelist_example.yaml | 2 +- tests/providers/aws/lib/mutelist/fixtures/mutelist.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/tutorials/mutelist.md b/docs/tutorials/mutelist.md index cc6b6ac62e..b14b265028 100644 --- a/docs/tutorials/mutelist.md +++ b/docs/tutorials/mutelist.md @@ -12,7 +12,7 @@ You can use `-w`/`--mutelist-file` with the path of your mutelist yaml file, but ### Tags is an optional list that matches on tuples of 'key=value' and are "ANDed" together. ### Use an alternation Regex to match one of multiple tags with "ORed" logic. ### For each check you can except Accounts, Regions, Resources and/or Tags. - ########################### ALLOWLIST EXAMPLE ########################### + ########################### MUTE LIST EXAMPLE ########################### Mute List: Accounts: "123456789012": @@ -151,7 +151,7 @@ prowler aws -w arn:aws:lambda:REGION:ACCOUNT_ID:function:FUNCTION_NAME Make sure that the credentials that Prowler uses can invoke the Lambda Function: ``` -- PolicyName: GetAllowList +- PolicyName: GetMuteList PolicyDocument: Version: '2012-10-17' Statement: diff --git a/mkdocs.yml b/mkdocs.yml index 86761e4f68..ea71d7bd1a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -36,7 +36,7 @@ nav: - Slack Integration: tutorials/integrations.md - Configuration File: tutorials/configuration_file.md - Logging: tutorials/logging.md - - Allowlist: tutorials/allowlist.md + - Mute List: tutorials/mutelist.md - Check Aliases: tutorials/check-aliases.md - Custom Metadata: tutorials/custom-checks-metadata.md - Ignore Unused Services: tutorials/ignore-unused-services.md diff --git a/prowler/config/aws_mutelist_example.yaml b/prowler/config/aws_mutelist_example.yaml index c65fe883ff..64a2493945 100644 --- a/prowler/config/aws_mutelist_example.yaml +++ b/prowler/config/aws_mutelist_example.yaml @@ -3,7 +3,7 @@ ### Tags is an optional list that matches on tuples of 'key=value' and are "ANDed" together. ### Use an alternation Regex to match one of multiple tags with "ORed" logic. ### For each check you can except Accounts, Regions, Resources and/or Tags. -########################### ALLOWLIST EXAMPLE ########################### +########################### MUTE LIST EXAMPLE ########################### Mute List: Accounts: "123456789012": diff --git a/tests/providers/aws/lib/mutelist/fixtures/mutelist.yaml b/tests/providers/aws/lib/mutelist/fixtures/mutelist.yaml index 7a6f4aa0ee..70fcb29aaa 100644 --- a/tests/providers/aws/lib/mutelist/fixtures/mutelist.yaml +++ b/tests/providers/aws/lib/mutelist/fixtures/mutelist.yaml @@ -3,7 +3,7 @@ ### Tags is an optional list that matches on tuples of 'key=value' and are "ANDed" together. ### Use an alternation Regex to match one of multiple tags with "ORed" logic. ### For each check you can except Accounts, Regions, Resources and/or Tags. -########################### ALLOWLIST EXAMPLE ########################### +########################### MUTE LIST EXAMPLE ########################### Mute List: Accounts: "123456789012":