forked from truecharts/public
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
kjeld Schouten-Lebbing
committed
Dec 3, 2021
1 parent
619a7b7
commit 462c2c1
Showing
1 changed file
with
25 additions
and
0 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,25 @@ | ||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. | ||
version: v1.22.1 | ||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date | ||
ignore: | ||
SNYK-CC-K8S-10: | ||
- '* > * > input > spec > template > spec > initContainers[autopermissions] > securityContext > runAsNonRoot': | ||
reason: Permissions script requires root | ||
expires: 2666-01-02T15:25:09.138Z | ||
created: 2021-12-03T15:25:09.144Z | ||
SNYK-CC-K8S-41: | ||
- '* > * > spec > template > spec > initContainers[autopermissions] > livenessProbe': | ||
reason: Permissions script requires root | ||
expires: 2666-01-02T15:25:09.138Z | ||
created: 2021-12-03T15:25:09.144Z | ||
SNYK-CC-K8S-11: | ||
- '*': | ||
reason: UID Clashes is not a priority, default user 568 is reserved on SCALE systems | ||
expires: 2666-01-02T15:25:09.138Z | ||
created: 2021-12-03T15:25:09.144Z | ||
SNYK-CC-K8S-42: | ||
- '*': | ||
reason: We enforce digestpinning all container images and run auto-updater weekly | ||
expires: 2666-01-02T15:25:09.138Z | ||
created: 2021-12-03T15:25:09.144Z | ||
patch: {} |