trivy icon indicating copy to clipboard operation
trivy copied to clipboard

feat: support download of configs from Trivy cloud

Open owenrumney opened this issue 6 months ago • 1 comments

Trivy cloud has endpoints that provide additional configs for secrets and misconfig scannning, when Trivy cloud integration is enabled, these configs should be downloaded when available.

The endpoints for configs are

GET /configs/secrets/{configName}

and

GET /configs/misconfig/{configName}

As with the ReportHook, this looks like it can be best achieved using the hooks mechanism and add a PreScan extension to download the configs if required and add them to scan setup.

owenrumney avatar Oct 16 '25 07:10 owenrumney

@owenrumney is this issue resolved?

Utkarsh9571 avatar Nov 02 '25 18:11 Utkarsh9571