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
# This file must be located at the root of the repository
3
+
4
+
# Checks exemptions
5
+
exemptions:
6
+
- check: dependency_update_tool
7
+
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)
8
+
- check: sbom
9
+
reason: "Tracking Helm dependencies is not yet a stable practice."
10
+
11
+
# TODO:
12
+
# License scanning information
13
+
# licenseScanning:
14
+
# URL with the repository's license scanning results
15
+
#
16
+
# CLOMonitor can extract license scanning results from FOSSA and Snyk badges
17
+
# in the repository README.md file automatically. If your repository uses a
18
+
# different scanning solution, this url can be set to pass the corresponding
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:
We'd love to have you contribute! Please refer to our [contribution guidelines](CONTRIBUTING.md) for details.
16
+
We'd love to have you contribute! Please refer to our [contribution guidelines](CONTRIBUTING.md) for details.
17
+
18
+
### Security Policy
19
+
20
+
If you have a security concern relating to either this project repo or an individual helm chart, please [open an issue](https://github.com/argoproj/argo-helm/issues/new/choose) or [start a discussion](https://github.com/argoproj/argo-helm/discussions/new).
21
+
22
+
### Changelog
23
+
24
+
Releases are managed independently for each helm chart, and changelogs are tracked on each release. Read more about this process [here](https://github.com/argoproj/argo-helm/blob/main/CONTRIBUTING.md#changelog).
0 commit comments