mirror of
https://github.com/inspec/inspec
synced 2024-12-20 01:54:08 +00:00
0f5fde9729
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
41 lines
918 B
YAML
41 lines
918 B
YAML
03_waivered_no_expiry_ran_passes:
|
|
justification: Sound reasoning
|
|
run: true
|
|
|
|
04_waivered_no_expiry_ran_fails:
|
|
justification: Unassailable thinking
|
|
run: true
|
|
|
|
05_waivered_no_expiry_not_ran:
|
|
justification: Sheer cleverness
|
|
run: false
|
|
|
|
06_waivered_expiry_in_past_ran_passes:
|
|
expiration_date: 1977-06-01
|
|
justification: Necessity
|
|
run: true
|
|
|
|
07_waivered_expiry_in_past_ran_fails:
|
|
expiration_date: 1977-06-01
|
|
justification: Whimsy
|
|
run: true
|
|
|
|
08_waivered_expiry_in_past_not_ran:
|
|
expiration_date: 1977-06-01
|
|
justification: Contrariness
|
|
run: false
|
|
|
|
09_waivered_expiry_in_future_ran_passes:
|
|
expiration_date: 2077-06-01
|
|
justification: Handwaving
|
|
run: true
|
|
|
|
10_waivered_expiry_in_future_ran_fails:
|
|
expiration_date: 2077-06-01
|
|
justification: Didn't feel like it
|
|
run: true
|
|
|
|
11_waivered_expiry_in_future_not_ran:
|
|
expiration_date: 2077-06-01
|
|
justification: Lack of imagination
|
|
run: false
|