Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collect additional metadata from scanned Git repositories #66

Merged
merged 17 commits into from
Aug 16, 2023

Conversation

bradlarsen
Copy link
Collaborator

@bradlarsen bradlarsen commented Jul 18, 2023

The scan command now collects additional metadata about blobs found within Git repositories. Specifically, for each blob found in Git repository history, the set of commits where it was introduced and the accompanying pathname for the blob is collected. This is enabled by default, but can be controlled using the new --git-blob-provenance={first-seen,minimal} parameter.

There are several other improvements and new features in this pull request.

Fixes #16.

@bradlarsen bradlarsen marked this pull request as ready for review August 15, 2023 21:52
@bradlarsen bradlarsen merged commit 1cadd08 into main Aug 16, 2023
6 checks passed
@bradlarsen bradlarsen deleted the git-metadata branch August 16, 2023 01:49
@bradlarsen bradlarsen added enhancement New feature or request content discovery Related to enumerating or specifying content to scan labels Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content discovery Related to enumerating or specifying content to scan enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Report detailed Git provenance information for matches
1 participant