Skip to content

Using trivy

SethBodine edited this page Jan 31, 2024 · 1 revision

Updates

trivy is updated at container image start-up

Prepare the environment

None required

Scan Local Kubernettes files for issues

trivy filesystem [folder to scan] # e.g. trivy filesystem .

Scan Local Terraform files for issues

trivy check [folder to scan] # e.g. trivy check .

Additional Information