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

Improve: Parse POM from maven repo to extract and save license information in Java DB #21

Open
wants to merge 45 commits into
base: main
Choose a base branch
from

Commits on Aug 7, 2023

  1. improve: [aquasecurity/trivy#4236] Parse POM from maven repo to extra…

    …ct and save license information in Java DB
    namandf committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c3c9e2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5e60fa View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    eb56cc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecab1d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. go mod tidy

    namandf committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    8ff0829 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ea37a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    239ddc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c23e78 View commit details
    Browse the repository at this point in the history
  5. Cache directory creation

    namandf committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    302e619 View commit details
    Browse the repository at this point in the history
  6. Cache directory creation

    namandf committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    153a133 View commit details
    Browse the repository at this point in the history
  7. Cache directory creation

    namandf committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4dbd769 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9bc1dbb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    28ef2b3 View commit details
    Browse the repository at this point in the history
  10. update comment

    namandf committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ff74564 View commit details
    Browse the repository at this point in the history
  11. update comment

    namandf committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9a557a4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e214d84 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    21885b1 View commit details
    Browse the repository at this point in the history
  14. update batch size

    namandf committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3a4156e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    afd7dbb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c5b40fd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c7fca19 View commit details
    Browse the repository at this point in the history
  18. test

    namandf committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    6608af3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    560980f View commit details
    Browse the repository at this point in the history
  20. improvements

    namandf committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0608b3e View commit details
    Browse the repository at this point in the history
  21. improvements

    namandf committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5ec049b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    2467ee3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30bc298 View commit details
    Browse the repository at this point in the history
  3. Get rid of processFilesMap

    namandf committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d483d27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7be6cf4 View commit details
    Browse the repository at this point in the history
  5. Update test cases

    namandf committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2f4c07c View commit details
    Browse the repository at this point in the history
  6. clean up

    namandf committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    1640f0a View commit details
    Browse the repository at this point in the history
  7. clean up

    namandf committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    512dba5 View commit details
    Browse the repository at this point in the history
  8. clean up

    namandf committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c4108cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7cc48c1 View commit details
    Browse the repository at this point in the history
  10. Update comment

    namandf committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    33f2473 View commit details
    Browse the repository at this point in the history
  11. Set classification confidence

    namandf committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b001b9f View commit details
    Browse the repository at this point in the history
  12. Set classification confidence

    namandf committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    029dcfe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    176caa8 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    87c7b41 View commit details
    Browse the repository at this point in the history
  2. Add comment

    namandf committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a0769b5 View commit details
    Browse the repository at this point in the history
  3. reuse http client

    namandf committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d7a9bdf View commit details
    Browse the repository at this point in the history
  4. skip file copy error

    namandf committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3f3344b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e991f76 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    674534e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a924f3 View commit details
    Browse the repository at this point in the history