1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jenkins_ynh.git synced 2024-09-03 19:26:18 +02:00

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

[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
yalh76 2022-08-08 16:48:31 +02:00 committed by GitHub
commit 81d6598a58
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://jenkins.io", "website": "https://jenkins.io",
"userdoc": "https://www.jenkins.io/doc/book/", "userdoc": "https://www.jenkins.io/doc/book/",
"code": "https://github.com/jenkinsci/jenkins" "code": "https://github.com/jenkinsci/jenkins",
"cpe": "cpe:2.3:a:jenkins:jenkins"
}, },
"license": "MIT", "license": "MIT",
"maintainer": { "maintainer": {
@ -50,4 +51,4 @@
} }
] ]
} }
} }