Skip to content

Commit 44782b8

Browse files
committed
docs: Reorganize landing page for improved user experience
Signed-off-by: Aaron Lippold <[email protected]>
1 parent d127165 commit 44782b8

File tree

1 file changed

+38
-4
lines changed

1 file changed

+38
-4
lines changed

docs/index.md

+38-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,39 @@
11
# Kube Secure Scanner
22

3-
A flexible, security-focused framework for scanning containers in Kubernetes environments with multiple scanning engines. Initially built with CINC Auditor (open source InSpec), the platform provides secure RBAC configurations, multiple scanning approaches, and comprehensive CI/CD integration.
4-
53
!!! info "Release Preview v0.90"
64
This is an ongoing joint community research effort and is currently at **Release Preview (v0.90)**. Some examples, automation, pipelines, and scripts are still in the process of being fully tested and validated. We'll be releasing updates in v0.9.x versions as we work toward a stable v1.0.0 release.
75

6+
[View Project on GitHub ↗](https://github.com/mitre/kube-secure-scanner){: .md-button .md-button--primary target="_blank"}
7+
8+
## Overview
9+
10+
A flexible, security-focused framework for scanning containers in Kubernetes environments with multiple scanning engines. Initially built with CINC Auditor (open source InSpec), the platform provides secure RBAC configurations, multiple scanning approaches, and comprehensive CI/CD integration.
11+
12+
<div class="grid" markdown>
13+
<div markdown>
14+
**Key Features:**
15+
- Multiple scanner engine support (extensible framework)
16+
- Three container scanning approaches for all Kubernetes environments
17+
- Specialized security controls with least-privilege design
18+
- Comprehensive documentation and integration examples
19+
- CI/CD pipeline integration for GitHub Actions and GitLab
20+
</div>
21+
<div markdown>
22+
**Quick Links:**
23+
[Quick Start Guide](quickstart-guide.md){: .md-button .md-button--primary }
24+
[Approach Comparison](approaches/comparison.md){: .md-button }
25+
[GitHub Actions Integration](integration/platforms/github-actions.md){: .md-button }
26+
[GitLab CI Integration](integration/platforms/gitlab-ci.md){: .md-button }
27+
</div>
28+
</div>
29+
830
*[CINC]: CINC Is Not Chef
931
*[SAF]: Security Automation Framework
1032
*[RBAC]: Role-Based Access Control
1133
*[K8s]: Kubernetes
1234
*[API]: Application Programming Interface
1335

14-
## I am a
36+
## Choose Your Path
1537

1638
<div class="grid cards" markdown>
1739

@@ -121,10 +143,22 @@ This project offers three distinct approaches for container scanning, designed t
121143

122144
## Getting Started
123145

124-
The fastest way to get started is with our Quick Start guide:
146+
The fastest way to get started is with our Quick Start guide, which walks you through:
147+
- Setting up a testing environment
148+
- Deploying the scanning infrastructure
149+
- Running container scans
150+
- Validating compliance results
125151

152+
<div class="grid" markdown>
153+
<div markdown>
126154
[Quick Start Guide](quickstart-guide.md){: .md-button .md-button--primary }
127155
[Site Index](site-index.md){: .md-button }
156+
</div>
157+
<div markdown>
158+
[Security Overview](security/index.md){: .md-button }
159+
[Documentation Map](site-index.md){: .md-button }
160+
</div>
161+
</div>
128162

129163
## Project Roadmap
130164

0 commit comments

Comments
 (0)