We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v
Go
Gobinary packages have v prefix. We removed v prefix truncation for gomod packages (see #7733).
Gobinary
gomod
But Go packages obtained from k8s scanner don't have v prefix:
k8s scanner
trivy/pkg/k8s/scanner/scanner_test.go
Lines 87 to 112 in 983ac15
The text was updated successfully, but these errors were encountered:
afdesk
Successfully merging a pull request may close this issue.
Description
Gobinary
packages havev
prefix.We removed
v
prefix truncation forgomod
packages (see #7733).But
Go
packages obtained fromk8s scanner
don't havev
prefix:trivy/pkg/k8s/scanner/scanner_test.go
Lines 87 to 112 in 983ac15
We need to add it.
The text was updated successfully, but these errors were encountered: