forked from cncf/gitdm.archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Łukasz Gryglicki <[email protected]>
- Loading branch information
1 parent
590c53c
commit a2a3693
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ If you do not want your personal data like names and/or emails to be listed you | |
- Clone cncf/gitdm locally | ||
- `cd src/` | ||
- Run `./add_forbidden_data.rb 'youremail!domain.com'` or `./add_forbidden_data.rb 'YourName' '[email protected]' 'your!email.com'. | ||
- Phrase to be removed should not contain: whitespace, and `,`, `;`, `'`, `"`, `/`, `\` characters. | ||
- 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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters