-
Notifications
You must be signed in to change notification settings - Fork 556
Open
blondon1/cve-bin-tool
#1Labels
CIRelated to our continuous integration service (GitHub Actions)Related to our continuous integration service (GitHub Actions)good first issueGood for newcomersGood for newcomers
Description
Our coverity scans are currently failing with the following error:
Run tar -xzf cov-analysis.tar.gz --strip 1 -C cov-analysis
Run export PATH="${PWD}/cov-analysis/bin:${PATH}"
[COMMAND LINE ERROR] Undefined option 'no-command'
Specify --help for assistance.
The "no-command" refers to an option that we used to handle python which doesn't have a build command (hence "no-command"). I don't know off the top of my head if that's changed in the latest version and we need to change our config or what, but if anyone's got a few minutes to read the coverity docs and figure out what's going on then fix our config, that would be fantastic. Probably very easy to fix.
Metadata
Metadata
Assignees
Labels
CIRelated to our continuous integration service (GitHub Actions)Related to our continuous integration service (GitHub Actions)good first issueGood for newcomersGood for newcomers