-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace stacklok/minder with mindersec/minder
Signed-off-by: Radoslav Dimitrov <[email protected]>
- Loading branch information
Showing
544 changed files
with
2,424 additions
and
2,424 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
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -1 +1 @@ | ||
* @stacklok/minder-maintainers | ||
* @mindersec/maintainers |
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
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
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
# Contributing to Minder | ||
First off, thank you for taking the time to contribute to Minder! :+1: :tada: Minder is released under the Apache 2.0 license. If you would like to contribute something or want to hack on the code, this document should help you get started. You can find some hints for starting development in Minder's [README](https://github.com/stacklok/minder/blob/main/README.md). | ||
First off, thank you for taking the time to contribute to Minder! :+1: :tada: Minder is released under the Apache 2.0 license. If you would like to contribute something or want to hack on the code, this document should help you get started. You can find some hints for starting development in Minder's [README](https://github.com/mindersec/minder/blob/main/README.md). | ||
|
||
## Table of contents | ||
- [Code of Conduct](#code-of-conduct) | ||
|
@@ -14,11 +14,11 @@ First off, thank you for taking the time to contribute to Minder! :+1: :tada: Mi | |
- [Commit Message Guidelines](#commit-message-guidelines) | ||
|
||
## Code of Conduct | ||
This project adheres to the [Contributor Covenant](https://github.com/stacklok/minder/blob/main/CODE_OF_CONDUCT.md) code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected]. | ||
This project adheres to the [Contributor Covenant](https://github.com/mindersec/minder/blob/main/CODE_OF_CONDUCT.md) code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected]. | ||
|
||
## Reporting Security Vulnerabilities | ||
|
||
If you think you have found a security vulnerability in Minder please DO NOT disclose it publicly until we’ve had a chance to fix it. Please don’t report security vulnerabilities using GitHub issues; instead, please follow this [process](https://github.com/stacklok/minder/blob/main/SECURITY.md) | ||
If you think you have found a security vulnerability in Minder please DO NOT disclose it publicly until we’ve had a chance to fix it. Please don’t report security vulnerabilities using GitHub issues; instead, please follow this [process](https://github.com/mindersec/minder/blob/main/SECURITY.md) | ||
|
||
## How to Contribute | ||
|
||
|
@@ -28,10 +28,10 @@ We use GitHub issues to track bugs and enhancements. If you have a general usage | |
If you are reporting a bug, please help to speed up problem diagnosis by providing as much information as possible. Ideally, that would include a small sample project that reproduces the problem. | ||
|
||
### Sign the Contributor License Agreement | ||
Before we accept a non-trivial patch or pull request, we will need you to sign the [Contributor License Agreement](https://cla-assistant.io/stacklok/minder). Signing the contributor’s agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. Active contributors might be asked to join the core team and given the ability to merge pull requests. | ||
Before we accept a non-trivial patch or pull request, we will need you to sign the [Contributor License Agreement](https://cla-assistant.io/mindersec/minder). Signing the contributor’s agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. Active contributors might be asked to join the core team and given the ability to merge pull requests. | ||
|
||
### Not sure how to start contributing... | ||
PRs to resolve existing issues are greatly appreciated and issues labeled as ["good first issue"](https://github.com/stacklok/minder/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) are a great place to start! | ||
PRs to resolve existing issues are greatly appreciated and issues labeled as ["good first issue"](https://github.com/mindersec/minder/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) are a great place to start! | ||
|
||
### Pull Request Process | ||
* Create an issue outlining the fix or feature. | ||
|
@@ -44,7 +44,7 @@ PRs to resolve existing issues are greatly appreciated and issues labeled as ["g | |
* Once approved, all of your commits will be squashed into a single commit with your PR title. | ||
|
||
### Contributing to docs | ||
Follow [this guide](https://github.com/stacklok/minder/blob/main/docs/README.md) for instructions on building, running, and previewing Minder's documentation. | ||
Follow [this guide](https://github.com/mindersec/minder/blob/main/docs/README.md) for instructions on building, running, and previewing Minder's documentation. | ||
|
||
### Commit Message Guidelines | ||
We follow the commit formatting recommendations found on [Chris Beams' How to Write a Git Commit Message article](https://chris.beams.io/posts/git-commit/): | ||
|
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
![minder logo](./docs/docs/images/Minder_darkMode.png) | ||
|
||
[![Continuous integration](https://github.com/stacklok/minder/actions/workflows/main.yml/badge.svg)](https://github.com/stacklok/minder/actions/workflows/main.yml) | [![Coverage Status](https://coveralls.io/repos/github/stacklok/minder/badge.svg?branch=main)](https://coveralls.io/github/stacklok/minder?branch=main) | [![License: Apache 2.0](https://img.shields.io/badge/License-Apache2.0-brightgreen.svg)](https://opensource.org/licenses/Apache-2.0) | [![SLSA 3](https://slsa.dev/images/gh-badge-level3.svg)](https://slsa.dev) | [![](https://dcbadge.vercel.app/api/server/RkzVuTp3WK?logo=discord&label=Discord&color=5865&style=flat)](https://discord.gg/RkzVuTp3WK) | ||
[![Continuous integration](https://github.com/mindersec/minder/actions/workflows/main.yml/badge.svg)](https://github.com/mindersec/minder/actions/workflows/main.yml) | [![Coverage Status](https://coveralls.io/repos/github/mindersec/minder/badge.svg?branch=main)](https://coveralls.io/github/mindersec/minder?branch=main) | [![License: Apache 2.0](https://img.shields.io/badge/License-Apache2.0-brightgreen.svg)](https://opensource.org/licenses/Apache-2.0) | [![SLSA 3](https://slsa.dev/images/gh-badge-level3.svg)](https://slsa.dev) | [![](https://dcbadge.vercel.app/api/server/RkzVuTp3WK?logo=discord&label=Discord&color=5865&style=flat)](https://discord.gg/RkzVuTp3WK) | ||
--- | ||
|
||
[Installation](https://minder-docs.stacklok.dev/getting_started/install_cli) | [Documentation](https://minder-docs.stacklok.dev) | [Releases](https://github.com/stacklok/minder/releases) | ||
[Installation](https://minder-docs.stacklok.dev/getting_started/install_cli) | [Documentation](https://minder-docs.stacklok.dev) | [Releases](https://github.com/mindersec/minder/releases) | ||
--- | ||
|
||
# What is Minder? | ||
|
@@ -43,7 +43,7 @@ Getting up and running with Minder takes under a minute and is as easy as: | |
|
||
In just a few seconds, you will register your repositories and enable secret scanning protection for all of them! 🤯 | ||
|
||
<img src="https://github.com/stacklok/minder/assets/16540482/00646f28-2f48-43f2-bb2b-4a791782d7e3" width="80%"/> | ||
<img src="https://github.com/mindersec/minder/assets/16540482/00646f28-2f48-43f2-bb2b-4a791782d7e3" width="80%"/> | ||
|
||
## Installation | ||
|
||
|
@@ -67,7 +67,7 @@ winget install stacklok.minder | |
|
||
### Download a release | ||
|
||
Download the latest release from [minder/releases](https://github.com/stacklok/minder/releases). | ||
Download the latest release from [minder/releases](https://github.com/mindersec/minder/releases). | ||
|
||
### Build it from source | ||
|
||
|
@@ -118,7 +118,7 @@ various rules, and much more. There's a lot more to Minder than just secret scan | |
The `secret_scanning` rule is just one of the many rule types that Minder supports. | ||
|
||
You can see the full list of ready-to-use rules and profiles | ||
maintained by Minder's team here - [stacklok/minder-rules-and-profiles](https://github.com/stacklok/minder-rules-and-profiles). | ||
maintained by Minder's team here - [mindersec/minder-rules-and-profiles](https://github.com/mindersec/minder-rules-and-profiles). | ||
|
||
In case there's something you don't find there yet, Minder is designed to be extensible. | ||
This allows for users to create their own custom rule types and profiles and ensure the specifics of their security | ||
|
@@ -131,7 +131,7 @@ configured consistently and securely. | |
For more information about `minder`, see: | ||
* `minder` CLI commands - [Docs](https://minder-docs.stacklok.dev/ref/cli/minder). | ||
* `minder` REST API Documentation - [Docs](https://minder-docs.stacklok.dev/ref/api). | ||
* `minder` rules and profiles maintained by Minder's team - [GitHub](https://github.com/stacklok/minder-rules-and-profiles). | ||
* `minder` rules and profiles maintained by Minder's team - [GitHub](https://github.com/mindersec/minder-rules-and-profiles). | ||
* Minder documentation - [Docs](https://minder-docs.stacklok.dev). | ||
|
||
# Roadmap | ||
|
@@ -141,7 +141,7 @@ The Minder community are actively working on new features and improvements for M | |
You can find our roadmap [here](https://minder-docs.stacklok.dev/about/roadmap). | ||
|
||
Should you wish to request or contribute a feature or improvement, please use the following | ||
[issue template](https://github.com/stacklok/minder/issues/new?template=enhancement.yml) | ||
[issue template](https://github.com/mindersec/minder/issues/new?template=enhancement.yml) | ||
|
||
# Development | ||
|
||
|
@@ -162,7 +162,7 @@ To invoke the `run-docker` make target, you will need [yq](https://github.com/mi | |
### Clone the repository | ||
|
||
```bash | ||
git clone [email protected]:stacklok/minder.git | ||
git clone [email protected]:mindersec/minder.git | ||
``` | ||
|
||
## Build | ||
|
@@ -248,9 +248,9 @@ You can find more detailed information about the development process in the [Dev | |
|
||
* Proto API documentation - [Link](https://minder-docs.stacklok.dev/ref/proto). | ||
|
||
* Protobuf - [Link](https://github.com/stacklok/minder/blob/main/proto/minder/v1/minder.proto). | ||
* Protobuf - [Link](https://github.com/mindersec/minder/blob/main/proto/minder/v1/minder.proto). | ||
|
||
* OpenAPI/swagger spec (JSON) - [Link](https://github.com/stacklok/minder/blob/main/pkg/api/openapi/minder/v1/minder.swagger.json). | ||
* OpenAPI/swagger spec (JSON) - [Link](https://github.com/mindersec/minder/blob/main/pkg/api/openapi/minder/v1/minder.swagger.json). | ||
|
||
## Contributing | ||
|
||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ The minder community take security seriously! We appreciate your efforts to disc | |
|
||
## Reporting a vulnerability | ||
|
||
To report a security issue, please use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/stacklok/minder/security/advisories/new) tab. | ||
To report a security issue, please use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/mindersec/minder/security/advisories/new) tab. | ||
|
||
If you are unable to access GitHub you can also email us at [email protected]. | ||
|
||
|
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
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
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
Oops, something went wrong.