File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: PMPL-1.0-or-later
2+ # Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
3+ #
4+ # k9iser manifest for boj-server
5+ # Bundle of Joy MCP orchestration server with cartridge-based DevOps toolkit
6+
7+ [project ]
8+ name = " boj-server"
9+ safety_tier = " yard"
10+
11+ [[source ]]
12+ path = " package.json"
13+ type = " deno"
14+ output = " generated/k9iser/deno-manifest.k9"
15+
16+ [[source ]]
17+ path = " Justfile"
18+ type = " justfile"
19+ output = " generated/k9iser/justfile-recipes.k9"
20+
21+ [[source ]]
22+ path = " Containerfile"
23+ type = " containerfile"
24+ output = " generated/k9iser/container-build.k9"
25+
26+ [[source ]]
27+ path = " .github/workflows/hypatia-scan.yml"
28+ type = " workflow"
29+ output = " generated/k9iser/ci-security.k9"
30+
31+ [[constraint ]]
32+ rule = " container.base_image uses chainguard or distroless"
33+ severity = " warn"
34+
35+ [[constraint ]]
36+ rule = " workflows includes hypatia-scan"
37+ severity = " error"
38+
39+ [[constraint ]]
40+ rule = " services.boj-server.tls is enabled in production"
41+ severity = " warn"
You can’t perform that action at this time.
0 commit comments