Skip to content

Trivy Plugin

The new Trivy Plugin is the second policy reporter plugin that implements the new API system to provide additional information for Trivy Vulnerability findings of the Trivy Operator converted by the Trivy Operator Polr Adapter.

Plugin APIs

As described on the Plugin System - Instruction Page, this plugin implements the necessary APIs to provide additional information about vulnerabilities.

See Policy Reporter Plugins Repository for a list of existing APIs and examples.

Enable via Helm

Enable Trivy Plugin via the provided Helm Chart

yaml
plugin:
  trivy:
    enabled: true