| LOW | internal/chart/v3/metadata.go | 61 | // A list of name and URL/email address combinations for the maintainer(s) |
| LOW | internal/chart/v3/dependency.go | 21 | // |
| LOW | …ternal/chart/v3/lint/rules/testdata/v3-fail/Chart.yaml | 1 | apiVersion: v3 |
| LOW | …ernal/chart/v3/lint/rules/testdata/v3-fail/values.yaml | 41 | # kubernetes.io/tls-acme: "true" |
| LOW | …t/v3/lint/rules/testdata/malformed-template/Chart.yaml | 1 | apiVersion: v3 |
| LOW | …t/v3/lint/rules/testdata/malformed-template/Chart.yaml | 21 | # incremented each time you make changes to the application. Versions are not expected to |
| LOW | …/v3/lint/rules/testdata/multi-template-fail/Chart.yaml | 1 | apiVersion: v3 |
| LOW | internal/chart/v3/util/create.go | 81 | const defaultChartfile = `apiVersion: v3 |
| LOW | internal/chart/v3/util/create.go | 141 | # For more information checkout: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ |
| LOW | internal/chart/v3/util/create.go | 201 | - path: |
| LOW | internal/chart/v3/util/create.go | 221 | # For publicly distributed charts, we recommend leaving 'resources' commented out. |
| LOW | internal/chart/v3/util/create.go | 681 | // needs to be replaced on that file. |
| LOW | internal/chart/v3/util/validate_name.go | 21 | "fmt" |
| LOW | internal/chart/v3/util/validate_name.go | 61 | // maxMetadataNameLen is the maximum length Kubernetes allows for any name. |
| LOW | internal/chart/v3/util/validate_name.go | 81 | return errMissingName |
| LOW | …quirements-yaml/charts/alpine/charts/mast1/values.yaml | 1 | # Default values for mast1. |
| LOW | …quirements-yaml/charts/alpine/charts/mast1/values.yaml | 1 | # Default values for mast1. |
| LOW | …hart-helmignore/charts/alpine/charts/mast1/values.yaml | 1 | # Default values for mast1. |
| LOW | …ent-chart-alias/charts/alpine/charts/mast1/values.yaml | 1 | # Default values for mast1. |
| LOW | …stdata/frobnitz/charts/alpine/charts/mast1/values.yaml | 1 | # Default values for mast1. |
| LOW | …quirements-yaml/charts/alpine/charts/mast1/values.yaml | 1 | # Default values for mast1. |
| LOW | …bnitz_backslash/charts/alpine/charts/mast1/values.yaml | 1 | # Default values for mast1. |
| LOW | …robnitz.v3.reqs/charts/alpine/charts/mast1/values.yaml | 1 | # Default values for mast1. |
| LOW | …z_with_dev_null/charts/alpine/charts/mast1/values.yaml | 1 | # Default values for mast1. |
| LOW | …tz_with_symlink/charts/alpine/charts/mast1/values.yaml | 1 | # Default values for mast1. |
| LOW | …stdata/frobnitz/charts/alpine/charts/mast1/values.yaml | 1 | # Default values for mast1. |
| LOW | …obnitz_with_bom/charts/alpine/charts/mast1/values.yaml | 1 | # Default values for mast1. |
| LOW | internal/plugin/installer/extractor.go | 81 | // to be malicious. (If you don't care about this, use the securejoin-filepath library.) |
| LOW | internal/release/v2/util/manifest.go | 41 | // **Note for Chart API v3**: This function (due to the regex above) has allowed _WRONG_ |
| LOW | internal/release/v2/util/manifest_sorter.go | 121 | // annotations: |
| LOW | internal/third_party/dep/fs/fs_test.go | 441 | fn := filepath.Join(dstdir, "file") |
| LOW | internal/third_party/dep/fs/fs.go | 261 | // the kernel is arbitrarily okay with < 248 bytes. That |
| LOW | scripts/release-notes.sh | 1 | #!/usr/bin/env bash |
| LOW | scripts/validate-license.sh | 1 | #!/usr/bin/env bash |
| LOW | scripts/util.sh | 1 | #!/usr/bin/env bash |
| LOW | scripts/coverage.sh | 1 | #!/usr/bin/env bash |
| LOW | .github/workflows/codeql-analysis.yml | 1 | # For most projects, this workflow file will not need changing; you simply need |
| LOW | .github/workflows/scorecards.yml | 41 | # - you want to enable the Branch-Protection check on a *public* repository, or |
| LOW | pkg/cmd/testdata/testcharts/lib-chart/values.yaml | 1 | # Default values for commons. |
| LOW | …charts/chart-with-template-lib-archive-dep/values.yaml | 21 | annotations: {} |
| LOW | …t-with-template-lib-archive-dep/templates/service.yaml | 1 | {{- template "common.service" (list . "chart-with-template-lib-archive-dep.service") -}} |
| LOW | …cmd/testdata/testcharts/chart-missing-deps/values.yaml | 1 | # Default values for reqtest. |
| LOW | …arts/chart-missing-deps/charts/reqsubchart/values.yaml | 1 | # Default values for reqsubchart. |
| LOW | …ata/testcharts/chart-with-template-lib-dep/values.yaml | 21 | annotations: {} |
| LOW | …/chart-with-template-lib-dep/charts/common/values.yaml | 1 | # Default values for commons. |
| LOW | …rts/chart-with-template-lib-dep/templates/service.yaml | 1 | {{- template "common.service" (list . "chart-with-template-lib-dep.service") -}} |
| LOW | …md/testdata/testcharts/chart-with-only-crds/Chart.yaml | 1 | apiVersion: v2 |
| LOW | pkg/cmd/testdata/testcharts/reqtest/values.yaml | 1 | # Default values for reqtest. |
| LOW | …data/testcharts/reqtest/charts/reqsubchart/values.yaml | 1 | # Default values for reqsubchart. |
| LOW | …ata/testcharts/reqtest/charts/reqsubchart2/values.yaml | 1 | # Default values for reqsubchart. |
| LOW | …testdata/testcharts/chart-bad-requirements/values.yaml | 1 | # Default values for reqtest. |
| LOW | …/chart-bad-requirements/charts/reqsubchart/values.yaml | 1 | # Default values for reqsubchart. |
| LOW | …cmd/testdata/testcharts/chart-with-lib-dep/values.yaml | 21 | annotations: {} |
| LOW | …a/testcharts/chart-with-lib-dep/templates/service.yaml | 1 | {{- template "common.service" (list . "mychart.service") -}} |
| LOW | pkg/helmpath/home.go | 1 | // Copyright The Helm Authors. |
| LOW | pkg/helmpath/lazypath_unix_test.go | 1 | // Copyright The Helm Authors. |
| LOW | pkg/helmpath/home_unix_test.go | 1 | // Copyright The Helm Authors. |
| LOW | pkg/helmpath/lazypath_darwin.go | 1 | // Copyright The Helm Authors. |
| LOW | pkg/helmpath/lazypath_darwin_test.go | 1 | // Copyright The Helm Authors. |
| LOW | pkg/helmpath/home_windows_test.go | 1 | // Copyright The Helm Authors. |
| 87 more matches not shown… |