Skip to content

logzio/trivy-to-logzio

Repository files navigation

Trivy to Logzio

This project allows sending Trivy vulnerability reports from your K8S cluster to Logz.io.

To use it, see Logz.io's logzio-trivy Helm Chart.

Note: This project it in beta and is subject to changes.

Changelog:

  • 0.2.3:
    • Upgrade python version to 3.12.5.
    • Re-build image to include the latest version of git(CVE-2024-32002).
  • 0.2.2:
    • Added 'user-agent' header for telemetry data.
  • 0.2.1:
    • Bump base docker image version.
    • Bump packages in requirements.
  • 0.2.0:
    • Watch events once the code starts running, along with a daily scheduled scan for reports.
  • 0.1.0:
    • Breaking changes:
      • Script will run always.
      • Scanning for reports will occur once upon script start, then once a day at the scheduled time.
      • Not using Cron expressions anymore. Instead, set a time for the daily run in form of HH:MM.
  • 0.0.1 - Initial release.