mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
remove beta language and fix usage string order
Signed-off-by: Keka Ichinose <rikoomi@hotmail.com>
This commit is contained in:
parent
2f5f919ee1
commit
7666f3aaaf
1 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Waivers (beta)
|
# Waivers
|
||||||
|
|
||||||
Waivers is a mechanism to mark controls as "waived" for various reasons, and to control the running and/or reporting of those controls.
|
Waivers is a mechanism to mark controls as "waived" for various reasons, and to control the running and/or reporting of those controls.
|
||||||
It uses a YAML input file that identifies:
|
It uses a YAML input file that identifies:
|
||||||
|
@ -8,15 +8,13 @@ It uses a YAML input file that identifies:
|
||||||
3. (optionally) whether they should be skipped from running
|
3. (optionally) whether they should be skipped from running
|
||||||
4. (optionally) an expiration date for the waiver
|
4. (optionally) an expiration date for the waiver
|
||||||
|
|
||||||
NOTE: This mechanism is currently in beta and is intended to be ingested and maintained by Chef Automate UI.
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
To use waivers, you must have a correctly formatted input file and
|
To use waivers, you must have a correctly formatted input file and
|
||||||
invoke `inspec exec` with `--waiver-file [path]`.
|
invoke `inspec exec` with `--waiver-file [path]`.
|
||||||
|
|
||||||
```
|
```
|
||||||
% inspec exec --waiver-file waivers.yaml path/to/profile
|
% inspec exec path/to/profile --waiver-file waivers.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
## File Format
|
## File Format
|
||||||
|
|
Loading…
Reference in a new issue