Skip to content

Commit

Permalink
US75367 - filter out everything except GD Finding cwe detail type
Browse files Browse the repository at this point in the history
  • Loading branch information
ikemsley committed Feb 28, 2018
1 parent 60a58ec commit cae78a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cfn/guardduty.template
Original file line number Diff line number Diff line change
Expand Up @@ -937,11 +937,11 @@
"Properties":{
"Description":"CloudWatch events rule for Guard Duty events",
"EventPattern":{
"detail-type":[
"GuardDuty Finding"
],
"source":[
"aws.guardduty"
],
"detail-type":[
"GuardDuty Finding"
]
},
"ScheduleExpression":"",
Expand Down Expand Up @@ -1137,7 +1137,7 @@
]
},
"\", \"CloudWatchEventsRule\": \"", { "Ref": "CloudWatchEventsRule" },
"\", \"CweRulePattern\": \"{\\\"source\\\":[\\\"aws.guardduty\\\"], \\\"detail-type\\\":[\\\"GuardDuty Finding\\\"]}\"",
"\", \"CweRulePattern\": \"{\\\"detail-type\\\":[\\\"GuardDuty Finding\\\"],\\\"source\\\":[\\\"aws.guardduty\\\"]}\"",
"}"
]
]
Expand Down

0 comments on commit cae78a3

Please sign in to comment.