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
--file-patterns
post-analyzers
In most post-analyzers we use required function in PostAnalyze.
required
PostAnalyze
trivy/pkg/fanal/analyzer/language/nodejs/npm/npm.go
Lines 49 to 51 in 3eecfc6
file-patterns
We need to update our logic to take into account file-patterns for PostAnalyze
The text was updated successfully, but these errors were encountered:
DmitriyLewen
Successfully merging a pull request may close this issue.
Description
In most
post-analyzers
we userequired
function inPostAnalyze
.trivy/pkg/fanal/analyzer/language/nodejs/npm/npm.go
Lines 49 to 51 in 3eecfc6
But we don't have info about
file-patterns
inPostAnalyze
function.That is why
--file-patterns
flag may not work.We need to update our logic to take into account
file-patterns
forPostAnalyze
Related Issue
The text was updated successfully, but these errors were encountered: