Home
last modified time | relevance | path

Searched refs:COVERITY_TOKEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/scripts/coverity-scan/
H A Drun-coverity-scan70 …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" ]; then
268 COVERITY_TOKEN="$(git config coverity.token)"
270 if [ -z "$COVERITY_TOKEN" ]; then
367 echo "$COVERITY_TOKEN" > "$SECRET"
453 curl --form token="$COVERITY_TOKEN" --form email="$COVERITY_EMAIL" \
/openbmc/qemu/.gitlab-ci.d/
H A Dbuildtest.yml766 - if: '$COVERITY_TOKEN == null'