Skip to content

Draft: Trivy Container Scanner

Hutomo Saleh requested to merge feat/trivy-scan into dev

This merge request introduces a tool to scan container images in an OpenCoDE Gitlab project's container registry using Trivy.

How it works:

  • Receives the project ID as input
  • Retrieves and validate container registry information
  • Runs Trivy image scan on the latest version found in the registry
  • Outputs the scan results in JSON format

Contributes to https://gitlab.opencode.de/opencode-analyzer/management/-/issues/69

Edited by Hutomo Saleh

Merge request reports

Loading