cloud-gov / caulking

Prevent leaks with gitleaks, and use tests to validate
Other
32 stars 11 forks source link

Adds user_email check #34

Closed pburkholder closed 4 years ago

pburkholder commented 4 years ago

Changes proposed in this pull request:

bats development.bats
make
make audit

All the checks should pass. Then try

git config user.email foo@bar.com
make audit

and the audit should fail.

security considerations

Only runs local test, no negative security impact.