Ridwan Hoq
Ridwan Hoq
Docker image
Any interest in publishing a docker image for this? I'm using this [Dockerfile](https://github.com/ridhoq/cosmosdb-server/blob/docker/Dockerfile) in an integration testing story via docker-compose and it appears to be working great
# Description of the PR Support collecting all OCI artifacts in an OCI registry that has the `/v2/_catalog` endpoint enabled. TODO: - [ ] Add unit tests - [ ]...
**Is your feature request related to a problem? Please describe.** [The GUAC ontology](https://docs.guac.sh/guac-ontology/) represents a graph of software artifacts, actors, and actions taken by actors. One of the most important...
**Is your feature request related to a problem? Please describe.** Today, GUAC has a [Verifier](https://github.com/guacsec/guac/blob/52a55e44d194fe19b93e3f43d7901542afa51e9d/pkg/ingestor/verifier/verifier.go#L32) interface to link a given payload to an identity. Currently, the only implementation of this...
**Is your feature request related to a problem? Please describe.** Today, GUAC supports collection from OCI artifacts via fallback artifacts and, soon, OCI referrers (#1277). Another way that supply chain...
Similar to #1020 and the [GCS collector](https://github.com/guacsec/guac/tree/main/pkg/handler/collector/gcs), guac can collect from [Azure Blob Storage](https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blobs-overview) **Describe the solution you'd like** There can be an integration into [Azure Event Grid](https://learn.microsoft.com/en-us/azure/event-grid/overview) to notify...