Skip to content

Releases: GitGuardian/src-fingerprint

v0.9.1

03 Dec 16:37
a1b0ec6
Compare
Choose a tag to compare

Content

  • Fix goreleaser CI

v0.9.0

03 Dec 16:18
9adbf5c
Compare
Choose a tag to compare

Release v0.9.0

In this release :

  • We fix some minor issues
  • We make src-fingerprint available via GitGuardian/homebrew-tap

v0.8.1

02 Aug 14:20
Compare
Choose a tag to compare

Changelog

a981483 docs(fingerprint): add tuts for generating tokens on VCS
51ee544 fix(github): fix overflow of int32
98ca63f fix(github): missing object makes provider collect all user repositories
3be9f21 fix(github): missing object makes provider collect user that's not the authenticated

v0.8.0

27 Jul 14:59
Compare
Choose a tag to compare

Changelog

7d34efb chore(README): clarify local repository scanning
a44c8d3 chore(ci): add golang actions
9a54f41 chore(ci): add pre-commit hooks
d210344 chore(ci): automate release
7fd211f chore(deps): update deps
de0b22e chore(readme): split README and CONTRIBUTING
406c803 chore(srcfingerprint): add skip archived
e03bca8 chore(srcfingerprint): remove commented code
4db0dc7 chore(srcfingerprint): remove commented code
7b12c7b chore(srcfingerprint): remove unused code
679246c chore(srcfingerprint): rename branch
657e258 chore(srcfingerprint): squash generic properties of providers
d9206e7 chore(srcfingerprint): standardize call
50b3459 chore(srcfingerprint): update .env.example
ab5e84b chore(srcfingerprint): update readme
64946c0 chore: clean readme
101172a ci(golang): improve linting and testing to match go-consumers
505f5b5 ci(release): fix url
7be4089 ci(release): tweak goreleaser
aeabbe4 feat(cli): add clone dir option
2078650 feat(cli): remove tests, add cli framework
0c0d4ef feat(cloner): add native git cloning
9d50e21 feat(cloner): remove in memory cloner
ecdcc1a feat(exporter): add support for jsonl
658a058 feat(extractor): add an option --after to select only a given time window in fileshas
6244cda feat(gitlab): fix cloning errors
347795b feat(gitlab): separate accessible and group repositories
c019557 feat(provider): add either a repository is private or not
d41964f feat(sf): add main package
0e0b789 feat: add .gitignore
fdda390 feat: add git files shas collection capabilities
18e92d2 feat: first commit
ca6f589 fix(bitbucket): escape bitbucket tokens
527d178 fix(bitbucket): fix bitbucket collection
ff6b4ba fix(cli): fix message logging
65f4026 fix(codestyle): implement changes suggested by golangci
4a6aedf fix(codestyle): update to golangci 39
0f7791f fix(deps): update dependencies and go mod tidy
9f1b120 fix(doc): fix some srcfingerprint-collector mentions in README.md
37df96e fix(git_cmd): fix the object size for git command to avoid inconsistencies
6b629b5 fix(goreleaser): remove gitlab release
3e89176 fix(srcfingerprint): remove repo after scan is finished
a664536 fix(vcs): upgrade github wrapper to get rid of old errors
0b1092e fix: update README.md
68f6bde gix(gitlab): add gitlab job definiton
b0dc8a6 test(srcfingerprint): skip failing tests for now