Skip to content

Commit

Permalink
change allowlist name
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCloudSec committed Dec 12, 2023
1 parent 6bef1ab commit 23dcfe2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/mutelist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion prowler/config/aws_mutelist_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down
2 changes: 1 addition & 1 deletion tests/providers/aws/lib/mutelist/fixtures/mutelist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 23dcfe2

Please sign in to comment.