π¦ ClawHub
pipelinelint
by @suhteevah
CI/CD pipeline anti-pattern analyzer -- detects hardcoded secrets, missing cache configs, skipped tests, unsafe deployments, no approval gates, and environme...
βοΈ Configuration
Users can configure PipelineLint in ~/.openclaw/openclaw.json:
{
"skills": {
"entries": {
"pipelinelint": {
"enabled": true,
"apiKey": "YOUR_LICENSE_KEY_HERE",
"config": {
"severityThreshold": "medium",
"ignorePatterns": ["/test/", "/fixtures/", "**/*.test.*"],
"ignoreChecks": [],
"reportFormat": "text"
}
}
}
}
}
TERMINAL
clawhub install pipelinelint