|
1 |
| -DevSec MySQl Baseline |
2 |
| -===================== |
| 1 | +# DevSec MySQL Baseline |
3 | 2 |
|
4 | 3 | This Compliance Profile ensures, that all hardening projects keep the same quality.
|
5 | 4 |
|
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> |
9 | 8 |
|
10 | 9 | ## Standalone Usage
|
11 | 10 |
|
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: |
13 | 12 |
|
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 |
17 | 16 | ```
|
18 | 17 |
|
19 | 18 | You can also execute the profile directly from Github:
|
20 | 19 |
|
21 |
| -``` |
22 |
| -$ inspec exec https://github.com/dev-sec/mysql-baseline |
| 20 | +```bash |
| 21 | +cinc-auditor exec https://github.com/dev-sec/mysql-baseline |
23 | 22 | ```
|
24 | 23 |
|
25 | 24 | ## License and Author
|
26 | 25 |
|
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]> |
31 | 30 |
|
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 |
34 | 34 |
|
| 35 | +```text |
35 | 36 | Licensed under the Apache License, Version 2.0 (the "License");
|
36 | 37 | you may not use this file except in compliance with the License.
|
37 | 38 | You may obtain a copy of the License at
|
38 | 39 |
|
39 |
| - http://www.apache.org/licenses/LICENSE-2.0 |
| 40 | +http://www.apache.org/licenses/LICENSE-2.0 |
40 | 41 |
|
41 | 42 | Unless required by applicable law or agreed to in writing, software
|
42 | 43 | distributed under the License is distributed on an "AS IS" BASIS,
|
43 | 44 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
44 | 45 | See the License for the specific language governing permissions and
|
45 | 46 | limitations under the License.
|
| 47 | +``` |
0 commit comments