Artëm Tsvetkov

Results 14 comments of Artëm Tsvetkov

hey @kyocooro thanks for raising. It is a known bug, and is addressed in the v2 release that is coming up shortly. regards

Version 2 is here: https://github.com/adeptex/whispers See release notes: https://github.com/adeptex/whispers/blob/master/RELEASE_NOTES.md Cheers!

Hey @erwinc1, that's a good one, thanks for reporting! Which version of whispers are you using?

Hey @erwinc1, this issue is addressed in 2.0.6 - [https://github.com/adeptex/whispers](https://github.com/adeptex/whispers/releases/tag/2.0.6) ```sh $ whispers -v 2.0.6 $ whispers /tmp/test.yml {"key": "password", "value": "$ecret", "file": "/tmp/test.yml", "line": 1, "rule_id": "password", "message": "Password",...

Hey @bheemuni-raju, thanks for raising! Which version of whispers are you using?

hey @bheemuni-raju, I think the problem is with having `dataclasses` [installed](https://github.com/adeptex/whispers/blob/0ee88211ffa3a42e3e1afc0ce10e4eb90bce91d2/requirements.txt#L9). So short term fix is to `pip3 uninstall dataclasses` on Python 3.9.. but i have not yet done any...

hi @bheemuni-raju did you try uninstalling dataclasses? Did it work for you?

hey @bheemuni-raju, this issue is addressed in 2.0.6 - [https://github.com/adeptex/whispers](https://github.com/adeptex/whispers/releases/tag/2.0.6)

hey @anubhav1992 if you are building with Java 11, it will not work: https://github.com/Skyscanner/sonar-secrets/actions/runs/675998255 you can always use precompiled jars if you don't want to install Java 8: https://github.com/Skyscanner/sonar-secrets/releases

hey @pethers. the plugin was originally written for 6, still works in 7. there are currently no plans to support 8..