-
Notifications
You must be signed in to change notification settings - Fork 43
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
feat: Adding scoop helm chart #240
Conversation
- 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
{{- end }} | ||
|
||
containers: | ||
- name: scoop |
Check warning
Code scanning / SonarCloud
Storage limits should be enforced 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.