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