GitGuardian / src-fingerprint

Extract git related information (file shas, commit shas) from your hosted source version control system
MIT License
21 stars 10 forks source link

feat(provider): add information when using the provider repository #25

Closed pierrelalanne closed 2 years ago

pierrelalanne commented 2 years ago

When using the provider 'repository' we add options to precise a repo-name and whether the repo is private or not in the final outputs.

This is in order to avoid jsonl outputs where the repository_name is not filled, and the private field is inconsistent.

pierrelalanne commented 2 years ago

I agree, I think we can stick to this implementation as a first approach.
I created an issue to make the changes you suggested.