-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Run coverity if there was any commit in the week #60
Conversation
Signed-off-by: Simo Sorce <simo@redhat.com>
@oerdnj after you showed me how to run cov scan on pkcs11-provider I wanted to revive the scans for this project. See the action script, it should just work, but what I get is a 0 length tar ball instead. I manually tried the curl command locally and it works, so I do not understand what's wrong. Unfortunately the actions script does not log anything so I can't tell where the error lays. |
This (usually) happens when the token or the project name is wrong... If you go to https://scan.coverity.com/projects/gssproxy/builds/new, there's an exact CURL line that needs to be used. It's unintuitive, because for pkcs11prov it was "PKCS#11 Provider" (urlencoded) instead of |
The project name is correct, it is a very simple "gssproxy"
As I said I tested the curl command locally and authorization works. Scratching my head.... |
I think I may know why this is not working, I think github is not giving out the secret token to the pull request, because the workflow is being changed there, so it could try to steal it. I just pushed the commit onto my fork main tree after adding the secrets to my fork, and it seems to be downloading the huge tarball. After all previously the test run would fail pretty quickly, while now it is stuck there on the download step. So I am going to assume this will resolve itself once I merge the code, and can't test it as part of a PR. |
Indeed it succeeded and ran the scan from my fork. |
Oh, right. I also tested this on my fork's main branch for this reason. I've just forgot about this. |
No description provided.