I manually downloaded the latest rcverify.sh from here: https://github.com/apache/openwhisk-release/blob/master/tools/rcverify.sh
And the result is the same. scanning for unexpected file types... failed (/var/folders/63/gbgswc9j3q5fblvn6l8chpfr0000gn/T/tmp.Jud10TfM/openwhisk-wskdeploy-1.0.0/wski18n/resources/de_DE.all.json: application/x-empty; charset=binary I just copied the commands. Did I miss anything? Thanks Dominic 2019년 9월 18일 (수) 오후 11:17, David P Grove <gro...@us.ibm.com>님이 작성: > > > > Dominic Kim <style9...@gmail.com> wrote on 09/17/2019 11:37:41 PM: > > > > I am not sure this is my issue, but file scanning is failed in my mac > while > > verifying the release. > > > > ... > > scanning for executable files... passed > > scanning for unexpected file types... *failed* > > (/var/folders/1k/psp_w62s75q4lph2wv38hjw40000gn/T/tmp.Kr03XB3n/ > > openwhisk-client-go-1.0.0/wski18n/resources/de_DE.all.json: > > application/x-empty; charset=binary > > /var/folders/1k/psp_w62s75q4lph2wv38hjw40000gn/T/tmp.Kr03XB3n/ > > openwhisk-client-go-1.0.0/wski18n/resources/es_ES.all.json: > > application/x-empty; charset=binary > > /var/folders/1k/psp_w62s75q4lph2wv38hjw40000gn/T/tmp.Kr03XB3n/ > > openwhisk-client-go-1.0.0/wski18n/resources/fr_FR.all.json: > > application/x-empty; charset=binary > > ... > > > > Hi Dominic, > > Please update your rcverify.sh script to latest (eac6141). In > PR#300 > to openwhisk-release I enhanced rcverify.sh to allow the > "application/x-empty" file type (these files that are being flagged are all > 0 byte files generated by the internationalization tooling). > > thanks, > > --dave >