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
The command requires a projectID, but there is no info, what is needed here and where i can get this ID
Too many failures: I stopped here.
When a project ignores "autotools" (and C or C++) and decides to uses something different,
the replacement must be as simple as "autotools" (together with C or C++),
and the replacement must always work.
Unfortunately, this project is not simple and it does not work at all.
The text was updated successfully, but these errors were encountered:
winspool
changed the title
README: No configure script found. No requirementslisted. Hints for new users are broken. User experience for this project: crap
README: No configure script found. No requirementslisted. Hints for new users are broken. User experience for this project: Bad
Jan 30, 2024
I arrived here from
oss-fuzz
.From the project description, criticality_score looks simple, but for a new user, it's crap.
Hint: My system does not have many unused tools installed,
and I never used
go
ordocker
before and neither is installed.configure
scriptMakefile
is present, so I expect, that a simplemake
worksmake
just outputs a help messageMakefile
has noall
target, or at least a target namedcriticality_score
README.md
fileRequirements
orDependencies
Dependencies
, everything should workout of the box
:I tried again with the
Usage
section in the READMEgo install github.com/ossf/criticality_score/cmd/criticality_score@latest
go
/golang
not installed.A `configure' script could check that and print a useful message
golang
with the package manager works (needs 220MB)go install github.com/ossf/criticality_score/cmd/criticality_score@latest
go
downloads 64 dependency projects, but nothing changed in the cloned project.Nothing was build in the current directory (the cloned repository)
gcloud auth login --update-adc
gcloud
is not installed and cannot be installed from the package managergcloud
come from?A
configure
script could check forgcloud
and print a messagecriticality_score -gcp-project-id=[your projectID] https://github.com/kubernetes/kubernetes
criticality_score
was not buildprojectID
, but there is no info,what is needed here and where i can get this ID
Too many failures: I stopped here.
When a project ignores "autotools" (and C or C++) and decides to uses something different,
the replacement must be as simple as "autotools" (together with C or C++),
and the replacement must always work.
Unfortunately, this project is not simple and it does not work at all.
The text was updated successfully, but these errors were encountered: