_5R3U5T0N_

Results 2 issues of _5R3U5T0N_

## Your Question I'm trying a configMap on a single file as I'm doing an automation with lambda, did you know this is possible? ``` apiVersion: "execution.securecodebox.io/v1" kind: Scan metadata:...

question

**What happened (please include outputs or screenshots)**: #### kubetest3.py ```py import yaml from kubernetes import client,config,utils config.load_kube_config() k8s_client = client.ApiClient() yaml_file = 'src/assets/zap-api-scan.yaml' utils.create_from_yaml(k8s_client,yaml_file,verbose=True) ``` #### zap-api-scan.yaml ```yaml # SPDX-FileCopyrightText:...

kind/bug