dave2wave commented on issue #833:
URL: 
https://github.com/apache/tooling-trusted-releases/issues/833#issuecomment-4025894783

   I think that we should configure `exarch` as follows:
   
   ```
               banned_path_components: vec![
                   ".git".to_string(),
                   ".svn".to_string(),
                   ".ssh".to_string(),
                   ".gnupg".to_string(),
                   ".aws".to_string(),
                   ".kube".to_string(),
                   ".docker".to_string(),
               ],
   ```
   
   Note that `.svn` is added and `.env` is removed.
   
   Then we add a check which warns about the inclusion of certain file names 
and file types like `*.exe` and `.env`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to