Skip to content

Commit 0c9655c

Browse files
committed
scanner: bump to 0.2.6
1 parent 2c9bbf4 commit 0c9655c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/scanner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM python:3.13-slim
2-
ARG SCANNER_VERSION=0.2.5
2+
ARG SCANNER_VERSION=0.2.6
33

44
# System deps for external security tools
55
RUN apt-get update && apt-get install -y --no-install-recommends \

apps/scanner/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mpak-scanner"
7-
version = "0.2.5"
7+
version = "0.2.6"
88
description = "Security scanner for MCP bundles. Powers mpak Certified verification."
99
readme = "README.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)