1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab-runner_ynh.git synced 2024-09-03 19:15:58 +02:00

Merge pull request #43 from yunohost-bot/add-cpe

[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
Kayou 2022-08-08 11:34:30 +02:00 committed by GitHub
commit c21317497b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,8 @@
"license": "MIT", "license": "MIT",
"website": "https://gitlab.com/gitlab-org/gitlab-runner", "website": "https://gitlab.com/gitlab-org/gitlab-runner",
"admindoc": "https://docs.gitlab.com/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", "license": "MIT",
"maintainer": { "maintainer": {
@ -64,4 +65,4 @@
} }
] ]
} }
} }