rakutentech / android-buildconfig

Shared (gradle) build configurations for Android and Java libraries
MIT License
21 stars 26 forks source link

feat: Add pre-commit hook to scan for git secrets (SDKCF-2623) #103

Closed leila-gu closed 2 years ago

donnie-jp commented 2 years ago

This probably should be using gitleaks same as iOS - sorry, that's my fault that the tickets said git-secrets.

apparition47 commented 2 years ago

Did you see any issues running this over each of the Android SDK repos?

gitleaks detect -v
leila-gu commented 2 years ago

Did you see any issues running this over each of the Android SDK repos?

gitleaks detect -v

No, seems working well (It reports the test secrets used in the tests packages). what kind of issues did you get?