crates-pro / sensleak-rs

MIT License
20 stars 8 forks source link

Scan repo2 #6

Closed sonichen closed 1 year ago

sonichen commented 1 year ago

Version: 0.2.1

Goal Perform leak scanning on the git repository.

Implemented details

Enhance sensleak by adding additional functions.

--disk: Clone repository/repositories to disk.
--uncommitted: Run gitleaks on uncommitted code.
--branch=: Specify the branch to scan.
--debug: Enable logging of debug messages.
--user=: Specify the user to scan.
--repo-config: Load configuration from the target repository. The configuration file must be named ".gitleaks.toml" or "gitleaks.toml".
--debug

Future work Integrate the Axum framework to provide REST API access control.