Skip to content

Latest commit

History

History
12 lines (10 loc) 路 816 Bytes

FORBIDDEN_DATA.md

File metadata and controls

12 lines (10 loc) 路 816 Bytes

How to remove affiliations data

If you do not want your personal data like names and/or emails to be listed you can do the following.

  • Clone cncf/gitdm locally
  • cd src/
  • Run ./add_forbidden_data.rb 'youremail!domain.com' or `./add_forbidden_data.rb 'YourName' 'your@email.com' 'your!email.com'.
  • Phrase to be removed should not contain: ,, ;, ', ", /, \ characters.
  • Program will generate SHA256 hashes of data provided from command line arguments and add them to cncf-config/forbidden.csv file.
  • Create PR with updated cncf-config/forbidden.csv file. That way your sensitive data won't be visible in a PR.
  • We will run ./handle_forbidden_data.sh on your PR that will generate report with files containing that information.
  • We will remove requested informations and merge your PR.