-
-
Notifications
You must be signed in to change notification settings - Fork 541
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
fix: pass all files in the array instead of just the first element #159
Conversation
Any updates on this, please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v1.51.0 (current) works the same as your improvements with require_serial: true
flag
Without require_serial
, as proposed in PR now, tf_sec
generates identical issues many times.
So, need to perform tests run like this one, to find a better solution:
- add a comment about "hack" to exiting code
or - merge your improvements +
require_serial: true
flag
I will run tests |
At the same time, if I run Interesting. |
1000 runs
1000 runs
1000 runs
|
Not sure what we should do with this PR. @antonbabenko ? |
I think this PR is not needed since #211 is merged and the |
Hi @nkazarian-spokeo |
If there's more than one file that gets passed to the underlying hook script for
tfsec
, it does not get properly propagated. Pass the entire set instead.Source