Skip to content

Commit

Permalink
CloudTrail Enabled: Hotfix for False Positive (aquasecurity#143)
Browse files Browse the repository at this point in the history
* Hot-fix: addresses issue with failing to report Global Services Monitoring when one or more services do not have the IncludeGlobalServicesEvents activated. aquasecurity#139

* Hot-fix: addresses issue with failing to report Global Services Monitoring when one or more services do not have the IncludeGlobalServicesEvents activated. aquasecurity#139

* Hot-fix: addresses issue with failing to report Global Services Monitoring when one or more services do not have the IncludeGlobalServicesEvents activated. aquasecurity#139

* More improvements to cloudtrail plugin

* Removing break so all trails can be analyzed
  • Loading branch information
Mav55 authored and matthewdfuller committed Oct 16, 2018
1 parent 1b46663 commit 617070b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/cloudtrail/cloudtrailEnabled.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ module.exports = {
}

found = true;
break;
}
}

Expand Down

0 comments on commit 617070b

Please sign in to comment.