# Check Kubernetes CPU Requests

**Use case:** 

Run CKV_K8S_10 against a pinned kubernetes fixture and review the normalized policy finding in an Apify Dataset.

## Input

```json
{
  "sourceType": "github",
  "repositoryUrl": "https://github.com/DataKazKN/iac-security-scan-examples",
  "repositoryRef": "ad600c04599f8a1d353639252ee12d2a5976a732",
  "subdirectory": "fixtures/kubernetes",
  "frameworks": [
    "kubernetes"
  ],
  "policyProfile": "security",
  "checkIds": [
    "CKV_K8S_10"
  ],
  "maxFindings": 50
}
```

## Output

```json
{
  "framework": {
    "label": "Framework",
    "format": "string"
  },
  "primaryCategory": {
    "label": "Primary category",
    "format": "string"
  },
  "checkId": {
    "label": "Check ID",
    "format": "string"
  },
  "checkName": {
    "label": "Policy",
    "format": "string"
  },
  "resource": {
    "label": "Resource",
    "format": "string"
  },
  "filePath": {
    "label": "File",
    "format": "string"
  },
  "lineStart": {
    "label": "First line",
    "format": "integer"
  },
  "findingFingerprint": {
    "label": "Finding fingerprint",
    "format": "string"
  },
  "policyReference": {
    "label": "Policy source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [IaC Security Misconfiguration Scanner API](https://apify.com/kazkn/hosted-iac-policy-scan-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kazkn/hosted-iac-policy-scan-api) to learn more, explore other use cases, and run it yourself.