Skip to content

Commit 91e8cc1

Browse files
Update README for v0.8.2
1 parent d6a5bd8 commit 91e8cc1

File tree

1 file changed

+16
-20
lines changed

1 file changed

+16
-20
lines changed

README.md

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![GitHub stars](https://img.shields.io/github/stars/guardian-nexus/AuditKit-Community-Edition)](https://github.com/guardian-nexus/AuditKit-Community-Edition/stargazers)
66
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
7-
[![Version](https://img.shields.io/badge/version-v0.8.1-green.svg)](https://github.com/guardian-nexus/AuditKit-Community-Edition/releases)
7+
[![Version](https://img.shields.io/badge/version-v0.8.2-green.svg)](https://github.com/guardian-nexus/AuditKit-Community-Edition/releases)
88
[![Newsletter](https://img.shields.io/badge/Newsletter-Subscribe-orange)](https://auditkit.substack.com)
99

1010
**Need CMMC Level 2, evidence packages, or continuous monitoring?**[auditkit.io](https://auditkit.io)
@@ -99,19 +99,23 @@ AuditKit scans your cloud infrastructure for compliance gaps and security miscon
9999

100100
---
101101

102-
## Recent Changes (v0.8.1)
102+
## Recent Changes (v0.8.2)
103103

104104
**February 2026**
105105

106+
Fixes:
107+
- Removed stubbed `report` command from CLI (use `auditkit scan -format pdf` instead)
108+
- Fixed documentation for FedRAMP baseline filtering (was marked "coming soon" but fully works)
109+
- Updated HIPAA control count to ~15 (was understated)
110+
- Removed overclaimed features from website and docs
111+
112+
### Previous: v0.8.1 (February 2026)
113+
106114
New Features:
107115
- **Prowler Integration** - Import Prowler scan results and convert to AuditKit format with full framework mapping
108116
- **Azure Fix Scripts** - Generate remediation scripts for Azure (AWS and GCP already supported)
109117
- **Evidence Tracker HTML** - Interactive HTML checklist for evidence collection with progress tracking
110118

111-
Improvements:
112-
- Evidence tracker now includes localStorage persistence, export to JSON, and print support
113-
- Prowler integration supports AWS, Azure, and GCP findings with automatic provider detection
114-
115119
### Previous: v0.8.0 (January 2026)
116120

117121
- **AWS Data Services** - Added SageMaker, Redshift, ElastiCache, OpenSearch checks
@@ -316,21 +320,13 @@ prowler aws --output-formats json -o prowler-output # Run Prowler first
316320

317321
---
318322

319-
## What's New in v0.8.1
320-
321-
### New Features
322-
- **Prowler Integration:** Import Prowler AWS/Azure/GCP results and map to compliance frameworks
323-
- **Azure Fix Scripts:** Generate remediation scripts for Azure resources
324-
- **Evidence Tracker HTML:** Interactive checklist with progress bar, localStorage persistence, and JSON export
325-
326-
### Improvements
327-
- Evidence tracker now saves progress across browser sessions
328-
- Prowler auto-detects cloud provider from scan results
323+
## What's New in v0.8.2
329324

330-
### Coming in v0.9.1
331-
- Daemon stop/status commands for continuous monitoring
332-
- Azure MFA checks via Microsoft Graph API
333-
- Windows daemon support
325+
### Fixes
326+
- Removed broken `report` command stub (use `auditkit scan -format pdf`)
327+
- FedRAMP baseline filtering (`fedramp-low`, `fedramp-moderate`, `fedramp-high`) documented as working
328+
- Updated HIPAA control count to ~15 across AWS, Azure, and GCP
329+
- Cleaned up overclaimed features in docs and website
334330

335331
**[Full Release Notes →](./CHANGELOG.md)**
336332

0 commit comments

Comments
 (0)