ossf / criticality_score

Gives criticality score for an open source project
Apache License 2.0
1.31k stars 119 forks source link

Add GitLab support to collect_signals #207

Open calebbrown opened 1 year ago

calebbrown commented 1 year ago

The Python project has support for extracting data from GitLab.

Ideally this should be available in collect_signals in the Go implementation before deprecating Python.

GitLab's API does not support enumeration at this stage.

nathannaveen commented 1 year ago

I would like to work on this. I am planning to use https://github.com/ossf/scorecard/tree/main/clients/gitlabrepo to help with the work.