-
Notifications
You must be signed in to change notification settings - Fork 328
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 the config for the detecting of private-key in process of git pre… #3847
Conversation
Edward Tian seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Kudos, SonarCloud Quality Gate passed! |
|
ChatGPT's review about |
Codecov Report
@@ Coverage Diff @@
## master #3847 +/- ##
==========================================
+ Coverage 75.38% 75.47% +0.09%
==========================================
Files 303 303
Lines 25923 26044 +121
==========================================
+ Hits 19541 19656 +115
- Misses 5360 5368 +8
+ Partials 1022 1020 -2
... and 7 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Description
add the config of the detecting of private-key for the git pre-commit hook, in order to user this to scan the private-key, please use the following command:
cd iotex-core
pip install pre-commit
Fixes #(issue)
None
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: