From f7f266b994a1b7d0e3b54e49e640be35b8078bf0 Mon Sep 17 00:00:00 2001 From: Astounds Date: Fri, 29 May 2026 21:28:22 -0500 Subject: Add hardened Docker support and multi-arch CI Multi-stage Dockerfile (non-root, Tor-ready), compose file, and entrypoints. Forgejo CI builds linux/amd64+arm64, scans with checksum-verified Grype, and pins all actions to commit SHA. Makefile gains venv bootstrap and docker targets; server.py gains a --bind flag. --- tests/test_watch_formats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_watch_formats.py') diff --git a/tests/test_watch_formats.py b/tests/test_watch_formats.py index 85a103b..e1b31fd 100644 --- a/tests/test_watch_formats.py +++ b/tests/test_watch_formats.py @@ -69,4 +69,4 @@ class TestFormatBytes: assert watch_formats.format_bytes(1024) == '1.00KiB' def test_mebibytes(self): - assert watch_formats.format_bytes(1048576) == '1.00MiB' \ No newline at end of file + assert watch_formats.format_bytes(1048576) == '1.00MiB' -- cgit v1.2.3