mrutkows commented on issue #194: Adopt latest scancode ASF release config. (enforce *.md, .conf, .sh). URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/194#issuecomment-388205602 @dgrove-oss apparently the openwhisk CLI repo's README.md is overwriting this project's README.md (and it is not compliant with the new ASF headers since it is coming from an old TAR unzip not from the live GitHub repos). from setup.sh: ``` wget -q https://github.com/apache/incubator-openwhisk-cli/releases/download/latest/OpenWhisk_CLI-latest-linux-amd64.tgz tar xzf OpenWhisk_CLI-latest-linux-amd64.tgz ``` found this by dumping it out within the scancode.sh script. However, you may want to correct his side-effect (file overwrite) as scancode is supposed to test compliance of files in this repo.
---------------------------------------------------------------- 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
