We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9bbf4 commit 0c9655cCopy full SHA for 0c9655c
2 files changed
apps/scanner/Dockerfile
@@ -1,5 +1,5 @@
1
FROM python:3.13-slim
2
-ARG SCANNER_VERSION=0.2.5
+ARG SCANNER_VERSION=0.2.6
3
4
# System deps for external security tools
5
RUN apt-get update && apt-get install -y --no-install-recommends \
apps/scanner/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
6
name = "mpak-scanner"
7
-version = "0.2.5"
+version = "0.2.6"
8
description = "Security scanner for MCP bundles. Powers mpak Certified verification."
9
readme = "README.md"
10
license = "Apache-2.0"
0 commit comments