mirror of
https://github.com/inspec/inspec
synced 2024-11-25 22:20:27 +00:00
use unix family for wider compatibility
This commit is contained in:
parent
e7a2d9b763
commit
1dce2037b3
2 changed files with 2 additions and 2 deletions
|
@ -7,4 +7,4 @@ license: Apache 2 license
|
||||||
summary: Demonstrates the use of InSpec profile inheritance
|
summary: Demonstrates the use of InSpec profile inheritance
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
supports:
|
supports:
|
||||||
- os-family: linux
|
- os-family: unix
|
||||||
|
|
|
@ -7,4 +7,4 @@ license: Apache 2 license
|
||||||
summary: Demonstrates the use of InSpec Compliance Profile
|
summary: Demonstrates the use of InSpec Compliance Profile
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
supports:
|
supports:
|
||||||
- os-family: linux
|
- os-family: unix
|
||||||
|
|
Loading…
Reference in a new issue