diff --git a/.DS_Store b/.DS_Store
deleted file mode 100644
index 5546f93..0000000
Binary files a/.DS_Store and /dev/null differ
diff --git a/.gitignore b/.gitignore
index 8ced8eb..c1e6d8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,6 +50,7 @@ coverage.xml
*.py,cover
.hypothesis/
.pytest_cache/
+.vscode/
cover/
# Translations
@@ -195,3 +196,6 @@ CURSOR_CONFIGURATION.md
# Claude Code project instructions (local only, not for public repository)
CLAUDE.md
+
+# macOS
+.DS_Store
diff --git a/README.md b/README.md
index 8f02560..0920684 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-[](https://owasp.org/DockSec/) [](https://owasp.org/DockSec/) [](https://owasp.slack.com/archives/C0APXGCUW7M) [](https://github.com/OWASP/DockSec/actions)
+[](https://owasp.org/DockSec/) [](https://owasp.org/DockSec/) [](https://owasp.slack.com/archives/C0APXGCUW7M) [](https://github.com/OWASP/DockSec/actions)
[](https://www.bestpractices.dev/projects/12939)
@@ -28,7 +28,7 @@
## What is DockSec?
-DockSec is an **OWASP Incubator Project** that bridges the gap between complex security scan results and actionable developer fixes. It integrates industry-standard scanners (Trivy, Hadolint, Docker Scout) with advanced AI to provide **context-aware security analysis**.
+DockSec is an **OWASP Lab Project** that bridges the gap between complex security scan results and actionable developer fixes. It integrates industry-standard scanners (Trivy, Hadolint, Docker Scout) with advanced AI to provide **context-aware security analysis**.
Instead of overwhelming you with a list of 200+ CVEs, DockSec:
@@ -127,7 +127,7 @@ Here is a comparison of how DockSec relates to other container security tools.
| Capability | DockSec | Trivy (standalone) | Snyk Container | Aikido |
|---|---|---|---|---|
| License and cost | Free, open source (MIT) | Free, open source (Apache 2.0) | Commercial (limited free tier) | Commercial (limited free tier) |
-| Governance | OWASP Incubator Project, vendor neutral | Open source, maintained by Aqua | Single vendor | Single vendor |
+| Governance | OWASP Lab Project, vendor neutral | Open source, maintained by Aqua | Single vendor | Single vendor |
| Detects CVEs and Dockerfile misconfigurations | Yes | Yes | Yes | Yes |
| Contextual, line level Dockerfile remediation | Yes (line specific rewrites with explanation) | No (detection only) | Yes (base image upgrade advice, fix PRs) | Yes (AI AutoFix PRs) |
| Runs fully offline / air gapped | Yes (local LLM via Ollama, scan only mode, no API key) | Yes for scanning (no remediation layer) | No (cloud platform) | No (hosted platform) |
diff --git a/index.md b/index.md
index edad876..8f3749d 100644
--- a/index.md
+++ b/index.md
@@ -2,12 +2,12 @@
layout: col-sidebar
title: OWASP DockSec
tags: docksec
-level: 2
+level: 3
type: documentation
---
-
+
@@ -47,7 +47,7 @@ type: documentation
## What is DockSec?
-DockSec is an **OWASP Incubator Project** that bridges the gap between complex security scan results and actionable developer fixes. It integrates industry-standard scanners (Trivy, Hadolint, Docker Scout) with advanced AI to provide **context-aware security analysis**.
+DockSec is an **OWASP Lab Project** that bridges the gap between complex security scan results and actionable developer fixes. It integrates industry-standard scanners (Trivy, Hadolint, Docker Scout) with advanced AI to provide **context-aware security analysis**.
Instead of overwhelming you with a list of 200+ CVEs, DockSec: