You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kind/bugCategorizes issue or PR as related to a bug.
2 participants
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Description
There's a regression in Trivy 0.71.0 that results in a fatal error when scanning a larger code-base.
This happens at random points, so does not seem related to a specific module, but rather Trivy runs out of resources or something along those lines.
Older versions (0.70.0) does not have this issue.
Desired Behavior
No fatal error
Actual Behavior
Fatal error resulting in scan not working
Reproduction Steps
1. Clone https://github.com/keycloak/keycloak repository 2. Run `trivy fs --scanners vuln .` from the root of the repositoryTarget
Filesystem
Scanner
Vulnerability
Output Format
JSON
Mode
Standalone
Debug Output
All reactions