mirror of
https://github.com/dev-sec/linux-baseline
synced 2025-02-17 02:08:23 +00:00
* use input instead of attribute In the last versions of Inspec and cinc-auditor, attribute is deprecated and input should be used. https://docs.chef.io/workstation/cookstyle/inspec_deprecations_attributehelper/ Signed-off-by: Michée Lengronne <michee.lengronne@coppint.com> * Update sysctl_spec.rb Signed-off-by: Michée Lengronne <michee.lengronne@coppint.com> * Update inspec.yml Signed-off-by: Michée Lengronne <michee.lengronne@coppint.com> * Update Rakefile Signed-off-by: Michée Lengronne <michee.lengronne@coppint.com>
12 lines
336 B
YAML
12 lines
336 B
YAML
---
|
|
name: linux-baseline
|
|
title: DevSec Linux Security Baseline
|
|
maintainer: DevSec Hardening Framework Team
|
|
copyright: DevSec Hardening Framework Team
|
|
copyright_email: hello@dev-sec.io
|
|
license: Apache-2.0
|
|
summary: Test suite for best practice Linux OS hardening
|
|
inspec_version: '>= 4.6.3'
|
|
version: 2.8.1
|
|
supports:
|
|
- os-family: linux
|