forked from kyverno/kyverno
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSECURITY-INSIGHTS.yml
More file actions
126 lines (126 loc) · 4.58 KB
/
Copy pathSECURITY-INSIGHTS.yml
File metadata and controls
126 lines (126 loc) · 4.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
header:
schema-version: 2.1.0
last-updated: '2026-03-20'
last-reviewed: '2026-03-20'
expiration-date: '2027-01-15T01:00:00.000Z'
project-url: 'https://github.com/kyverno/kyverno'
project-release: '1.18.0'
license: 'https://github.com/kyverno/kyverno/blob/main/LICENSE'
project-lifecycle:
bug-fixes-only: false
core-maintainers:
- 'https://github.com/kyverno/community/blob/main/MAINTAINERS.md'
status: active
release-process: 'https://github.com/kyverno/kyverno/releases'
contribution-policy:
accepts-pull-requests: true
accepts-automated-pull-requests: true
automated-tools-list:
- automated-tool: dependabot
action: allowed
path:
- /
contributing-policy: 'https://github.com/kyverno/kyverno/blob/main/CONTRIBUTING.md'
code-of-conduct:
- 'https://github.com/kyverno/kyverno/blob/main/CODE_OF_CONDUCT.md'
documentation:
threat-model: 'https://kyverno.io/docs/guides/security/#threat-model'
external-interfaces: 'https://kyverno.io/docs/introduction/how-kyverno-works/'
verifying-artifacts: 'https://kyverno.io/docs/guides/security/#verifying-kyverno-container-images-install-manifest-and-helm-chart'
release-verification-identity: "Core: https://github.com/kyverno/kyverno/.github/workflows/release.yaml, Helm: https://github.com/kyverno/kyverno/.github/workflows/helm-release.yaml, Issuer: https://token.actions.githubusercontent.com"
sbom-access: 'https://kyverno.io/docs/guides/security/#fetching-the-sbom-for-kyverno'
project-members: 'https://github.com/kyverno/community/blob/main/MAINTAINERS.md'
roles-and-responsibilities: 'https://github.com/kyverno/community/blob/main/GOVERNANCE.md'
support-policy: 'https://kyverno.io/docs/installation/installation/#compatibility-matrix'
end-of-life-policy: 'https://kyverno.io/docs/policy-types/overview/#deprecation-schedule-for-legacy-types'
security-policy: 'https://kyverno.io/docs/security/'
vulnerability-reporting: 'https://kyverno.io/docs/guides/security/#disclosure-process'
distribution-points:
- 'https://github.com/orgs/kyverno/packages'
- 'https://artifacthub.io/packages/helm/kyverno/kyverno'
- 'https://ghcr.io/kyverno'
security-artifacts:
threat-model:
threat-model-created: true
evidence-url:
- 'https://kyverno.io/docs/security/#threat-model'
self-assessment:
self-assessment-created: true
evidence-url:
- https://github.com/cncf/tag-security/blob/main/community/assessments/projects/kyverno/self-assessment.md
security-testing:
- tool-type: sca
tool-name: Dependabot
tool-version: "2"
tool-url: https://github.com/dependabot/dependabot-core
integration:
ad-hoc: false
ci: true
before-release: true
- tool-type: sast
tool-name: golangci-lint
tool-version: v2.11.4
tool-url: https://github.com/golangci/golangci-lint
tool-rulesets:
- gosec
integration:
ad-hoc: false
ci: true
before-release: false
- tool-type: container-scanning
tool-name: Trivy
tool-version: v0.35.0
tool-url: https://github.com/aquasecurity/trivy
integration:
ad-hoc: false
ci: true
before-release: true
- tool-type: container-signing
tool-name: Cosign
tool-version: v4.1.0
tool-url: https://github.com/sigstore/cosign
integration:
ad-hoc: false
ci: true
before-release: true
- tool-type: sbom
tool-name: Cosign attach sbom (CycloneDX)
tool-version: v3.9.0
tool-url: https://github.com/sigstore/cosign
integration:
ad-hoc: false
ci: true
before-release: true
- tool-type: provenance
tool-name: SLSA GitHub Generator
tool-version: v2.1.0
tool-url: https://github.com/slsa-framework/slsa-github-generator
integration:
ad-hoc: false
ci: true
before-release: true
- tool-type: scorecard
tool-name: OpenSSF Scorecard
tool-version: v2.4.3
tool-url: https://github.com/ossf/scorecard
integration:
ad-hoc: false
ci: true
before-release: false
security-contacts:
- type: email
value: kyverno-security@googlegroups.com
primary: true
vulnerability-reporting:
accepts-vulnerability-reports: true
email-contact: kyverno-security@googlegroups.com
security-policy: 'https://kyverno.io/docs/security/'
bug-bounty-available: false
dependencies:
third-party-packages: true
dependencies-lists:
- 'https://github.com/kyverno/kyverno/blob/main/go.mod'
dependencies-lifecycle:
policy-url: 'https://kyverno.io/docs/installation/#compatibility-matrix'
env-dependencies-policy:
policy-url: 'https://github.com/kyverno/kyverno/blob/main/DEPENDENCY-POLICY.md'