-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use input instead of attribute (#201)
* 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]> * Update sshd_spec.rb Signed-off-by: Michée Lengronne <[email protected]> * Update inspec.yml Signed-off-by: Michée Lengronne <[email protected]> * Update Rakefile Signed-off-by: Michée Lengronne <[email protected]>
- Loading branch information
1 parent
8df0c50
commit ce6575a
Showing
4 changed files
with
17 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ copyright: DevSec Hardening Framework Team | |
copyright_email: [email protected] | ||
license: Apache-2.0 | ||
summary: Test-suite for best-practice SSH hardening | ||
inspec_version: '>= 4.6.3' | ||
version: 2.7.0 | ||
supports: | ||
- os-family: unix |