trivy icon indicating copy to clipboard operation
trivy copied to clipboard

fix: update the hugging face regex

Open lucasiscovici opened this issue 8 months ago • 3 comments

with the current regex, there are false positive with files containing sha256 (Ex: RECORD file)

Checklist

  • [ ] I've read the guidelines for contributing to this repository.
  • [ ] I've followed the conventions in the PR title.
  • [ ] I've added tests that prove my fix is effective or that my feature works.
  • [ ] I've updated the documentation with the relevant information (if needed).
  • [ ] I've added usage information (if the PR introduces new options)
  • [ ] I've included a "before" and "after" example to the description (if the PR is a user interface change).

lucasiscovici avatar Jun 10 '24 12:06 lucasiscovici