GET /api/v1/ports/trivy/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "trivy",
    "portdir": "security/trivy",
    "version": "0.58.0",
    "license": "Apache-2",
    "platforms": "darwin linux freebsd",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/aquasecurity/trivy",
    "description": "A Simple and Comprehensive Vulnerability Scanner for Containers, Suitable for CI",
    "long_description": "A Simple and Comprehensive Vulnerability Scanner for Containers, Suitable for CI. Trivy detects vulnerabilities of OS packages (Alpine, RHEL, CentOS, etc.) and application dependencies (Bundler, Composer, npm, yarn, etc.). Trivy is easy to use. Just install the binary and you're ready to scan. All you need to do for scanning is to specify a target such as an image name of the container.",
    "active": true,
    "categories": [
        "sysutils",
        "security"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 976
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "go",
                "goreleaser",
                "clang-17"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        }
    ],
    "depends_on": []
}