Repository and projects vcs and vcs_processed empty #8625
Unanswered
luismartinpolo22
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm trying to analyse, scan and evaluate a Python project whose dependencies are defined in a requirements.txt file. When running the analyzer, the repository and projects vcs and vcs_processed sections are missing the type, url, revision and path info. Without this info, the evaluator performed later returns the following error:
Could not resolve provenance for package '...:'
I saw in the mime-types example that the package.json file contains basic info about the project, and then tried to do the same for my project defining a setup.py as follows:
But then I got the following error running the analyzer:
Could you please help to understand the issue better?
Is there any place in the documentation where the basic info that a project should contain is defined? I will need to do the same for java projects later on.
Many thanks,
Luis
Beta Was this translation helpful? Give feedback.
All reactions