=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== antpm-1.19/scripts/coverity_scan_script.sh-32-# Verify this branch should run antpm-1.19/scripts/coverity_scan_script.sh:33:IS_COVERITY_SCAN_BRANCH=`ruby -e "puts '${TRAVIS_BRANCH}' =~ /\\A$COVERITY_SCAN_BRANCH_PATTERN\\z/ ? 1 : 0"` antpm-1.19/scripts/coverity_scan_script.sh-34-if [ "$IS_COVERITY_SCAN_BRANCH" = "1" ]; then ############################################## antpm-1.19/scripts/coverity_scan_script.sh-41-# Verify upload is permitted antpm-1.19/scripts/coverity_scan_script.sh:42:AUTH_RES=`curl -s --form project="$COVERITY_SCAN_PROJECT_NAME" --form token="$COVERITY_SCAN_TOKEN" $SCAN_URL/api/upload_permitted` antpm-1.19/scripts/coverity_scan_script.sh-43-if [ "$AUTH_RES" = "Access denied" ]; then ############################################## antpm-1.19/scripts/coverity_scan_script.sh-46-else antpm-1.19/scripts/coverity_scan_script.sh:47: AUTH=`echo $AUTH_RES | ruby -e "require 'rubygems'; require 'json'; puts JSON[STDIN.read]['upload_permitted']"` antpm-1.19/scripts/coverity_scan_script.sh-48- if [ "$AUTH" = "true" ]; then ############################################## antpm-1.19/scripts/coverity_scan_script.sh-50- else antpm-1.19/scripts/coverity_scan_script.sh:51: WHEN=`echo $AUTH_RES | ruby -e "require 'rubygems'; require 'json'; puts JSON[STDIN.read]['next_upload_permitted_at']"` antpm-1.19/scripts/coverity_scan_script.sh-52- echo -e "\033[33;1mCoverity Scan analysis NOT authorized until $WHEN.\033[0m" ############################################## antpm-1.19/scripts/coverity_scan_script.sh-71- antpm-1.19/scripts/coverity_scan_script.sh:72:TOOL_DIR=`find $TOOL_BASE -type d -name 'cov-analysis*'` antpm-1.19/scripts/coverity_scan_script.sh-73-export PATH=$TOOL_DIR/bin:$PATH ############################################## antpm-1.19/scripts/make-tarball-3-VER=`cat src/VERSION | head -n 1` antpm-1.19/scripts/make-tarball:4:GIT_VER=`git log | head -1 | awk '{print $2 }'` antpm-1.19/scripts/make-tarball-5- ############################################## antpm-1.19/scripts/snaphot-deb-23- antpm-1.19/scripts/snaphot-deb:24:CHGLOG_VER=`head -1 scripts/debian/changelog | awk -F "[()]" '{ for (i=2; i<NF; i+=2) print $i }'` antpm-1.19/scripts/snaphot-deb-25-OUTNAME=antpm_${CHGLOG_VER}.orig.tar