Upload a Grype or Trivy JSON file to generate an interactive HTML report.
📋 How to Generate Scan Reports
🔍 Grype Scan Command:
grype image:tag --scope all-layers -o json > image_tag.grype.json
Click to copy command
🔍 Trivy Scan Command:
trivy image image:tag --format json -o image_tag.trivy.json
Click to copy command
💡 Tip: Replace image:tag
with your actual container image name and tag
Forged in human-AI light.