Skip to content

Commit

Permalink
ima: submit webhook
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Nov 11, 2023
1 parent 8c905d6 commit fec2bb3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions submit.go
Original file line number Diff line number Diff line change
Expand Up @@ -657,10 +657,8 @@ func (s *submitServer) saveReportBackground(p parsedPayload, reportDir, listingU
return err
}

if p.AppName != "booper" {
if err := s.submitWebhook(context.Background(), p, listingURL, &resp); err != nil {
return err
}
if err := s.submitWebhook(context.Background(), p, listingURL, &resp); err != nil {
return err
}

return nil
Expand Down

0 comments on commit fec2bb3

Please sign in to comment.