cac-webhook 0.1.0

PR webhook server for GitHub and Codeberg/Gitea compliance scans
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod config;
pub mod git;
pub mod handler;
pub mod payload;
pub mod provider;
pub mod retry;
pub mod server;
pub mod signature;

pub use config::WebhookConfig;
pub use handler::WebhookHandler;
pub use server::run_server;