Skip to content

Commit

Permalink
fixes handlers.go
Browse files Browse the repository at this point in the history
Signed-off-by: anushkamittal20 <anumittal4641@gmail.com>
  • Loading branch information
anushkamittal20 authored and poiana committed Jan 21, 2022
1 parent 2b6851c commit 41591e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ func forwardEvent(falcopayload types.FalcoPayload) {

if config.Fission.Function != "" && (falcopayload.Priority >= types.Priority(config.Fission.MinimumPriority) || falcopayload.Rule == testRule) {
go fissionClient.FissionCall(falcopayload)
}
if config.PolicyReport.Enabled == true {

go policyReportClient.PolicyReportCreate(falcopayload)
Expand Down

0 comments on commit 41591e1

Please sign in to comment.