Skip to content

Commit

Permalink
Update run_time_limit comment
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Pop <apop@chef.io>
  • Loading branch information
alexpop committed Apr 17, 2020
1 parent 21ecf5f commit b4f4802
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
default['audit']['json_file']['location'] =
File.expand_path(Time.now.utc.strftime('../../inspec-%Y%m%d%H%M%S.json'), __FILE__)

# Controls that have a run_time below this limit will be stripped of the `start_time` and
# `start_time` fields to reduce the size of the reports being sent to Automate
# Control results that have a `run_time` below this limit will
# be stripped of the `start_time` and `run_time` fields to
# reduce the size of the reports being sent to Automate
default['audit']['run_time_limit'] = 1.0

0 comments on commit b4f4802

Please sign in to comment.