cloud-gov / caulking

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

Scan all repos retrospectively #25

Closed pburkholder closed 4 years ago

pburkholder commented 4 years ago

Changes proposed in this pull request:

Framework to scan all of our unarchived repositories for any leaks, ever.

To use, `cd org-scan/; ./scan_org.sh

This is not perfect. It represents a working 0.1 release. It's still lacking:

This PR also includes the results from two scans, in ./org-scan/results-2020-05-29 and ./org-scan/results.2020-06-17/ The first of these is a "clean" scan with no WARN messages. The second has a lot of "WARN" messages, but I have reviewed the results from those scans and determined they're all false positives.

security considerations

Not operational code, no information leakage.

pburkholder commented 4 years ago

Still need to demonstrate that the keys in gitleaks.toml are indeed non-applicable.