Skip to content

Commit

Permalink
Minor documentation fixes (#908)
Browse files Browse the repository at this point in the history
* Formatting fixes to CONTRIBUTING.md

* Update description for AWS.ALL.IS.MEDIUM.0046
  • Loading branch information
brandysnaps authored Jul 2, 2021
1 parent bedfaa1 commit 7fd8ba0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7fd8ba0

Please sign in to comment.