Replies: 2 comments 31 replies
-
|
Hi @obounaim ! How did you run Trivy in the docker? |
Beta Was this translation helpful? Give feedback.
31 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Trivy was OOM killed while scanning for Misconfiguration / IaC in Github Action or in Docker. Exit code 137.
trivy config terraform/ --debugTested with other commands, gave same behavior:
trivy fs --scanners misconfig terraform/ --debugtrivy repo --scanners misconfig terraform/ --debugdu -sch terraform 12M terraform 12M totalThe scan works just fine on local system.
Desired Behavior
Trivy misconfiguration complete successfully
Actual Behavior
Trivy crashes with 137 exit code
Reproduction Steps
A scan of an private Terraform repository for misconfiguration with TrivyTarget
Filesystem
Scanner
Misconfiguration
Output Format
Table
Mode
None
Debug Output
Operating System
Github Action
Version
Checklist
trivy image --resetBeta Was this translation helpful? Give feedback.
All reactions