Skip to content

Commit 2a2c121

Browse files
authored
Merge pull request #17814 from sandipanpanda/add-security-insights
Add SECURITY-INSIGHTS.yml
2 parents 1fea735 + 1aed176 commit 2a2c121

File tree

2 files changed

+83
-0
lines changed

2 files changed

+83
-0
lines changed

SECURITY-INSIGHTS.yml

+80
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
header:
2+
schema-version: 1.0.0
3+
expiration-date: '2024-12-17T01:00:00.000Z'
4+
last-updated: '2023-12-17'
5+
last-reviewed: '2023-12-17'
6+
commit-hash: 8220a6eb95f0a4d75f7f2d7b14cef975f050512d
7+
project-url: https://github.com/kubernetes/minikube
8+
project-release: '1.32.0'
9+
changelog: https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md
10+
license: https://github.com/kubernetes/minikube/blob/master/LICENSE
11+
project-lifecycle:
12+
status: active
13+
roadmap: https://minikube.sigs.k8s.io/docs/contrib/roadmap/
14+
bug-fixes-only: false
15+
core-maintainers:
16+
- https://github.com/kubernetes/minikube/blob/master/OWNERS
17+
release-cycle: https://minikube.sigs.k8s.io/docs/contrib/release_schedule/
18+
release-process: https://minikube.sigs.k8s.io/docs/contrib/releasing/
19+
contribution-policy:
20+
accepts-pull-requests: true
21+
accepts-automated-pull-requests: true
22+
automated-tools-list:
23+
- automated-tool: dependabot
24+
action: allowed
25+
path:
26+
- /
27+
- automated-tool: minikube-bot
28+
action: allowed
29+
path:
30+
- /
31+
- automated-tool: k8s-ci-robot
32+
action: allowed
33+
path:
34+
- /
35+
contributing-policy: https://minikube.sigs.k8s.io/docs/contrib/guide/
36+
code-of-conduct: https://github.com/kubernetes/minikube/blob/master/code-of-conduct.md
37+
documentation:
38+
- https://minikube.sigs.k8s.io/docs/
39+
distribution-points:
40+
- https://github.com/kubernetes/minikube/releases
41+
security-artifacts:
42+
threat-model:
43+
threat-model-created: false
44+
self-assessment:
45+
self-assessment-created: false
46+
security-testing:
47+
- tool-type: sca
48+
tool-name: Dependabot
49+
tool-version: "2"
50+
tool-url: https://github.com/dependabot
51+
integration:
52+
ad-hoc: false
53+
ci: true
54+
before-release: true
55+
tool-rulesets:
56+
- https://github.com/kubernetes/minikube/blob/master/.github/dependabot.yml
57+
- tool-type: sca
58+
tool-name: minikube-bot
59+
tool-version: latest
60+
tool-url: https://github.com/minikube-bot
61+
tool-rulesets:
62+
- built-in
63+
integration:
64+
ad-hoc: false
65+
ci: true
66+
before-release: true
67+
security-contacts:
68+
- type: email
69+
70+
primary: true
71+
vulnerability-reporting:
72+
accepts-vulnerability-reports: true
73+
email-contact: [email protected]
74+
security-policy: https://github.com/kubernetes/minikube/blob/master/SECURITY.md
75+
bug-bounty-available: true
76+
bug-bounty-url: https://hackerone.com/kubernetes
77+
dependencies:
78+
third-party-packages: true
79+
dependencies-lists:
80+
- https://github.com/kubernetes/minikube/blob/master/go.mod

site/content/en/docs/contrib/releasing/binaries.md

+3
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ Verify release checksums by running `make check-release`
107107

108108
If there are major changes, please send a PR to update <https://kubernetes.io/docs/setup/learning-environment/minikube/>
109109

110+
## Update SECURITY-INSIGHTS.yml
111+
Make appropriate changes to [SECURITY-INSIGHTS.yml](https://github.com/kubernetes/minikube/SECURITY-INSIGHTS.yml). Check [OPENSSF Security Insights Specification](https://github.com/ossf/security-insights-spec/blob/main/specification.md) for reference.
112+
110113
## Announce
111114

112115
Please mention the new release https://github.com/kubernetes/minikube/blob/master/README.md

0 commit comments

Comments
 (0)