Takuya Mishina

Results 12 comments of Takuya Mishina

Is there a plan to update [the PCI-DSS profile for OCP4](https://github.com/ComplianceAsCode/content/blob/master/controls/pcidss_ocp4.yml), which currently supports v3.2.1?

I think [count function of OVAL dictionary](https://oval.mitre.org/language/version5.10/ovaldefinition/documentation/oval-definitions-schema.html#CountFunctionType) can be used, but current [yamlfile content test](https://github.com/OVAL-Community/OVAL/issues/91) does not support including additional elements like count. @evgenyz Could you help us embed `count`...

@evgenyz Thank you, I'm now clearer about how I can use the count function. Here let me use concrete example - section 5.1.3 of CIS Benchmark for OpenShift. It requires...

There are two issues on Compliance Operator to implement section 5.x rules. ### 1. Error when multiple rules attempt to collect all resources of a type Assume that there are...

It may be an empty array (map) for `null`. In my case I want to enumerate verbs (e.g., `["delete", "create",...'`) and honestly I have not yet thought about the side-effect....

@alfinkel - The cluster resource fetcher will go into `kubernetes` category. - Regarding the cluster list fetchers, I will implement two fetchers. - One is BOM (Bill of Materials) fetcher...

@alfinkel I have a plan to contribute an IBM Cloud resource fetcher, which is based on the Kubernetes fetcher (#32), and therefore I'd like to close this issue when I...

@alfinkel for this check, I would like to create a new category like `compliance_operator`, or `openshift` because the [compliance operator](https://github.com/openshift/compliance-operator) is hosted in [openshift organization](https://github.com/openshift).

I faced same issue and now unable to test my custom plugin. Is there any plan to fix the issue, or any hint or workaround to avoid the issue? Thanks!