lib/aws_recon/collectors/guardduty.rb in aws_recon-0.2.27 vs lib/aws_recon/collectors/guardduty.rb in aws_recon-0.2.28
- old
+ new
@@ -1,9 +1,12 @@
+# frozen_string_literal: true
+
+#
+# Collect GuardDuty resources
+#
class GuardDuty < Mapper
#
# Returns an array of resources.
- #
- # TODO: test live
#
def collect
resources = []
#