Skip to content

Commit 47d9f13

Browse files
committed
Merge pull request #52 from hardening-io/update-common
Update common readme badges + contributors + rubocop
2 parents df7aafd + 9afd901 commit 47d9f13

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ Metrics/PerceivedComplexity:
2727
Max: 10
2828
Metrics/AbcSize:
2929
Max: 29
30+
Style/DotPosition:
31+
EnforcedStyle: trailing
32+
Enabled: true

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# os_hardening (Puppet module)
22

3+
[![Puppet Forge](https://img.shields.io/puppetforge/dt/hardening/os_hardening.svg)][1]
4+
[![Build Status](http://img.shields.io/travis/hardening-io/puppet-os-hardening.svg)][2]
5+
[![Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)][3]
6+
37
## Description
48

59
This module provides secure configuration of your base OS with hardening.
@@ -74,15 +78,15 @@ After adding this module, you can use the class:
7478
* Dominik Richter [arlimus](https://github.com/arlimus)
7579
* Edmund Haselwanter [ehaselwanter](https://github.com/ehaselwanter)
7680
* Christoph Hartmann [chris-rock](https://github.com/chris-rock)
77-
* Artem Sidorenko [artem-sidorenko](https://github.com/artem-sidorenko)
81+
* Thomas Dütsch [a-tom](https://github.com/a-tom)
7882
* Patrick Meier [atomic111](https://github.com/atomic111)
83+
* Artem Sidorenko [artem-sidorenko](https://github.com/artem-sidorenko)
7984
* Kurt Huwig [kurthuwig](https://github.com/kurthuwig)
8085
* Matthew Haughton [3flex](https://github.com/3flex)
8186
* Reik Keutterling [spielkind](https://github.com/spielkind)
8287
* Daniel Dreier [danieldreier](https://github.com/danieldreier)
83-
* [timogoebel](https://github.com/timogoebel)
88+
* Timo Goebel [timogoebel](https://github.com/timogoebel)
8489
* Tristan Helmich [fadenb](https://github.com/fadenb)
85-
* Thomas Dütsch [a-tom](https://github.com/a-tom)
8690

8791
For the original port of `chef-os-hardening` to puppet:
8892

@@ -107,3 +111,7 @@ distributed under the License is distributed on an "AS IS" BASIS,
107111
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
108112
See the License for the specific language governing permissions and
109113
limitations under the License.
114+
115+
[1]: https://forge.puppetlabs.com/hardening/os_hardening
116+
[2]: http://travis-ci.org/hardening-io/puppet-os-hardening
117+
[3]: https://gitter.im/hardening-io/general

0 commit comments

Comments
 (0)