From 6bee5494b8e7d67c17e168d4f3fe252f5984fcb7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 29 Jun 2026 19:18:16 +0800 Subject: [PATCH] fix(cd): keep gitea inventory validator on controlled profile --- ops/runner/test_cd_controlled_runtime_profile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ops/runner/test_cd_controlled_runtime_profile.py b/ops/runner/test_cd_controlled_runtime_profile.py index 2c025ed05..7b6393e11 100644 --- a/ops/runner/test_cd_controlled_runtime_profile.py +++ b/ops/runner/test_cd_controlled_runtime_profile.py @@ -120,6 +120,7 @@ def test_gitea_private_inventory_scorecard_stays_on_controlled_runtime_profile() text = _workflow_text() expected_sources = [ "docs/operations/awoooi-gitea-private-inventory-p0-scorecard.snapshot.json)", + "apps/api/src/services/gitea_authenticated_inventory_payload_validation.py)", "apps/api/src/services/gitea_private_inventory_p0_scorecard.py)", "apps/api/tests/test_gitea_private_inventory_p0_scorecard_api.py)", "docs/operations/awoooi-gitea-authenticated-inventory-payload-validation.snapshot.json)",