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
While the already implemented in the GitHub-action skip-dirs does the job it feels not natural to use for files.
skip-dirs
Since Trivy already support --skip-files, it would be nice to support it also on the GitHub action.
--skip-files
I could implement the feature if you feel valuable.
The text was updated successfully, but these errors were encountered:
feat(#59) add support to skip files (#60)
9ec80b5
* feat(#59) Add support to skip files closes #59 * Fix skipFiles parameter check The check should be if present not if enabled.
Successfully merging a pull request may close this issue.
While the already implemented in the GitHub-action
skip-dirs
does the job it feels not natural to use for files.Since Trivy already support
--skip-files
, it would be nice to support it also on the GitHub action.I could implement the feature if you feel valuable.
The text was updated successfully, but these errors were encountered: