Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SECURITY-INSIGHTS.yml #17814

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: true
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: true
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
Loading