Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add gitleaks.toml #493

Merged
merged 1 commit into from
Apr 9, 2024
Merged

add gitleaks.toml #493

merged 1 commit into from
Apr 9, 2024

Conversation

maskarb
Copy link
Member

@maskarb maskarb commented Apr 9, 2024

  • add gitleaks.toml
  • the list contains test ARNs

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  

Copy link

codecov bot commented Apr 9, 2024

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
@@          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     

Copy link
Contributor

@chambridge chambridge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙇 thank you!

@maskarb maskarb merged commit 3ff6935 into main Apr 9, 2024
4 checks passed
@maskarb maskarb deleted the gitleaks-toml branch April 9, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants