2026-08-21 23:53:27 +02:00
|
|
|
.PHONY: check test fixture-evidence
|
|
|
|
|
|
|
|
|
|
check: test
|
|
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli validate-packs probe-packs
|
2026-08-22 00:44:21 +02:00
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli validate-targets targets
|
|
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli kill-switch
|
2026-08-21 23:53:27 +02:00
|
|
|
|
|
|
|
|
test:
|
|
|
|
|
PYTHONPATH=src python3 -m pytest -q
|
|
|
|
|
|
|
|
|
|
fixture-evidence:
|
|
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli fixtures --output evidence/offline-calibration.json
|
2026-08-22 09:40:27 +02:00
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli e3-fixtures --output evidence/offline-e3-calibration.json
|
2026-09-01 20:26:47 +02:00
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli capacity-fixture --output evidence/offline-capacity-calibration.json
|