Skip to content

Commit

Permalink
Merge pull request #129 from vrbcntrl/master
Browse files Browse the repository at this point in the history
regex =='\x00' if condition fails when the input regex is euqal to \x00
  • Loading branch information
eerkunt authored Jul 23, 2019
2 parents fefd77b + 088d72e commit 64b1ccf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/example_01/aws/encryption_at_rest.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feature: Resources should use encryption at rest while they are created

Scenario: EBS volumes
Given I have AWS EBS volume defined
Then encryption_at_rest_property must be enabled
Then encryption at rest must be enabled

Scenario: S3 Buckets
Given I have AWS S3 Bucket defined
Expand Down
4 changes: 2 additions & 2 deletions example/example_01/aws/encryption_in_flight.feature
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Feature: Resources that exposes to external networks should have encryption in f

Scenario: AWS EMR Sceurity Configuration Encryption in Flight must be enabled
Given I have AWS EMR Security Configuration defined
Then encryption_in_flight must be enabled
Then encryption in flight must be enabled

Scenario: AWS ElastiCache Replication Group Encryption in Flight must be enabled
Given I have AWS ElastiCache Replication Group defined
Then encryption_in_flight must be enabled
Then encryption in flight must be enabled
2 changes: 1 addition & 1 deletion terraform_compliance/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from radish.main import main as call_radish

__app_name__ = "terraform-compliance"
__version__ = "1.0.25"
__version__ = "1.0.26"


print('{} v{} initiated\n'.format(__app_name__, __version__))
Expand Down

0 comments on commit 64b1ccf

Please sign in to comment.