summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-11-10 12:58:31 -0800
committerPete Higgins <pete@peterhiggins.org>2020-12-01 16:12:04 -0800
commitb90a7c82a4149a20964e816b9c49566aa229c653 (patch)
tree586e9a20f9380c71ac9dce222f78cfb0ee34e45a
parent4a0e042a06554afb316432bc215f100fe5fa299e (diff)
downloadchef-b90a7c82a4149a20964e816b9c49566aa229c653.tar.gz
Remove an old deprecation.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
-rw-r--r--lib/chef/audit/reporter/automate.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/audit/reporter/automate.rb b/lib/chef/audit/reporter/automate.rb
index 80d3c0074d..1f153fc849 100644
--- a/lib/chef/audit/reporter/automate.rb
+++ b/lib/chef/audit/reporter/automate.rb
@@ -100,10 +100,6 @@ class Chef
# Label this content as an inspec_report
final_report[:type] = "inspec_report"
- # Ensure controls are never stored or shipped, since this was an accidental
- # addition in InSpec and will be remove in the next inspec major release
- # TODO: Is this comment ^^ accurate? Is this still necessary?
- final_report.delete(:controls)
final_report[:node_name] = @node_name
final_report[:end_time] = @timestamp.utc.strftime("%FT%TZ")
final_report[:node_uuid] = @entity_uuid