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

Change: make Csaf Downloader usable as library #6

Merged
merged 12 commits into from
Apr 17, 2024
Merged

Commits on Apr 16, 2024

  1. move csaf downloader to separate package

    this allows us to use the csaf downloader as library
    mgoetzegb committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d7c13e1 View commit details
    Browse the repository at this point in the history
  2. forward csafs optionally via channel

    this allows us to use the downloaded csafs directly within go code
    mgoetzegb committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    fac687d View commit details
    Browse the repository at this point in the history
  3. use specific error types in processing

    instead of just logging an error we return it as well via the error channel, so that all issues are contained in the error returned in the end
    mgoetzegb committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c15d067 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cea5683 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d81a1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fb9d19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5934c78 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5a81da View commit details
    Browse the repository at this point in the history
  9. make prepareLogging public

    mgoetzegb committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    39d2765 View commit details
    Browse the repository at this point in the history
  10. remove golint workflow

    mgoetzegb committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    237e91e View commit details
    Browse the repository at this point in the history
  11. update to go 1.22.1

    mgoetzegb committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b73ee77 View commit details
    Browse the repository at this point in the history
  12. remove go legacy workflow

    mgoetzegb committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b9d2b78 View commit details
    Browse the repository at this point in the history