Hector Fernandez

Results 189 comments of Hector Fernandez

Your response format doesn't follow the same format I shared above. That is why you are getting a `result` is undefined for query ... Please, wrap the result of your...

@SaiJyothiGudibandi Why don't you try to follow the suggested format ? ``` package sigstore isCompliant[response] { ... response :={ "result" : result, "error" : errorMsg, } } ``` I can...

This error message is only supported in the policy-controller. The code calls `EvaluatePolicyAgainstJSON` function in cosign. However the cli code doesn't use it, that is why this format won't work...

Initially it seems it cannot replace the label `chainguard-rust-chef` by the `cgr.dev/chain guard/rust` image. It wrongly attempts to fetch it from docker hub where it doesn't exist. I need to...

@ethanchowell I'd suggest you use `cosign copy` command https://github.com/sigstore/cosign/blob/main/doc/cosign_copy.md.

@ethanchowell I am not sure what it could be the problem. Have you try with other blobs such as attestations ?

@cpanato could you help us to replace the vi checks for the unsupported k8s versions?

@malancas It looks like there are some errors when using Kubernetes v1.34. Have you looked at them ?

@malancas The DCO check is failing :/ https://github.com/sigstore/policy-controller/pull/1898/checks?check_run_id=55202289704

@cpanato whenever you get some time, could you review https://github.com/sigstore/community/pull/669 ?