Skip to content

Commit

Permalink
Consistent spelling of encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
lrakai committed May 8, 2018
1 parent 200c7da commit e189430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -34,7 +34,7 @@ Features
Terrascan will perform tests on your terraform templates to ensure:

- **Encryption**
- Server Side Encription (SSE) enabled
- Server Side Encryption (SSE) enabled
- Use of AWS Key Management Service (KMS) with Customer Managed Keys (CMK)
- Use of SSL/TLS and proper configuration
- **Security Groups**
Expand Down
2 changes: 1 addition & 1 deletion terrascan/terrascan.py
Expand Up @@ -69,7 +69,7 @@ def create_parser():
'-t',
'--tests',
help='''Comma separated list of test to run or "all" for all tests
(e.g. encryption,security_group) Valid values include:encription,
(e.g. encryption,security_group) Valid values include:encryption,
logging_and_monitoring, public_exposure, security_group''',
nargs=1,
default=['all']
Expand Down

0 comments on commit e189430

Please sign in to comment.