How to hide data
March 30, 2023 ยท View on GitHub
If you do not want your data to be shown:
- Clone
cncf/devstatslocally. - You need to add SHA1 hash of the data you want to hide.
- You can use online SHA1 tool.
- For example
hide_megives:f6f9480eb4f34372a4860c829cc5bc5fc1549a1csha1 hash. - Add this hash value to hide.csv file and create PR.
- You can also use
devstatshide_data tool. make hide_data && hide_data your_data other_data yet_another_data .... It will generate hashes and add them tohide.csvfor you.- After you add all data to
hide.csvfile, create PR. - That way your sensitive data won't be visible in a PR.
- We will remove requested informations and merge your PR.