-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathk9iser.toml
More file actions
32 lines (26 loc) · 793 Bytes
/
k9iser.toml
File metadata and controls
32 lines (26 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# SPDX-License-Identifier: PMPL-1.0-or-later
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
#
# k9iser manifest for a2ml-pre-commit
# A2ML pre-commit hooks — Git hook integration for A2ML validation
[project]
name = "a2ml-pre-commit"
safety_tier = "hunt"
[[source]]
path = "Justfile"
type = "justfile"
output = "generated/k9iser/justfile-recipes.k9"
[[source]]
path = "Containerfile"
type = "containerfile"
output = "generated/k9iser/container-build.k9"
[[source]]
path = ".github/workflows/hypatia-scan.yml"
type = "workflow"
output = "generated/k9iser/ci-security.k9"
[[constraint]]
rule = "build.dependencies has no banned_packages"
severity = "error"
[[constraint]]
rule = "container.base_image uses chainguard or distroless"
severity = "warn"