cloud-gov / caulking

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

Fails with an unconfigured user #9

Closed pburkholder closed 4 years ago

pburkholder commented 4 years ago

In order to prevent mysterious make audit results, caulking should detect if a git setup is not ready-to-use.

A user hadn't set setup git config --global user.email so git was always failing, so make audit was failing too.

Acceptance Criteria


Security considerations

None

Implementation sketch

pburkholder commented 4 years ago

First test now has "leak prevention allows plain text, checkgit config --global -lon failure"