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: aquasecurity/trivy-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.27.3
Choose a base ref
...
head repository: aquasecurity/trivy-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.28.0
Choose a head ref
  • 15 commits
  • 44 files changed
  • 6 contributors

Commits on Jul 11, 2025

  1. fix: bump ubi9 image to latest release (#2651)

    * fix: bump ubi9 image to latest release
    
    * fix: add a helper message for maintainers
    
    * fix: use the correct tags
    
    * fix: use manifest sha
    simar7 authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    ca3d9d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. fix: correct output for uncompressed logs (#2652)

    * fix: correct output for uncompressed logs
    
    * test: add unit-test for uncompressed logs
    
    * fix: keep logs for sbom scans
    
    * test: update unit tests
    
    * fix: improve gocritic issue
    afdesk authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    1725f9a View commit details
    Browse the repository at this point in the history
  2. chore: bump up Trivy to version 0.64.1 (#2654)

    * chore: bump up Trivy to version 0.64.1
    
    * fix: correct version for test case
    
    * fix: correct generated README
    afdesk authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    be0f59d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

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

Commits on Jul 21, 2025

  1. feat: support storageClassName for alternatReportStorage (#2633)

    * feat: support storageClassName for alternatReportStorage
    
    Signed-off-by: Cyril Levis <[email protected]>
    
    * chore: update helm README
    
    ---------
    
    Signed-off-by: Cyril Levis <[email protected]>
    cyrinux authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    2fff42f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

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

Commits on Jul 31, 2025

  1. perf: strip data fields from all ConfigMaps except operator configs (#…

    …2677)
    
    To reduce memory usage and avoid operator restarts due to large ConfigMap objects,
    this change disables caching of `data` and `binaryData` fields for all ConfigMaps
    except `trivy-operator-policies-config` and `trivy-operator-trivy-config`.
    mjshastha authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    8825031 View commit details
    Browse the repository at this point in the history
  2. chore: update for CVE-2025-6965 (#2678)

    * chore: update for CVE-2025-6965
    
    * Update build/trivy-operator/Dockerfile.ubi9
    
    Co-authored-by: Copilot <[email protected]>
    
    ---------
    
    Co-authored-by: Copilot <[email protected]>
    simar7 and Copilot authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    842700e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Configuration menu
    Copy the full SHA
    9ac5485 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

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

Commits on Aug 6, 2025

  1. Configuration menu
    Copy the full SHA
    bd4513d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93d5f91 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump ubi9/ubi-minimal in /build/trivy-operator (#2688)

    Bumps ubi9/ubi-minimal from `0d7cfb0` to `295f920`.
    
    ---
    updated-dependencies:
    - dependency-name: ubi9/ubi-minimal
      dependency-version: 295f920819a6d05551a1ed50a6c71cb39416a362df12fa0cd149bc8babafccff
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    4ea3746 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump alpine from 3.20.6 to 3.22.1 in /build/trivy-operat…

    …or (#2687)
    
    Bumps alpine from 3.20.6 to 3.22.1.
    
    ---
    updated-dependencies:
    - dependency-name: alpine
      dependency-version: 3.22.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    684b970 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4d5441 View commit details
    Browse the repository at this point in the history
Loading