-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updating scoop template #230
base: main
Are you sure you want to change the base?
Conversation
{{- end }} | ||
|
||
containers: | ||
- name: scoop-chart |
Check warning
Code scanning / SonarCloud
Memory limits should be enforced Medium
{{- if $.Values.labels }} | ||
{{ toYaml $.Values.labels | indent 4 }} | ||
{{- end }} | ||
spec: |
Check warning
Code scanning / SonarCloud
Service account tokens should not be mounted in pods Medium
- apiGroups: | ||
- '*' | ||
resources: | ||
- '*' |
Check warning
Code scanning / SonarCloud
Wildcards should not be used to define RBAC permissions Medium
- apiGroups: | ||
- extensions | ||
resources: | ||
- '*' |
Check warning
Code scanning / SonarCloud
Wildcards should not be used to define RBAC permissions Medium
- apiGroups: | ||
- apps | ||
resources: | ||
- '*' |
Check warning
Code scanning / SonarCloud
Wildcards should not be used to define RBAC permissions Medium
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
No description provided.