Skip to content

Commit 9578228

Browse files
committed
chore: add k9iser.toml (Batch 2A)
1 parent c0eaee9 commit 9578228

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

k9iser.toml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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 verisimdb
5+
# Core verified simulation data store platform
6+
7+
[project]
8+
name = "verisimdb"
9+
safety_tier = "estate"
10+
11+
[[source]]
12+
path = "Cargo.toml"
13+
type = "cargo"
14+
output = "generated/k9iser/cargo-manifest.k9"
15+
16+
[[source]]
17+
path = "Justfile"
18+
type = "justfile"
19+
output = "generated/k9iser/justfile-recipes.k9"
20+
21+
[[source]]
22+
path = ".github/workflows/hypatia-scan.yml"
23+
type = "workflow"
24+
output = "generated/k9iser/ci-security.k9"
25+
26+
[[constraint]]
27+
rule = "build.dependencies has no banned_packages"
28+
severity = "error"
29+
30+
[[constraint]]
31+
rule = "workflows includes hypatia-scan"
32+
severity = "error"
33+
34+
[[constraint]]
35+
rule = "services.verisimdb.tls is enabled in production"
36+
severity = "warn"

0 commit comments

Comments
 (0)