From 5aa533de5009355d032801230babd1f47aa19198 Mon Sep 17 00:00:00 2001 From: dekiel Date: Tue, 10 Sep 2024 16:33:55 +0200 Subject: [PATCH] Allow to use our image-syncer container image as an github action. --- docs/contributing/assets/allowed_actions.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/contributing/assets/allowed_actions.json b/docs/contributing/assets/allowed_actions.json index f81d0f9d7..22d6fc32e 100644 --- a/docs/contributing/assets/allowed_actions.json +++ b/docs/contributing/assets/allowed_actions.json @@ -217,6 +217,17 @@ "security_review_performed": true, "3rd_party_tool": {}, "comment": "This action will check that all checks have passed on a given pull request" + }, + { + "name": "docker://kyma-project/prod/test-infra/ko/image-syncer", + "versions": [ + "v20240822-9b523f40" + ], + "repository": "https://github.com/kyma-project/test-infra", + "marketplace": "", + "security_review_performed": true, + "3rd_party_tool": {}, + "comment": "This action will sync images from the external repository to the internal one" } ] -} +} \ No newline at end of file