Build authorization-gated tenancy evidence harness
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a0260c-4067-7052-9647-ad000d576e38
This commit is contained in:
parent
2c8e1d41ad
commit
beab2a04d1
32 changed files with 1816 additions and 11 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.PHONY: check test fixture-evidence
|
||||
|
||||
check: test
|
||||
PYTHONPATH=src python3 -m whitehat_security.cli validate-packs probe-packs
|
||||
|
||||
test:
|
||||
PYTHONPATH=src python3 -m pytest -q
|
||||
|
||||
fixture-evidence:
|
||||
PYTHONPATH=src python3 -m whitehat_security.cli fixtures --output evidence/offline-calibration.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue