.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
