Announcement

Collapse
No announcement yet.

Open Source Security Foundation's Criticality Score 2.0 Debuts To Rank Important OSS Projects

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    Originally posted by anarki2 View Post
    Code:
    2023-02-24 14:28:53.277 INFO Preparing default scorer
    2023-02-24 14:28:53.286 ERROR Failed to create collector {"error": "init deps.dev source: failed to create bigquery client: bigquery: constructing client: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information."}
    main.main
    /home/foobar/go/pkg/mod/github.com/ossf/[email protected]/cmd/criticality_score/main.go:160
    runtime.main
    /snap/go/10050/src/runtime/proc.go:250 zz0.ntbwfuuqbngzz
    Cool I guess. Why do I need Google credentials for an app to calculate the score of a GITHUB (Microsoft) repo? Or do the authors need one? But why? What does Google have to do with anything? And why can't I skip it?
    If you want to run it w/o the collecting you can use the -depsdev-disable flag, it should work after that.

    Comment

    Working...
    X