Skip to content

Commit 97d5807

Browse files
Copilotandypitcher
andcommitted
chore: maintenance mode — restrict renovate to security updates only
Co-authored-by: andypitcher <12878731+andypitcher@users.noreply.github.com> Agent-Logs-Url: https://github.com/rancher/cis-operator/sessions/d64a7af9-2ec0-4c94-b4d1-8fe8a70f222a
1 parent 07ab9e3 commit 97d5807

2 files changed

Lines changed: 24 additions & 18 deletions

File tree

.github/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"github.com/rancher/lasso"
1111
],
1212
"packageRules": [
13+
{
14+
"matchBaseBranches": ["main"],
15+
"matchUpdateTypes": ["major", "minor", "patch", "digest", "pin", "pinDigest"],
16+
"enabled": false
17+
},
1318
{
1419
"matchBaseBranches": ["release/v1.4"],
1520
"extends": ["github>rancher/renovate-config//rancher-2.11#release"]

README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
1-
# cis-operator [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/rancher/cis-operator/badge)](https://scorecard.dev/viewer/?uri=github.com/rancher/cis-operator)
1+
# cis-operator [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/rancher/cis-operator/badge)](https://scorecard.dev/viewer/?uri=github.com/rancher/cis-operator)
22

33
The cis-operator enables running CIS benchmark security scans on a Kubernetes cluster and generate compliance reports that can be downloaded.
4-
Benchmarks tests and the execution logic lives on [rancher/security-scan].
4+
Benchmarks tests and the execution logic lives on [rancher/security-scan](https://github.com/rancher/security-scan).
55

6-
## Building
6+
> [!IMPORTANT]
7+
> **This project has been replaced by [rancher/compliance-operator](https://github.com/rancher/compliance-operator).**
8+
> It is now in a **Security Maintenance Phase** for Rancher 2.10 and 2.11. No new features will be added.
79
8-
`make`
10+
## Migration
11+
For Rancher v2.12.0+, the legacy CIS Benchmark App is replaced by the new **[Rancher Compliance App](https://ranchermanager.docs.rancher.com/how-to-guides/advanced-user-guides/compliance-scan-guides)**. Please follow the official guide to migrate your custom profiles:
912

13+
👉 **[Migration Guide: CIS Benchmark to Rancher Compliance](https://support.scc.suse.com/s/kb/Migrating-from-Rancher-CIS-Benchmark-to-Rancher-Compliance?language=en_US)**
1014

11-
## Running
12-
1. Install the custom resource definitions:
13-
- `kubectl apply -f crds/`
14-
2. Install the operator
15-
`./bin/cis-operator`
15+
## Support Status
1616

17+
| Branch | Rancher Version | Status | Recommended Action |
18+
| :--- | :--- | :--- | :--- |
19+
| **release/v1.4** | v2.11.x | **Security Only** | Move to [Compliance Operator](https://github.com/rancher/compliance-operator) |
20+
| **release/v1.3** | v2.10.x | **Security Only** | Plan migration for Rancher 2.12+ |
21+
| **release/v1.2** | v2.9.x | **EOL** | Upgrade to supported version |
22+
23+
### Maintenance Policy
24+
* **Issues & Feedback:** Direct all new feature requests or general bugs to the [Compliance Operator Issues](https://github.com/rancher/compliance-operator/issues).
25+
* **Security Patches:** We will continue to review PRs for documented security vulnerabilities (CVEs) on supported 2.10/2.11 lines. All other PRs will be redirected.
1726

1827
## Branches and Releases
1928
### General information
@@ -35,13 +44,7 @@ that the Rancher release line it aims to support.
3544
Active development takes place against `main`. Release branches are only used for
3645
bug fixes and security-related dependency bumps.
3746

38-
Refer to the [Support Compatibility Matrix](https://www.suse.com/suse-rancher/support-matrix/)
39-
for official compatibility information.
40-
41-
### How future release branches should be generated
42-
Follow these guidelines when releasing new branches:
43-
1. Name convention to be used: `release/v1.x.x`.
44-
2. Update the [Branch and Releases](https://github.com/rancher/cis-operator#branches-and-releases) table with the new branches and remove the no longer needed branches.
47+
Refer to the [Support Compatibility Matrix](https://www.suse.com/suse-rancher/support-matrix) for official compatibility information.
4548

4649
## License
4750
Copyright (c) 2019 [Rancher Labs, Inc.](http://rancher.com)
@@ -57,5 +60,3 @@ distributed under the License is distributed on an "AS IS" BASIS,
5760
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5861
See the License for the specific language governing permissions and
5962
limitations under the License.
60-
61-
[rancher/security-scan]: https://github.com/rancher/security-scan

0 commit comments

Comments
 (0)