Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: greenbone/openvas-scanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v23.41.3
Choose a base ref
...
head repository: greenbone/openvas-scanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v23.41.4
Choose a head ref
  • 6 commits
  • 22 files changed
  • 3 contributors

Commits on Mar 12, 2026

  1. Fix: upload the images for amd64 and aarch64 in a multimanifest

    This fixes the issue that we only supplied one platform in ghcr.io
    instead of both.
    
    The reason for that is that we have overridden the previously tag with
    the one that took the longest to build. Which usually was aarch64.
    
    Additionally this commit moves away from utilizing the greenbone.net
    docker proxies in favor of using ghcr where possible so that our
    critical pipelines hopefully run more stable.
    
    The downside of that change is that building images currently takes a
    longer time than previously because we cannot use the previously build
    assets anymore.
    nichtsfrei committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    c14cfee View commit details
    Browse the repository at this point in the history
  2. Chore: document runtime shared library dependencies

    Add the dynamically linked C libraries required by the prebuilt
    openvasd and scannerctl Linux binaries to their README files.
    
    The dependencies were determined from the release artifacts using
    readelf -d ... | grep NEEDED to clarify which runtime libraries must
    be present on target systems.
    nichtsfrei committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    d5fd003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cff36c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6f46ab View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. Fix: version comparison for RPM

    In case two RPM versions are compared and have a different separator they are checked lexicographical.
    In reality they should not be compared and are interchangable.
    To solve issues with this, we now normalize the version string to only contain a single '.' as a separator.
    Kraemii committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    ed9acd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da68de8 View commit details
    Browse the repository at this point in the history
Loading