Searched refs:COVERITY_TOKEN (Results 1 – 1 of 1) sorted by relevance
70 …t https://scan.coverity.com/api/upload_permitted --post-data "token=$COVERITY_TOKEN&project=$PROJN…135 …wget https://scan.coverity.com/download/cxx/linux64 --post-data "token=$COVERITY_TOKEN&project=$PR…142 …wget https://scan.coverity.com/download/cxx/linux64 --post-data "token=$COVERITY_TOKEN&project=$PR…215 COVERITY_TOKEN="$(cat "$1")"267 if [ -z "$COVERITY_TOKEN" ]; then268 COVERITY_TOKEN="$(git config coverity.token)"270 if [ -z "$COVERITY_TOKEN" ]; then367 echo "$COVERITY_TOKEN" > "$SECRET"453 curl --form token="$COVERITY_TOKEN" --form email="$COVERITY_EMAIL" \