]> git.ipfire.org Git - thirdparty/git.git/commit
coverity: detect and report when the token or project is incorrect
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 25 Sep 2023 11:51:02 +0000 (11:51 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Oct 2023 18:45:46 +0000 (11:45 -0700)
commit3349520e1a1ffd268347ec0ebb720830428f872e
tree731ee85c6052119944227a56bade3f72cad0e522
parentc13d2adf8b4e5e364224b97c3ec6cbe29a7f23ed
coverity: detect and report when the token or project is incorrect

When trying to obtain the MD5 of the Coverity Scan Tool (in order to
decide whether a cached version can be used or a new version has to be
downloaded), it is possible to get a 401 (Authorization required) due to
either an incorrect token, or even more likely due to an incorrect
Coverity project name.

Seeing an authorization failure that is caused by an incorrect project
name was somewhat surprising to me when developing the Coverity
workflow, as I found such a failure suggestive of an incorrect token
instead.

So let's provide a helpful error message about that specifically when
encountering authentication issues.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.github/workflows/coverity.yml