UNPKG

image-scanner-with-trivy

Version:

Scan container images with Trivy in CDK deployment

18 lines 344 B
{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" ], "packageRules": [ { "matchDatasources": [ "docker" ], "matchPackageNames": [ "ghcr.io/aquasecurity/trivy" ], "stabilityDays": 7, "internalChecksFilter": "strict" } ] }