25 lines
653 B
JSON
25 lines
653 B
JSON
{
|
|
"schemaVersion": "1.0",
|
|
"id": "stellaops.analyzer.lang.ruby",
|
|
"displayName": "StellaOps Ruby Analyzer",
|
|
"version": "0.1.0",
|
|
"requiresRestart": true,
|
|
"entryPoint": {
|
|
"type": "dotnet",
|
|
"assembly": "StellaOps.Scanner.Analyzers.Lang.Ruby.dll",
|
|
"typeName": "StellaOps.Scanner.Analyzers.Lang.Ruby.RubyAnalyzerPlugin"
|
|
},
|
|
"capabilities": [
|
|
"language-analyzer",
|
|
"ruby",
|
|
"rubygems",
|
|
"bundler"
|
|
],
|
|
"metadata": {
|
|
"org.stellaops.analyzer.language": "ruby",
|
|
"org.stellaops.analyzer.kind": "language",
|
|
"org.stellaops.restart.required": "true",
|
|
"org.stellaops.analyzer.runtime-capture": "optional"
|
|
}
|
|
}
|