No description
Find a file
Artem Sidorenko 149a2589ab
Merge pull request #106 from dev-sec/templates
Update issue templates
2018-10-22 21:42:53 +02:00
.github/ISSUE_TEMPLATE Adaptation for inspec baselines 2018-10-22 11:05:09 +02:00
controls Signed-off-by: IceBear2k <ib-github@myrl.net> 2018-10-12 22:20:57 +02:00
libraries Fixes #86 by deferring the execution of permissions to profile execution instead of profile initialisation 2017-11-19 11:48:07 +01:00
.gitignore Ignore inspec.lock file 2017-01-14 13:41:54 +09:00
.rubocop.yml update profile metadata & tooling 2016-12-21 11:54:18 +01:00
.travis.yml CI: update to ruby 2.4.1 and rubocop 0.49.1 2017-06-01 23:43:45 +02:00
CHANGELOG.md Update to version 2.2.2 (#99) 2018-07-19 15:58:36 +02:00
Gemfile Upgrade inspec to avoid check issue 2018-03-02 18:56:21 +01:00
inspec.yml Update to version 2.2.2 (#99) 2018-07-19 15:58:36 +02:00
LICENSE update links in readme 2016-12-21 12:50:12 +01:00
Rakefile CI: update to ruby 2.4.1 and rubocop 0.49.1 2017-06-01 23:43:45 +02:00
README.md update links in readme 2016-12-21 12:50:12 +01:00

DevSec Linux Baseline

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

Standalone Usage

This Compliance Profile requires InSpec for execution:

$ git clone https://github.com/dev-sec/linux-baseline
$ inspec exec linux-baseline

You can also execute the profile directly from Github:

$ inspec exec https://github.com/dev-sec/linux-baseline

License and Author

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.