Files
git.stella-ops.org/plugins/scanner/analyzers/os/StellaOps.Scanner.Analyzers.OS.Dpkg/manifest.json

20 lines
453 B
JSON

{
"schemaVersion": "1.0",
"id": "stellaops.analyzers.os.dpkg",
"displayName": "StellaOps Debian dpkg Analyzer",
"version": "0.1.0-alpha",
"requiresRestart": true,
"entryPoint": {
"type": "dotnet",
"assembly": "StellaOps.Scanner.Analyzers.OS.Dpkg.dll"
},
"capabilities": [
"os-analyzer",
"dpkg"
],
"metadata": {
"org.stellaops.analyzer.kind": "os",
"org.stellaops.analyzer.id": "dpkg"
}
}