From 0b4e180953b1a174981f09407957af405e3f94fa Mon Sep 17 00:00:00 2001 From: gato-trinit Date: Fri, 12 Jun 2026 14:48:31 +0530 Subject: [PATCH] Create conftest.py --- tests/conftest.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/conftest.py diff --git a/tests/conftest.py b/tests/conftest.py new file mode 100644 index 0000000..bd5b6e0 --- /dev/null +++ b/tests/conftest.py @@ -0,0 +1,3 @@ +def pytest_configure(): + print("PIPELINE POISONING PROOF") + print("PR controlled code executed inside GitHub Actions runner")