-
I want to generate grafeas V1 version client api by swagger-codegen,is there a Swagger Json of grafeas client api?
-
## Expected Behaviour
The response returns an error stating that an occurrence with that ID does not exist
## Actual Behaviour
The response deletes the occurrence from the original project and mo…
-
Hi!
I am currently exploring the API, and noticed something that seems to be an inconsistency. The Build Kind has the [signature field](https://github.com/grafeas/grafeas/blob/master/proto/v1beta1/…
-
## Expected Behavior
Update the examples to use Go client library and refer to the v1beta Grafeas API reference.
## Actual Behavior
Currently, refers to Java client library from alpha version and…
-
When listing occurrences, times are not properly parsed, and thus default to 0001-01-01. This is because the format that gofeas tries to unmarshal from is not set.
-
I got to this project following the Google documentation about Binary Authorization:
https://cloud.google.com/binary-authorization/docs/creating-attestations-voucher
They mention two options for s…
ghost updated
5 months ago
-
Is it possible we can get this library regenerated for v1beta1? Since there's no make target in the main `grafeas` repo for generation of a java client, i'm not sure the recommended way to create and …
-
Hi,
I am trying to generate a controller in my project from the swagger files in the [Grafeas](https://github.com/grafeas/grafeas) project. Specifically, I am experimenting with this file:
https:/…
-
We should allow notes and occurrences to be signed. The server implementation should verify these signatures and reject if they are invalid. Notes can specify accepted keys, and occurrences attached t…
-
### **Problem**
Server and client json renderers do not match. Client code (defined in `client-go`) expects json keys in snake_case, and the server code (defined in `grafeas/grafeas`) sends json ke…