feat: add oam-app-controller 0.0.4 (PAD-315)#84
Closed
Conversation
added 2 commits
June 21, 2024 16:16
Signed-off-by: Matt Welke <matt.welke@spectrocloud.com>
* Updated defaults for enabling and disabling webhook patching and using cert-manager for webhooks.
* Removed unused properties from chart defaults. When webhook patching is disabled, the other properties are unused. For example, `{{- with .Values.admissionWebhooks.patch.tolerations }}` is nested within `{{- if ... .Values.admissionWebhooks.patch.enabled ... }}`.
c03f4b6 to
cff6d6a
Compare
There was a problem hiding this comment.
✅ CVE scan completed successfully.
Scan Summary:
- Total images scanned: 10
- Clean images: 1
- Images with CVEs: 9
- Total CVEs found: 1102
🔴 Critical CVEs: 25
🟠 High CVEs: 77
🟡 Medium CVEs: 182
🟢 Low CVEs: 818
Images with CVEs:
- ghcr.io/fluxcd/flux-cli:v2.2.3: 164 CVEs (Critical: 4, High: 5, Medium: 23, Low: 132)
Critical CVEs: CVE-2024-24790, CVE-2025-68121 - ghcr.io/fluxcd/helm-controller:v0.37.4: 105 CVEs (Critical: 2, High: 7, Medium: 17, Low: 79)
Critical CVEs: CVE-2024-24790, CVE-2025-68121 - ghcr.io/fluxcd/image-automation-controller:v0.37.1: 101 CVEs (Critical: 2, High: 4, Medium: 18, Low: 77)
Critical CVEs: CVE-2024-24790, CVE-2025-68121 - ghcr.io/fluxcd/image-reflector-controller:v0.31.2: 99 CVEs (Critical: 2, High: 5, Medium: 17, Low: 75)
Critical CVEs: CVE-2024-24790, CVE-2025-68121 - ghcr.io/fluxcd/kustomize-controller:v1.2.2: 210 CVEs (Critical: 7, High: 31, Medium: 51, Low: 121)
Critical CVEs: CVE-2024-24790, CVE-2024-32002, CVE-2024-45491, CVE-2024-45492, CVE-2025-3277, CVE-2025-68121, CVE-2025-6965 - ghcr.io/fluxcd/notification-controller:v1.2.4: 97 CVEs (Critical: 2, High: 4, Medium: 15, Low: 76)
Critical CVEs: CVE-2024-24790, CVE-2025-68121 - ghcr.io/fluxcd/source-controller:v1.2.4: 129 CVEs (Critical: 2, High: 7, Medium: 22, Low: 98)
Critical CVEs: CVE-2024-24790, CVE-2025-68121 - ghcr.io/project-zot/zot-linux-amd64:v2.0.2-rc2: 142 CVEs (Critical: 3, High: 14, Medium: 16, Low: 109)
Critical CVEs: CVE-2019-1010022, CVE-2024-24790, CVE-2025-68121 - quay.io/spectrocloud-labs/app-core:v0.0.4: 55 CVEs (Critical: 1, High: 0, Medium: 3, Low: 51)
Critical CVEs: CVE-2025-68121
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WIP