You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* security and contributors.md
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
* Update README.md
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
* Update README.md
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
* Create CONTRIBUTING.md
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
* Update README.md
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
* Update README.md
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
---------
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
If you are a contributor please consult [Best Practices](https://kubectl.docs.kubernetes.io/references/kustomize/) and the [main README.md](./README.md)
@@ -32,7 +32,11 @@ You can also install the master branch of [`kubeflow/manifests`](https://github.
32
32
33
33
## Overview of the Kubeflow Platform
34
34
35
-
This repository is owned by the [Platform/Manifests Working Group](https://github.com/kubeflow/community/blob/master/wg-manifests/charter.md). If you are a contributor authoring or editing the packages, please see [Best Practices](https://kubectl.docs.kubernetes.io/references/kustomize/). You can join the CNCF Slack and access our meetings at the [Kubeflow Community](https://www.kubeflow.org/docs/about/community/) website. Our channel on the CNCF Slack is [**#kubeflow-platform**](https://app.slack.com/client/T08PSQ7BQ/C073W572LA2). You can also find our [biweekly meetings](https://bit.ly/kf-wg-manifests-meet), including the commentable [Agenda](https://bit.ly/kf-wg-manifests-notes).
35
+
- This repository is owned by the [Platform/Manifests/security Working Group](https://github.com/kubeflow/community/blob/master/wg-manifests/charter.md).
36
+
- You can join the CNCF Slack and access our meetings at the [Kubeflow Community](https://www.kubeflow.org/docs/about/community/) website.
37
+
- Our channel on the CNCF Slack is [**#kubeflow-platform**](https://app.slack.com/client/T08PSQ7BQ/C073W572LA2).
38
+
- You can also find our [biweekly meetings](https://bit.ly/kf-wg-manifests-meet), including the commentable [Agenda](https://bit.ly/kf-wg-manifests-notes).
39
+
- If you want to contribute, please take a look at the [CONTRIBUTING.md](CONTRIBUTING.md).
36
40
37
41
The Kubeflow Manifests repository is organized under three main directories, which include manifests for installing:
38
42
@@ -666,18 +670,11 @@ context, all due to the `minAvailable` attribute:
666
670
667
671
The Manifest Working Group releases Kubeflow based on the [release timeline](https://github.com/kubeflow/community/blob/master/releases/handbook.md#timeline). The community and the release team work closely with the Manifest Working Group to define the specific dates at the start of the [release cycle](https://github.com/kubeflow/community/blob/master/releases/handbook.md#releasing) and follow the [release versioning policy](https://github.com/kubeflow/community/blob/master/releases/handbook.md#versioning-policy), as defined in the [Kubeflow release handbook](https://github.com/kubeflow/community/blob/master/releases/handbook.md).
668
672
669
-
## CVE Scanning
673
+
### Security
670
674
671
675
To view all past security scans, head to the [Image Extracting and Security Scanning GitHub Action workflow](https://github.com/kubeflow/manifests/actions/workflows/trivy.yaml). In the logs of the workflow, you can expand the `Run image extracting and security scanning script` step to view the CVE logs. You will find a per-image CVE scan and a JSON dump of per-WorkingGroup aggregated metrics. You can run the Python script from the workflow file locally on your machine to obtain the detailed JSON files for any git commit.
672
676
673
-
The Kubeflow security working group follows a responsible disclosure policy for CVE results:
674
-
675
-
- **Internal Review**: All CVE findings are initially reviewed internally by the security working group.
676
-
- **Severity Assessment**: Each CVE is assessed for severity and potential impact on the Kubeflow project.
677
-
- **Disclosure**: For high and critical severity CVEs, the security working group will:
678
-
- Notify the maintainers and contributors.
679
-
- Try to provide a fix or mitigation strategy.
680
-
- Publicly disclose the CVE details.
677
+
For more infromation please consult the [SECURITY.md](./SECURITY.md).
0 commit comments