Skip to content
New issue

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

fix: Better test for group ID in filename #2565

Merged
merged 3 commits into from
Jan 31, 2024

Commits on Jan 30, 2024

  1. fix: Better test for group ID in filename

    This fixes an issue where filenames containing a period that aren't a
    group ID, such as some-jar.12.jar, would be mistakenly be reported as
    having the name "12" by syft, instead of the name "some-jar.12".
    
    Signed-off-by: Will Murphy <will.murphy@anchore.com>
    willmurphyscode committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    86275bf View commit details
    Browse the repository at this point in the history
  2. chore: linter fix

    Signed-off-by: Will Murphy <will.murphy@anchore.com>
    willmurphyscode committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    cf4bc58 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. test: specific test for kafka jar from related issue

    Signed-off-by: Will Murphy <will.murphy@anchore.com>
    willmurphyscode committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    884b8bd View commit details
    Browse the repository at this point in the history