feat(security): built-in secret scanning (replace gitleaks CI workflow) #692
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Replace the external
gitleaksCI workflow with a built-in MokoGitea secret scanning feature. Secrets should be detected on push/PR at the server level, not as a per-repo workflow dependency.Current State
gitleaksruns as a CI workflow (.mokogitea/workflows/gitleaks.yml)Desired Behavior
Implementation Options
Patterns to Detect
References