Skip to content

Commit 3f91467

Browse files
use input instead of attribute (#70)
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 <[email protected]>
1 parent b373589 commit 3f91467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inspec.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ copyright: DevSec Hardening Framework Team
66
copyright_email: [email protected]
77
license: Apache-2.0
88
summary: Test-suite for best-practice mysql hardening
9+
inspec_version: '>= 4.6.3'
910
version: 4.0.4
1011
supports:
1112
- os-family: unix

0 commit comments

Comments
 (0)