Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .machine_readable/6a2/ANCHOR.a2ml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: MPL-2.0
# ⚓ ANCHOR: rsr-template-repo
# Canonical authority and project recalibration trigger for rsr-template-repo.
# Template from: https://github.com/hyperpolymath/standards
Expand Down
4 changes: 4 additions & 0 deletions .machine_readable/contractiles/bust/bust.k9.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ let base = import "../_base.ncl" in
allow_filesystem_write = true, # drills may write transient state (tmp dirs, test DBs)
allow_subprocess = true,
injection_scope = 'system_under_test_only,
# Hunt-tier files must declare whether a cryptographic signature
# is required. Bust trident runs in CI on every PR; signatures
# are enforced at the trident-runner layer, not in-band.
signature_required = true,
},
},

Expand Down
Loading
Loading