Skip to content

Commit c18cee1

Browse files
authored
Merge pull request #69 from dev-sec/fix-readme
format and update README.md
2 parents 5979c94 + 42dfe25 commit c18cee1

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

README.md

+20-18
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,47 @@
1-
DevSec MySQl Baseline
2-
=====================
1+
# DevSec MySQL Baseline
32

43
This Compliance Profile ensures, that all hardening projects keep the same quality.
54

6-
- https://github.com/dev-sec/ansible-mysql-hardening
7-
- https://github.com/dev-sec/chef-mysql-hardening
8-
- https://github.com/dev-sec/puppet-mysql-hardening
5+
- <https://github.com/dev-sec/ansible-collection-hardening/tree/master/roles/mysql_hardening>
6+
- <https://github.com/dev-sec/chef-mysql-hardening>
7+
- <https://github.com/dev-sec/puppet-mysql-hardening>
98

109
## Standalone Usage
1110

12-
This Compliance Profile requires [InSpec](https://github.com/chef/inspec) for execution:
11+
This Compliance Profile requires [cinc-auditor](https://cinc.sh/start/auditor/) or [InSpec](https://github.com/chef/inspec) for execution:
1312

14-
```
15-
$ git clone https://github.com/dev-sec/mysql-baseline
16-
$ inspec exec mysql-baseline
13+
```bash
14+
git clone https://github.com/dev-sec/mysql-baseline
15+
cinc-auditor exec mysql-baseline
1716
```
1817

1918
You can also execute the profile directly from Github:
2019

21-
```
22-
$ inspec exec https://github.com/dev-sec/mysql-baseline
20+
```bash
21+
cinc-auditor exec https://github.com/dev-sec/mysql-baseline
2322
```
2423

2524
## License and Author
2625

27-
* Author:: Edmund Haselwanter <[email protected]>
28-
* Author:: Dominik Richter <[email protected]>
29-
* Author:: Patrick Muench <[email protected]>
30-
* Author:: Christoph Hartmann <[email protected]>
26+
- Author:: Edmund Haselwanter <[email protected]>
27+
- Author:: Dominik Richter <[email protected]>
28+
- Author:: Patrick Muench <[email protected]>
29+
- Author:: Christoph Hartmann <[email protected]>
3130

32-
* Copyright 2014, Deutsche Telekom AG
33-
* Copyright 2014-2016, The Hardening Framework Team
31+
- Copyright 2014, Deutsche Telekom AG
32+
- Copyright 2014-2016, The Hardening Framework Team
33+
- Copyright 2016-2021, DevSec Hardening Framework Team
3434

35+
```text
3536
Licensed under the Apache License, Version 2.0 (the "License");
3637
you may not use this file except in compliance with the License.
3738
You may obtain a copy of the License at
3839
39-
http://www.apache.org/licenses/LICENSE-2.0
40+
http://www.apache.org/licenses/LICENSE-2.0
4041
4142
Unless required by applicable law or agreed to in writing, software
4243
distributed under the License is distributed on an "AS IS" BASIS,
4344
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4445
See the License for the specific language governing permissions and
4546
limitations under the License.
47+
```

0 commit comments

Comments
 (0)