-
-
Notifications
You must be signed in to change notification settings - Fork 71
Description
At as v1.4 the only values accepted by components.type
are as follows:
- "application"
- "framework"
- "library"
- "container"
- "operating-system"
- "device"
- "firmware"
- "file"
Having reviewed the definitions of each, none fits the bill to describe an application's runtime e.g. "JVM", "Python", "php-fpm" etc. These are programming language runtimes, and not "frameworks" or "libraries".
My suggestion is to add a new components.type
of "runtime".
jkowalleck and hakandilek