Skip to content

Commit

Permalink
Add SECURITY-INSIGHTS.yml
Browse files Browse the repository at this point in the history
Security Insights is a new security documentation specification from
OpenSSF, which has been adopted by CNCF through the CLOMonitor.
This specification provides a mechanism for projects to report
information about their security in a machine-processable way.
Some CLOMonitor checks will look for this file to find more information
about the project.

Ref: https://clomonitor.io/docs/topics/checks/#security-insights

Signed-off-by: Sandipan Panda <[email protected]>
  • Loading branch information
sandipanpanda committed Dec 17, 2023
1 parent 40f190b commit faa09f7
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 0 deletions.
80 changes: 80 additions & 0 deletions SECURITY-INSIGHTS.yml
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
3 changes: 3 additions & 0 deletions site/content/en/docs/contrib/releasing/binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ Verify release checksums by running `make check-release`

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

## Update SECURITY-INSIGHTS.yml
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.

## Announce

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

0 comments on commit faa09f7

Please sign in to comment.