Skip to content

Commit 068d021

Browse files
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 <[email protected]>
1 parent 613831a commit 068d021

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: 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 postgres hardening
9+
inspec_version: '>= 4.6.3'
910
version: 3.0.1
1011
supports:
1112
- os-family: unix

0 commit comments

Comments
 (0)