]> git.ipfire.org Git - thirdparty/util-linux.git/commit
ci: add a GHAction sending data to Coverity
authorEvgeny Vereshchagin <evvers@ya.ru>
Wed, 3 Nov 2021 06:22:17 +0000 (06:22 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Wed, 3 Nov 2021 11:13:37 +0000 (11:13 +0000)
commitc881bec5fe10eff9cf06e2db4dc479d798f9eae6
tree9bb9eba077f9167e756d781ead755e2f001ebc78
parent45020b672666a9372d783ddde7ed0c5d08f42161
ci: add a GHAction sending data to Coverity

To get it to work a secret named COVERITY_SCAN_TOKEN should
be added to the util-linux repository:
https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository

It has to match the util-linux project token, which
can be found at
https://scan.coverity.com/projects/karelzak-util-linux?tab=project_settings

Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
.github/workflows/cibuild-setup-ubuntu.sh
.github/workflows/cibuild.sh
.github/workflows/coverity.yml [new file with mode: 0644]
Documentation/howto-tests.txt