Releases: GitGuardian/src-fingerprint
Releases · GitGuardian/src-fingerprint
v0.19.0
v0.18.0
In this release :
- We add the ability to timeout after a given time spent on one repository using the
--timeout
option
v0.17.0
🚀 In this release :
- We introduce the ability to provide multiple repositories with the
--object
option.
v0.16.1
🚀 In this release :
- We add an option to support ssh cloning
- We add integration tests with an on prem BitBucket instance
- We fix a small error on existing tests
- We unpin version for cloudsmith-cli as this broke the upload of the package.
v0.15.0
🚀 Release Summary :
- Fix a vulnerability in logging.
- Improve logging.
- Add ggshield as a CI step.
- Improve the repository provider by inferring the repository name.
- Improve the CLI with a subcommand
collect
for future additions.
v0.14.0
Release summary :
- Fix deletion of cloned repositories once extraction is done
- Handle deserialization errors
- Add a powershell script for Windows install
- Add integration tests
- Improvements for provider "repository"
v0.13.0
In this release, we :
- Improve binary archives generation
- Change the default output extensions
- Improve documentation and CLI consistency
- Publish deb and rpm packages on cloudsmith
v0.12.0
In this release :
- We gather only private repos when using GitHub as a provider
- We publish
.rpm
and.deb
artifacts for each releases.
v0.11.0
In this release :
- We fix the gitlab flow as it was not gathering expected repositories.
- We introduce new options to specify extra information on fingerprinted repositories.
v0.10.0
Content
In this release, we add some options to src-fingerprint
:
- Ability to limit the number of repos to fetch : 100 by default.
- Add some more output format, especially a gzip-jsonl format.
- we also cleaned a bit the output displayed to the user.