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
if we run for instance from directory that we want to scan
cd originalrepo trivy fs -d .
we can see currently 33 files that trivy can find. However, if we execute
cd .. trivy fs -d originalrepo
if displays only 28 files that is found by trivy
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
if we run for instance from directory that we want to scan
we can see currently 33 files that trivy can find. However, if we execute
if displays only 28 files that is found by trivy
The text was updated successfully, but these errors were encountered: