-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github/super-linter from 6 to 7 (#291)
* Bump github/super-linter from 6 to 7 * Update Zammad image to latest patchlevel Bumps [github/super-linter](https://github.com/github/super-linter) from 6 to 7. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md) - [Commits](github/super-linter@v6...v7) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Apply configuration changes --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Gruner <[email protected]>
- Loading branch information
1 parent
ca261f2
commit 48d187f
Showing
4 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
# Don't report passed checks in output | ||
quiet: true | ||
|
||
skip-path: | ||
- zammad/templates/tests | ||
- zammad/ci | ||
- zammad/charts | ||
|
||
skip-check: | ||
# These checks don't seem to make sense with a / our Helm chart | ||
- CKV_K8S_21 # "The default namespace should not be used" | ||
- CKV_K8S_10 # "CPU requests should be set" | ||
- CKV_K8S_11 # "CPU limits should be set" | ||
- CKV_K8S_15 # "Image Pull Policy should be Always" | ||
- CKV_K8S_12 # "Memory requests should be set" | ||
- CKV_K8S_13 # "Memory limits should be set" | ||
- CKV_K8S_43 # "Image should use digest" | ||
- CKV_K8S_38 # "Ensure that Service Account Tokens are only mounted where necessary" | ||
- CKV_K8S_20 # "Containers should not run with allowPrivilegeEscalation" | ||
- CKV_K8S_16 # "Container should not be privileged" | ||
- CKV_K8S_40 # "Containers should run as a high UID to avoid host conflict" | ||
- CKV_K8S_23 # "Minimize the admission of root containers" | ||
- CKV_K8S_22 # "Use read-only filesystem for containers where possible" | ||
|
||
# Maybe consider for improvement | ||
- CKV_K8S_35 # "Prefer using secrets as files over secrets as environment variables" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters