You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Problem encountered running dependency scan: endswith first arg must be str or a tuple of str, not list
Warning: Dependency analysis ran into some trouble.
Get correct SBOM
Detailed Comments
The code appears to have a bug
The bug is causing an error message on stdout not stderr, so it is incorporated with any SBOM output
Regardless of the error, the correct SBOM seems to be getting generated.
The text was updated successfully, but these errors were encountered:
lucasgonze
changed the title
Error message "endswith first arg must be str"
Bug: scanoss-py error "endswith first arg must be str"
Oct 17, 2024
Summary
Error in ScanOSS causing message to be dumped to console
Steps to Reproduce
git clone https://github.com/modal-labs/pytest-markdown-docs
Run scanoss-py via Docker
docker run -it --rm -v
"/private/tmp/t/pytest-markdown-docs":"/scanoss"
ghcr.io/scanoss/scanoss-py@sha256:9a9e955c0f822635690de293ec6ee7426ac946a6f10d5ac76c95af58c7e42748
scan -D . --quiet --dependencies
Detailed Comments
Regardless of the error, the correct SBOM seems to be getting generated.
The text was updated successfully, but these errors were encountered: