chore(github): Updated security documentation and CLOMonitor exemptions (#2333)
* Updated security documentation and CLOMonitor exemptions Signed-off-by: Eddie Knight <knight@linux.com> * Added license scanning exepmtion Signed-off-by: Eddie Knight <knight@linux.com> * Added best practices badge to README Signed-off-by: Eddie Knight <knight@linux.com> --------- Signed-off-by: Eddie Knight <knight@linux.com> Co-authored-by: Jason Meridth <jmeridth@gmail.com>pull/2338/head
parent
f634cf6e9c
commit
622aee3850
|
@ -7,6 +7,12 @@ exemptions:
|
||||||
reason: "Helm deps are not currently scanned. Maintainers are watching developments to dependabot-core #2237" # Justification of this exemption (mandatory, it will be displayed on the UI)
|
reason: "Helm deps are not currently scanned. Maintainers are watching developments to dependabot-core #2237" # Justification of this exemption (mandatory, it will be displayed on the UI)
|
||||||
- check: sbom
|
- check: sbom
|
||||||
reason: "Tracking Helm dependencies is not yet a stable practice."
|
reason: "Tracking Helm dependencies is not yet a stable practice."
|
||||||
|
- check: self_assessment
|
||||||
|
reason: "Refer to self assessments supplied by the codebases Argo Helm supports."
|
||||||
|
- check: signed_releases
|
||||||
|
reason: "Argo Helm releases are made via Artifact Hub, where they are signed. The unsigned GitHub releases are for reference only."
|
||||||
|
- check: license_scanning
|
||||||
|
reason: "Temporary exemption: pending response from CNCF Service Desk"
|
||||||
|
|
||||||
# TODO:
|
# TODO:
|
||||||
# License scanning information
|
# License scanning information
|
||||||
|
|
|
@ -47,6 +47,8 @@ Any breaking changes to a chart (backwards incompatible) require:
|
||||||
|
|
||||||
### New Application Versions
|
### New Application Versions
|
||||||
|
|
||||||
|
Helm charts are intended to be created for all non-patched releases of Argo CD, Workflows, Rollouts, and Events. Associated dependencies, such as Redis, will use the version recommended by the associated release.
|
||||||
|
|
||||||
When selecting new application versions ensure you make the following changes:
|
When selecting new application versions ensure you make the following changes:
|
||||||
|
|
||||||
* `values.yaml`: Bump all instances of the container image version
|
* `values.yaml`: Bump all instances of the container image version
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/argo)](https://artifacthub.io/packages/search?repo=argo)
|
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/argo)](https://artifacthub.io/packages/search?repo=argo)
|
||||||
[![CLOMonitor](https://img.shields.io/endpoint?url=https://clomonitor.io/api/projects/cncf/argo/badge)](https://clomonitor.io/projects/cncf/argo)
|
[![CLOMonitor](https://img.shields.io/endpoint?url=https://clomonitor.io/api/projects/cncf/argo/badge)](https://clomonitor.io/projects/cncf/argo)
|
||||||
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/argoproj/argo-helm/badge)](https://api.securityscorecards.dev/projects/github.com/argoproj/argo-helm)
|
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/argoproj/argo-helm/badge)](https://api.securityscorecards.dev/projects/github.com/argoproj/argo-helm)
|
||||||
|
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7942/badge)](https://www.bestpractices.dev/projects/7942)
|
||||||
|
|
||||||
Argo Helm is a collection of **community maintained** charts for [https://argoproj.github.io](https://argoproj.github.io) projects. The charts can be added using following command:
|
Argo Helm is a collection of **community maintained** charts for [https://argoproj.github.io](https://argoproj.github.io) projects. The charts can be added using following command:
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,23 @@
|
||||||
|
header:
|
||||||
|
schema-version: '1.0.0'
|
||||||
|
expiration-date: '2024-11-04T10:00:00.000Z'
|
||||||
|
project-url: https://github.com/argoproj/argo-helm
|
||||||
|
project-lifecycle:
|
||||||
|
status: active
|
||||||
|
bug-fixes-only: false
|
||||||
|
core-maintainers:
|
||||||
|
- https://github.com/mkilchhofer
|
||||||
|
- https://github.com/jmeridth
|
||||||
|
contribution-policy:
|
||||||
|
accepts-pull-requests: true
|
||||||
|
accepts-automated-pull-requests: true
|
||||||
|
distribution-points:
|
||||||
|
- https://github.com/argoproj/argo-helm/blob/main/SECURITY.md
|
||||||
|
vulnerability-reporting:
|
||||||
|
accepts-vulnerability-reports: true
|
||||||
|
email-contact: cncf-argo-maintainers@lists.cncf.io
|
||||||
|
security-policy: https://github.com/argoproj/argo-helm/blob/main/SECURITY.md
|
||||||
|
comment: Please refer to the security policy for reporting information prior to using the email contact.
|
||||||
|
dependencies:
|
||||||
|
env-dependencies-policy:
|
||||||
|
policy-url: https://github.com/argoproj/argo-helm/blob/master/CONTRIBUTING.md#new-application-versions
|
Loading…
Reference in New Issue