build: add lint target

ober

28807194f77b1afde5f09f73646d8b2ad68c2b6f

diff --git a/Makefile b/Makefile
index 374e820..cb563f5 100644
--- a/Makefile
+++ b/Makefile
@@ -119,6 +119,9 @@ soak-evidence:
 tls-proxy-evidence:
 	TLS_PROXY_EVIDENCE_DIR="$(TLS_PROXY_EVIDENCE_DIR)" bash scripts/tls-proxy-evidence.sh
 
+.PHONY: lint
+lint: security
+
 verify: security test fuzz-check load-smoke audit sbom reproducibility-report
 
 release-evidence: verify