dynamist / phabfive

A command line tool to interact with Phabricator
Apache License 2.0
4 stars 2 forks source link

Avoid leaking secrets #61

Closed holmboe closed 8 months ago

holmboe commented 8 months ago

Proposed Functionality

Protect your secrets using Gitleaks-Action.

Use Case

Gitleaks is a SAST tool for detecting and preventing hardcoded secrets like passwords, API keys, and tokens in git repos.