-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This specification provides a mechanism for projects to report information about their security in a machine-processable way. The CNCF CLOMonitor security checks require projects to provide an OpenSSF Security Insights manifest file. Ref: https://clomonitor.io/docs/topics/checks/#security-insights Signed-off-by: Sandipan Panda <[email protected]>
- Loading branch information
1 parent
40f190b
commit e378eda
Showing
2 changed files
with
83 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,80 @@ | ||
header: | ||
schema-version: 1.0.0 | ||
expiration-date: '2024-12-17T01:00:00.000Z' | ||
last-updated: '2023-12-17' | ||
last-reviewed: '2023-12-17' | ||
commit-hash: 8220a6eb95f0a4d75f7f2d7b14cef975f050512d | ||
project-url: https://github.com/kubernetes/minikube | ||
project-release: '1.32.0' | ||
changelog: https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md | ||
license: https://github.com/kubernetes/minikube/blob/master/LICENSE | ||
project-lifecycle: | ||
status: active | ||
roadmap: https://minikube.sigs.k8s.io/docs/contrib/roadmap/ | ||
bug-fixes-only: false | ||
core-maintainers: | ||
- https://github.com/kubernetes/minikube/blob/master/OWNERS | ||
release-cycle: https://minikube.sigs.k8s.io/docs/contrib/release_schedule/ | ||
release-process: https://minikube.sigs.k8s.io/docs/contrib/releasing/ | ||
contribution-policy: | ||
accepts-pull-requests: true | ||
accepts-automated-pull-requests: true | ||
automated-tools-list: | ||
- automated-tool: dependabot | ||
action: allowed | ||
path: | ||
- / | ||
- automated-tool: minikube-bot | ||
action: allowed | ||
path: | ||
- / | ||
- automated-tool: k8s-ci-robot | ||
action: allowed | ||
path: | ||
- / | ||
contributing-policy: https://minikube.sigs.k8s.io/docs/contrib/guide/ | ||
code-of-conduct: https://github.com/kubernetes/minikube/blob/master/code-of-conduct.md | ||
documentation: | ||
- https://minikube.sigs.k8s.io/docs/ | ||
distribution-points: | ||
- https://github.com/kubernetes/minikube/releases | ||
security-artifacts: | ||
threat-model: | ||
threat-model-created: false | ||
self-assessment: | ||
self-assessment-created: false | ||
security-testing: | ||
- tool-type: sca | ||
tool-name: Dependabot | ||
tool-version: "2" | ||
tool-url: https://github.com/dependabot | ||
integration: | ||
ad-hoc: false | ||
ci: true | ||
before-release: false | ||
tool-rulesets: | ||
- https://github.com/kubernetes/minikube/blob/master/.github/dependabot.yml | ||
- tool-type: sca | ||
tool-name: minikube-bot | ||
tool-version: latest | ||
tool-url: https://github.com/minikube-bot | ||
tool-rulesets: | ||
- built-in | ||
integration: | ||
ad-hoc: false | ||
ci: true | ||
before-release: false | ||
security-contacts: | ||
- type: email | ||
value: [email protected] | ||
primary: true | ||
vulnerability-reporting: | ||
accepts-vulnerability-reports: true | ||
email-contact: [email protected] | ||
security-policy: https://github.com/kubernetes/minikube/blob/master/SECURITY.md | ||
bug-bounty-available: true | ||
bug-bounty-url: https://hackerone.com/kubernetes | ||
dependencies: | ||
third-party-packages: true | ||
dependencies-lists: | ||
- https://github.com/kubernetes/minikube/blob/master/go.mod |
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