# scapresults **Repository Path**: mirrors_openshift/scapresults ## Basic Information - **Project Name**: scapresults - **Description**: A helper script used by openshift/compliance-operator to upload OpenSCAP scan results into a configMap - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README DEPRECATED ========== This project has been [moved](https://github.com/openshift/compliance-operator/pull/83) under the [compliance-operator](https://github.com/openshift/compliance-operator) Please consult compliance-operator for latest development. ___ scapresults =========== This is deployed as a workload for the [compliance-operator](https://github.com/openshift/compliance-operator/), and is used in order to collect the logs of the OpenSCAP checks for the nodes in the cluster. This is a small script that uploads a file to a ConfigMap, optionally gzipping it to fit within the etc 1MB file limit. TODO ==== - [ ] Handle duplicated ConfigMaps: What happens when the ConfigMap that this tool is trying to create already exists? Should it overwrite, ignore or fail? - [ ] Lock down the container