You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2018/01/10 15:29:38 UTC

[incubator-openwhisk-utilities] branch master updated: Add vendor directory to scancode exclusions (#21)

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-utilities.git


The following commit(s) were added to refs/heads/master by this push:
     new dddc46d  Add vendor directory to scancode exclusions (#21)
dddc46d is described below

commit dddc46d3680e7eb6ba6597ea41a8ed2fe6fdf5e8
Author: Jonathan Springer <jo...@gmail.com>
AuthorDate: Wed Jan 10 10:29:36 2018 -0500

    Add vendor directory to scancode exclusions (#21)
---
 scancode/scanCode.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scancode/scanCode.cfg b/scancode/scanCode.cfg
index c37f3d5..aee9e47 100644
--- a/scancode/scanCode.cfg
+++ b/scancode/scanCode.cfg
@@ -36,6 +36,9 @@ deploy.xml=no_tabs, no_trailing_spaces, eol_at_eof
 # OpenWhisk binary artifact exclusion
 bin
 
+# 'vendor' directory create by go build tools (e.g. 'gogradle')
+vendor
+
 # Jenkins/test generated reports
 tests/build/reports
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].