diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 642faa57f..a5370b290 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ If you are proposing a feature: Ready to contribute? Here's how to set up `terrascan` for local development. 1. Fork the `terrascan` repo on GitHub. -2. Clone your fork locally:: +2. Clone your fork locally: ``` $ git clone git@github.com:your_name_here/terrascan.git ``` @@ -57,7 +57,8 @@ Ready to contribute? Here's how to set up `terrascan` for local development. $ git checkout -b name-of-your-bugfix-or-feature ``` Now you can make your changes locally. -1. When you're done making changes, check that your changes pass linting and tests. The following commands will simulate locally all checks executed as part of Terrascan's CI pipeline: + +4. When you're done making changes, check that your changes pass linting and tests. The following commands will simulate locally all checks executed as part of Terrascan's CI pipeline: ``` $ make cicd ``` diff --git a/pkg/policies/opa/rego/aws/aws_lb_listener/AWS.ALL.IS.MEDIUM.0046.json b/pkg/policies/opa/rego/aws/aws_lb_listener/AWS.ALL.IS.MEDIUM.0046.json index 7c4e559e1..8e083cf0a 100644 --- a/pkg/policies/opa/rego/aws/aws_lb_listener/AWS.ALL.IS.MEDIUM.0046.json +++ b/pkg/policies/opa/rego/aws/aws_lb_listener/AWS.ALL.IS.MEDIUM.0046.json @@ -7,7 +7,7 @@ "prefix": "" }, "severity": "MEDIUM", - "description": "Ensure there is a one listener configured on HTTPs or with a port 443", + "description": "Ensure there is a listener configured on HTTPs or with a port 443", "reference_id": "AWS.ALL.IS.MEDIUM.0046", "id": "AC_AWS_0491", "category": "Infrastructure Security",