plugins

Home

Examples

Plugins

Components

News

scc

version: 0.0.5 |  date: 05/24/2026 |  Compliance checks for Linux services and packages |  source code

# scc

Compliance checks for Linux services and packages

# Install

```bash
s6 --install scc
```
# How to run

```bash
cat /etc/ssh/sshd_config | s6 --plg-run scc@check=sshd
sudo sshd -T | s6 --plg-run scc@check=sshd
```

# Parameters

## check

Check ID.

Available IDs

- sshd
- redis

# Author

Alexey Melezhik