Commit Graph

2 Commits

Author SHA1 Message Date
AdamKorcz c6fa37a712
go-containerregistry: add contact (#8757)
As requested here:
https://github.com/google/oss-fuzz/pull/8627#discussion_r984079271

@mattmoor: for info

@jonjohnsonjr do you also want to receive bug reports for
go-containerregistry by any chance?

Signed-off-by: AdamKorcz <adam@adalogics.com>

Signed-off-by: AdamKorcz <adam@adalogics.com>
2022-10-12 17:56:41 -04:00
AdamKorcz 1cf00b132a
go-containerregistry: intitial integration (#8627)
go-containerregistry is a golang library for working with container
registries. It is used by several projects already integrated in
OSS-Fuzz like
[Istio](https://github.com/istio/istio/blob/master/pkg/wasm/cache.go#L32)
and
[Crossplane](dd87bfb23c/internal/xpkg/fetch.go (L28-L32)).

__________________________________________________________

@imjasonh Do you prefer integrating with OSS-Fuzz instead of merging
https://github.com/google/go-containerregistry/pull/1421? If so, here is
the PR for that

Signed-off-by: AdamKorcz <adam@adalogics.com>

Signed-off-by: AdamKorcz <adam@adalogics.com>
2022-09-29 16:59:52 -04:00