https://github.com/openshift/compliance-operator
Operator providing OpenShift cluster compliance checks
https://github.com/openshift/compliance-operator
Last synced: about 1 year ago
JSON representation
Operator providing OpenShift cluster compliance checks
- Host: GitHub
- URL: https://github.com/openshift/compliance-operator
- Owner: openshift
- License: apache-2.0
- Created: 2019-11-12T18:26:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T08:46:22.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T18:11:08.570Z (about 1 year ago)
- Language: Go
- Size: 29.2 MB
- Stars: 110
- Watchers: 20
- Forks: 115
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# compliance-operator
The compliance-operator is a OpenShift Operator that allows an administrator
to run compliance scans and provide remediations for the issues found. The
operator leverages OpenSCAP under the hood to perform the scans.
:warning: **This repository is not actively maintained and has been moved to
the
[ComplianceAsCode/compliance-operator](https://github.com/ComplianceAsCode/compliance-operator)
repository. Please use that repository for all releases newer than 0.1.49.**
## Table of Contents
[Installation Guide](doc/install.md)
[Usage Guide](doc/usage.md)
[Contributor Guide](doc/contributor.md)