File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ What's GitHub? It's where you're looking right now! (Joking!).
15
15
We are using GitHub for hosting our Git repositories. GitHub is being used for creating issues and creating Pull
16
16
Requests to review / merge each other's code.
17
17
18
+ #### GitHub User Settings
19
+ We noticed that there are sometimes problems with the DCO Check. This can be caused by an email setting of the user.
20
+ It's about keeping the email address private.
21
+
22
+ Go to Settings of your account and select the option ` Emails ` . Here you will find the setting `Keep my email addresses
23
+ private` . Uncheck this setting. When checked there are cases that the DCO Check will fail, because the ` github.com`
24
+ email address is used in the Web interface. When failing it will cause a lot of work to fix it.
25
+
18
26
### LFX Security Tool
19
27
For checking potential security issues, we use the [ LFX Security Tool] ( https://security.lfx.linuxfoundation.org/#/a092M00001IkJTLQA3/overview ) .
20
28
The LFX Security Tool scans selected repositories for potential security issues in dependencies.
You can’t perform that action at this time.
0 commit comments