Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-Huneshagen committed Nov 13, 2023
1 parent 6a0bab9 commit 74a38a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfripper/rules/storage_encrypted_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


class StorageEncryptedRule(Rule):
RULE_MODE = RuleMode.DEBUG # for demonstration purposes
RULE_MODE = RuleMode.DEBUG # for demonstration purposes
RISK_VALUE = RuleRisk.LOW
REASON = (
"The database {} does not seem to be encrypted. Database resources should be encrypted and have the property "
Expand Down

0 comments on commit 74a38a6

Please sign in to comment.