thoughtworks / talisman

Using a pre-commit hook, Talisman validates the outgoing changeset for things that look suspicious — such as tokens, passwords, and private keys.
https://thoughtworks.github.io/talisman/
MIT License
1.89k stars 241 forks source link

Fix the exit code for interactive mode #341

Closed balajiv113 closed 2 years ago

balajiv113 commented 2 years ago

This PR fixes #317 issue

codecov[bot] commented 2 years ago

Codecov Report

Merging #341 (534cc3c) into master (e1470cc) will increase coverage by 0.27%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #341      +/-   ##
==========================================
+ Coverage   72.02%   72.29%   +0.27%     
==========================================
  Files          31       31              
  Lines        1444     1451       +7     
==========================================
+ Hits         1040     1049       +9     
+ Misses        367      365       -2     
  Partials       37       37              
Impacted Files Coverage Δ
detector/helpers/detection_results.go 53.02% <100.00%> (+2.54%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e1470cc...534cc3c. Read the comment docs.