Scott Kinder

Results 5 comments of Scott Kinder

I can skip the test if I pass it as a command-line argument. ``` checkov -f deployment.yaml --framework kubernetes --skip-check CKV2_K8S_6 ``` Though, interestingly, the test does not show up...

This is occurring on Checkov version `2.2.302`. ``` checkov --version 2.2.302 ```

Here is a sanitized version of the `Deployment` on which this test cannot be skipped: ``` apiVersion: apps/v1 kind: Deployment metadata: name: release-name-microservice namespace: test annotations: "checkov.io/skip1": "CKV_K8S_14=ignored as digests...

This is also occurring on `StatefulSet` Helm charts I've written for `$EMPLOYER`.

I'm having this issue on a ~ 1 month old Windows 11 Pro install. Specifically, the error in the title of this issue.