Skip to content

Commit 462c2c1

Browse files
author
kjeld Schouten-Lebbing
committed
feat(ci): add snyk ignore
1 parent 619a7b7 commit 462c2c1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.snyk

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+
version: v1.22.1
3+
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
4+
ignore:
5+
SNYK-CC-K8S-10:
6+
- '* > * > input > spec > template > spec > initContainers[autopermissions] > securityContext > runAsNonRoot':
7+
reason: Permissions script requires root
8+
expires: 2666-01-02T15:25:09.138Z
9+
created: 2021-12-03T15:25:09.144Z
10+
SNYK-CC-K8S-41:
11+
- '* > * > spec > template > spec > initContainers[autopermissions] > livenessProbe':
12+
reason: Permissions script requires root
13+
expires: 2666-01-02T15:25:09.138Z
14+
created: 2021-12-03T15:25:09.144Z
15+
SNYK-CC-K8S-11:
16+
- '*':
17+
reason: UID Clashes is not a priority, default user 568 is reserved on SCALE systems
18+
expires: 2666-01-02T15:25:09.138Z
19+
created: 2021-12-03T15:25:09.144Z
20+
SNYK-CC-K8S-42:
21+
- '*':
22+
reason: We enforce digestpinning all container images and run auto-updater weekly
23+
expires: 2666-01-02T15:25:09.138Z
24+
created: 2021-12-03T15:25:09.144Z
25+
patch: {}

0 commit comments

Comments
 (0)