-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: github scan action failing #3386
Comments
The problem seems to be: test command:
test output:
|
hi @anthonyharrison, can you please take a look at the error log? looks like it's from |
@b31ngd3v Will have a look now |
0 CVEs and 0 products is the problem with Lib4sbom. Will update lib4sbom and publish to pypi. |
This will stop the crash but generating a SBOM for no components doesn't seem correct. Need to add the following at the start of generate_sbom if len(all_product_data) == 0:
return |
thanks @anthonyharrison, it works now 👍🏻 |
Description
Our github action https://github.com/intel/cve-bin-tool-action is failing when run on this repo (and possibly others) and I'm not sure why yet but I'm filing this so it's a known issue. There haven't been any code changes in the action recently so it may be a change in github actions itself?
To reproduce
See any of the github actions in https://github.com/intel/cve-bin-tool/actions/workflows/cve_bin_tool_action.yml
e.g. https://github.com/intel/cve-bin-tool/actions/runs/6398611856/job/17369112662
The text was updated successfully, but these errors were encountered: