1 Star 0 Fork 1

firewall/DependencyCheck

forked from guoci/DependencyCheck 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
coverity_scan.sh 465 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jeremy Long 提交于 2017-06-04 07:07 . made coverity scan executable
#!/bin/bash -e
if [ $TRAVIS_BRANCH = "master" ] && [ $TRAVIS_EVENT_TYPE = "cron" ] ; then
echo "Executing Coverity Scan"
export COVERITY_SCAN_PROJECT_NAME="jeremylong/DependencyCheck"
export COVERITY_SCAN_NOTIFICATION_EMAIL="jeremy.long@owasp.org"
export COVERITY_SCAN_BRANCH_PATTERN="master"
export COVERITY_SCAN_BUILD_COMMAND="mvn package -Dmaven.test.skip=true"
curl -s https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh | bash
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gitbird/DependencyCheck.git
git@gitee.com:gitbird/DependencyCheck.git
gitbird
DependencyCheck
DependencyCheck
main

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385