mrutkows commented on issue #2323: add support for email address scan to 
scanCode.py
URL: 
https://github.com/apache/incubator-openwhisk/pull/2323#issuecomment-310137104
 
 
   Upon looking at the code, it appears this is not strictly an "email" scan; 
it is a general regex. "match" and it did not work unless the "match" appeared 
first on the "line".  I'm moving the "intent" of this code to the new 
"utilities" version of scancode (i.e., in 
https://github.com/apache/incubator-openwhisk-utilities repo.) .   
   
   As part of this, I am updating the code to permit a general "regex" scan and 
change the "Email filter" to a general "regex filter".  In addition, I will use 
the "search" function to allow matching regardless of appearance within a line. 
 Also, will add tests...
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to