project-koku / nise

A tool for generating sample cost usage data for testing purposes
GNU Affero General Public License v3.0
9 stars 15 forks source link

add gitleaks.toml #493

Closed maskarb closed 6 months ago

maskarb commented 6 months ago

Testing:

without file:
$ rh-gitleaks --path=.
...
INFO[0005] scan time: 5 seconds 169 milliseconds 253 microseconds 
INFO[0005] commits scanned: 547                         
WARN[0005] leaks found: 3  

with file:
$ rh-gitleaks --path=. -v --additional-config=.gitleaks.toml
INFO[0000] opening .                                    
INFO[0005] scan time: 5 seconds 102 milliseconds 133 microseconds 
INFO[0005] commits scanned: 547                         
INFO[0005] No leaks found  
codecov[bot] commented 6 months ago

Codecov Report

Merging #493 (8c295e2) into main (ad5f13c) will increase coverage by 0.0%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #493 +/- ## ===================================== Coverage 93.5% 93.5% ===================================== Files 60 60 Lines 4638 4638 Branches 666 666 ===================================== + Hits 4335 4337 +2 + Misses 158 157 -1 + Partials 145 144 -1 ```