From 8696d44d7bdd0d83c8ad6a2f548ab81c9469d085 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 7 Aug 2022 20:12:26 +0200 Subject: [PATCH] =?UTF-8?q?[autopatch]=20Add=20Common=20Platform=C2=A0Enum?= =?UTF-8?q?eration=20id=20to=20`manifest.json`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a438a79..ac61db6 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,8 @@ "license": "MIT", "website": "https://gitlab.com/gitlab-org/gitlab-runner", "admindoc": "https://docs.gitlab.com/runner/", - "code": "https://gitlab.com/gitlab-org/gitlab-runner" + "code": "https://gitlab.com/gitlab-org/gitlab-runner", + "cpe": "cpe:2.3:a:gitlab:runner" }, "license": "MIT", "maintainer": { @@ -64,4 +65,4 @@ } ] } -} +} \ No newline at end of file