-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in 0.20.0 - panic: runtime error: index out of range [0] with length 0 #354
Comments
is this runtime error reproducible locally with trivy 0.51.1? |
it looks like the latest trivy has a bug with Conda, and it's known issue: aquasecurity/trivy#6659 |
Thank you for the quick response. |
You can pin to the last release: - name: Scan for vulnerabilities
uses: aquasecurity/trivy-action@0.19.0 |
FYI - fix for this problem has been merged - aquasecurity/trivy#6675 |
Hey,
I'm using the latest version of trivy-action
Something happened today(maybe the new version) which is causing our action to failed
The text was updated successfully, but these errors were encountered: