Luiz Carvalho

Results 25 issues of Luiz Carvalho

Would be great to have a way to display the country name in its native form not just in English. For example: ``` 'BR' -> 'Brasil', 'IT' -> 'Italia' ```

## Short description When using `rego.Load` with an absolute path on Windows, the following error is returned when `Rego.PrepareForEval` is called: ``` 1 error occurred during loading: CreateFile \Users\RUNNER~1\AppData\Local\Temp\TestRegoPolicyLoadAbsolutePath3698015745\001\policy.rego: The...

bug
inactive

**NOTE: we suspect this is because initialization is half way done sometimes, and on next boot the generation of files is not completed** #### What happened: Unable to start microshift...

kind/bug
lifecycle/stale

I have a consumer that takes about 20 minutes to process a received message. During this period the consumer should not be stopped. If I need to deploy a new...

How do I produce a diff between my current working tree and a given commit? Similar to `git diff `. Not sure if it's possible to create a `Tree` object...

[TEP-84](https://github.com/tektoncd/community/blob/main/teps/0084-endtoend-provenance-collection.md) calls for end-to-end provenance collection. In this POC, Chains is modified to attest PipelineRun resources in addition to TaskRun resources. Three new options are added to the configuration: *...

needs-ok-to-test
size/XXL
do-not-merge/work-in-progress

# Expected Behavior Tekton Chains should only ever create one instance of an artifact type for a given TaskRun resource. # Actual Behavior Tekton Chains creates the same artifact multiple...

kind/bug
lifecycle/rotten

# Expected Behavior The Tekton Chains controller should only create TaskRun attestations if the TaskRun succeeds. # Actual Behavior The controller creates TaskRun attestations regardless of the final state of...

kind/bug

**Description** When using golang to fetch version 1.9.0 of cosign, the computed digest is not consistent between different environments. This causes portability issues in `go.sum` of projects using cosign: ```...

bug

**Description** The `cosign veify*` sub-commands allow passing multiple image references. However, it's not obvious how to interpret the output on either failure or success. Given that an image may have...

enhancement