mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Update docs-chef-io/content/inspec/cli.md
cookstyle relevant changes in inspec check Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
This commit is contained in:
parent
11b9196d44
commit
ec7526f974
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ inspec automate SUBCOMMAND
|
||||||
|
|
||||||
## check
|
## check
|
||||||
|
|
||||||
Verify metadata in inspec.yml. Verify control data has fields (title, description, impact) defined and that all controls have visible tests. Verify control is not using deprecated InSpec DSL.
|
Verify the metadata in the inspec.yml file, verify that control blocks have the correct fields (title, description, impact) defined, that all controls have visible tests, and that controls are not using deprecated InSpec DSL code.
|
||||||
|
|
||||||
### Syntax
|
### Syntax
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue