domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
994 stars 213 forks source link

Added output to webhook as an option #558

Closed centja1 closed 3 weeks ago

centja1 commented 3 weeks ago

I had a need to output the individual reports to a webhook. Contributing my code upstream in case it's useful for someone else

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 60.64%. Comparing base (d6128ea) to head (f38404c). Report is 58 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #558 +/- ## ========================================== + Coverage 59.88% 60.64% +0.76% ========================================== Files 12 13 +1 Lines 1578 1700 +122 ========================================== + Hits 945 1031 +86 - Misses 633 669 +36 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

seanthegeek commented 3 weeks ago

Awesome! Please add documentation for this.

centja1 commented 3 weeks ago

Awesome! Please add documentation for this.

Done