Jose Angel Munoz

Results 13 comments of Jose Angel Munoz

Tested https://github.com/helm/kind-action in a personal repository. We will add to the solution ASAP

@dholbach I'm going to apply the following changes in a first stage. Then I will improve with different scenarios. I think this is going to be a long one 🤣...

I vote for a common output in both json and standard like: ```json { "Deployment.v1.apps": [ { "difference": ".spec.replicas: '1' != '3'", "name": "default/kubediff-app", "path": "tests/e2e/success/k8s-deployment.yaml" } ] ``` ```sh...

I think we can keep the one we have and add some flags for extended ones 😄

This issue can be closed. This has been fixed in https://github.com/dev-sec/windows-baseline/pull/44

Let me have a look and see how can we start implementing 1.5.1 😋

If there is an agreement to go ahead with this functionality, I can work on it.

Hi @PierreLesouhaitier what about using the `no_log` option in the playbook header? Regards

I was thinking on implementing something like this: ```python headers=dict(type='dict', default={}), secret_headers=dict(type='dict', default={}, no_log=True), ``` With this approach, any header that would need to be hidden will be in the...

Thanks @sivel Then I won't do any change but I think this should be closed IMHO. Regards