Skip to content

Releases: GitGuardian/src-fingerprint

v0.19.0

17 May 08:41
Compare
Choose a tag to compare

In this release :

  • We add a missing dependency procps.
  • We add an option to parallelize the treatment of repos provided with -u option.

v0.18.0

10 May 15:14
Compare
Choose a tag to compare

In this release :

  • We add the ability to timeout after a given time spent on one repository using the --timeout option

v0.17.0

30 Mar 13:02
Compare
Choose a tag to compare

🚀 In this release :

  • We introduce the ability to provide multiple repositories with the --object option.

v0.16.1

08 Mar 17:00
Compare
Choose a tag to compare

🚀 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

15 Feb 10:00
Compare
Choose a tag to compare

🚀 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

08 Feb 11:23
Compare
Choose a tag to compare

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

18 Jan 14:01
Compare
Choose a tag to compare

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

03 Jan 16:25
Compare
Choose a tag to compare

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

15 Dec 11:08
Compare
Choose a tag to compare

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

08 Dec 11:20
Compare
Choose a tag to compare

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.