mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-13 22:54:53 +03:00
739 B
739 B
Workflows
Workflow 1: Linux CIS Hardening Deployment
[Select CIS Benchmark for distro/version] → [Choose L1 or L2 profile]
→ [Run OpenSCAP baseline assessment] → [Review initial compliance score]
→ [Apply remediations (Ansible/manual)] → [Re-assess with OpenSCAP]
→ [Document exceptions] → [Deploy to production fleet]
→ [Schedule quarterly reassessment]
Workflow 2: Automated Remediation with Ansible
[Clone Ansible Lockdown role for target distro]
→ [Configure variables (skip list, exceptions)]
→ [Test against staging servers]
→ [Review changes and application compatibility]
→ [Deploy to production in rolling batches]
→ [Run OpenSCAP validation after each batch]