Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Aug 16:19
· 115 commits to main since this release
07bbeed

Changelog

458fdb4 Add renovate.json
0ad6ae3 Initial commit
d104a1f Update module github.com/google/uuid to v1.3.0
e2e43a6 add ability to call endpoints w/o authentication
2140693 basic, partial API outline
3f4d0b9 ci: add more linters
2ada2fb ci: tweak .goreleaser.yml
a015e7c cleanup; add CI files
517b2f3 feat: consume error response bodies
0dca07b feat: implement project cloning
c411c3d feat: make user agent and debug configurable
24e4397 fix findings api returning another analysis state field
23e8361 fix: actually use context in newRequest
07bbeed fix: gitignore sboms
848f791 fix: set user agent
7f3dc1e implement basic operations for findings and analysis
c3cdcb6 implement bom processing check
5cd4bde master -> main
a62f1d7 move gh workflows into correct dir
6ef1f44 refactor: cleanup
b7112e2 refactor: implement api client without resty
41f135b refactor: use services to structure api resources
a2f0d94 update readme
73145c1 use request options instead of awkward positional arguments