Skip to content

Commit

Permalink
Replace stacklok/minder with mindersec/minder
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <[email protected]>
  • Loading branch information
rdimitrov committed Oct 14, 2024
1 parent ba60b09 commit 822e5be
Show file tree
Hide file tree
Showing 544 changed files with 2,424 additions and 2,424 deletions.
14 changes: 7 additions & 7 deletions .clusterfuzzlite/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ go mod tidy
# We create a jq_test directory and move the tests there to make it work.
mkdir internal/engine/eval/jq/jq_test
mv internal/engine/eval/jq/fuzz_test.go internal/engine/eval/jq/jq_test/
compile_native_go_fuzzer github.com/stacklok/minder/internal/engine/eval/jq/jq_test FuzzJqEval FuzzJqEval
compile_native_go_fuzzer github.com/stacklok/minder/internal/engine/eval/rego FuzzRegoEval FuzzRegoEval
compile_native_go_fuzzer github.com/stacklok/minder/internal/controlplane FuzzGitHubEventParsers FuzzGitHubEventParsers
compile_native_go_fuzzer github.com/stacklok/minder/internal/engine/ingester/diff FuzzDiffParse FuzzDiffParse
compile_native_go_fuzzer github.com/stacklok/minder/internal/crypto FuzzEncryptDecrypt FuzzEncryptDecrypt
compile_native_go_fuzzer github.com/stacklok/minder/internal/auth/jwt FuzzParseAndValidate FuzzParseAndValidate
compile_native_go_fuzzer github.com/stacklok/minder/internal/util/cli FuzzRenderMarkdown FuzzRenderMarkdown
compile_native_go_fuzzer github.com/mindersec/minder/internal/engine/eval/jq/jq_test FuzzJqEval FuzzJqEval
compile_native_go_fuzzer github.com/mindersec/minder/internal/engine/eval/rego FuzzRegoEval FuzzRegoEval
compile_native_go_fuzzer github.com/mindersec/minder/internal/controlplane FuzzGitHubEventParsers FuzzGitHubEventParsers
compile_native_go_fuzzer github.com/mindersec/minder/internal/engine/ingester/diff FuzzDiffParse FuzzDiffParse
compile_native_go_fuzzer github.com/mindersec/minder/internal/crypto FuzzEncryptDecrypt FuzzEncryptDecrypt
compile_native_go_fuzzer github.com/mindersec/minder/internal/auth/jwt FuzzParseAndValidate FuzzParseAndValidate
compile_native_go_fuzzer github.com/mindersec/minder/internal/util/cli FuzzRenderMarkdown FuzzRenderMarkdown
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @stacklok/minder-maintainers
* @mindersec/maintainers
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ assignees: "-"
body:
- type: markdown
attributes:
value: "To expedite our maintainers' efforts, please search for [duplicate or closed issues](https://github.com/stacklok/minder/issues?q=is%3Aissue+) and familiarize yourself with our [contributing guidelines](https://github.com/stacklok/minder/blob/main/CONTRIBUTING.md)."
value: "To expedite our maintainers' efforts, please search for [duplicate or closed issues](https://github.com/mindersec/minder/issues?q=is%3Aissue+) and familiarize yourself with our [contributing guidelines](https://github.com/mindersec/minder/blob/main/CONTRIBUTING.md)."
- type: textarea
id: what-happened
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chart-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
packages: write
id-token: write # To sign the provenance.
env:
BASE_REPO: "ghcr.io/stacklok/minder"
BASE_REPO: "ghcr.io/mindersec/minder"
steps:
- name: Install Cosign
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
format: false
breaking: true
input: 'proto'
breaking_against: "https://github.com/stacklok/minder.git#branch=main,subdir=proto"
breaking_against: "https://github.com/mindersec/minder.git#branch=main,subdir=proto"
sqlc-generation:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: ko-build/setup-ko@3aebd0597dc1e9d1a26bcfdb7cbeb19c131d3037 # v0.7
- run: |
ko build --platform=linux/amd64,linux/arm64 --push=false ./cmd/server \
--image-label=org.opencontainers.image.source=https://github.com/stacklok/minder,org.opencontainers.image.title="Stacklok Minder",org.opencontainers.image.licenses=Apache-2.0,org.opencontainers.image.vendor=Stacklok
--image-label=org.opencontainers.image.source=https://github.com/mindersec/minder,org.opencontainers.image.title="Stacklok Minder",org.opencontainers.image.licenses=Apache-2.0,org.opencontainers.image.vendor=Stacklok
env:
KO_DOCKER_REPO: "ko.local"
check-helm:
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ linters-settings:
sections:
- standard
- default
- prefix(github.com/stacklok/minder)
- prefix(github.com/mindersec/minder)
revive:
# see https://github.com/mgechev/revive#available-rules for details.
ignore-generated-header: true
Expand Down
10 changes: 5 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ builds:
- "-X main.Commit={{ .Env.COMMIT }}"
- "-X main.CommitDate={{ .Env.COMMIT_DATE }}"
- "-X main.TreeState={{ .Env.TREE_STATE }}"
- "-X github.com/stacklok/minder/internal/constants.CLIVersion={{ .Env.VERSION }}"
- "-X github.com/mindersec/minder/internal/constants.CLIVersion={{ .Env.VERSION }}"
goos:
- linux
- windows
Expand All @@ -43,7 +43,7 @@ archives:
format: zip
# This section defines how to release to homebrew.
brews:
- homepage: 'https://github.com/stacklok/minder'
- homepage: 'https://github.com/mindersec/minder'
description: 'minder is the client CLI for interacting with Minder by Stacklok.'
directory: Formula
commit_author:
Expand All @@ -60,13 +60,13 @@ winget:
- name: minder
publisher: stacklok
license: Apache-2.0
license_url: "https://github.com/stacklok/minder/blob/main/LICENSE"
license_url: "https://github.com/mindersec/minder/blob/main/LICENSE"
copyright: Stacklok, Inc.
homepage: https://stacklok.com
short_description: 'minder is the client CLI for interacting with Minder by Stacklok.'
publisher_support_url: "https://github.com/stacklok/minder/issues/new/choose"
publisher_support_url: "https://github.com/mindersec/minder/issues/new/choose"
package_identifier: "stacklok.minder"
url_template: "https://github.com/stacklok/minder/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
url_template: "https://github.com/mindersec/minder/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
skip_upload: auto
release_notes: "{{.Changelog}}"
tags:
Expand Down
2 changes: 1 addition & 1 deletion .mk/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build-minder-cli: ## build minder cli
@CGO_ENABLED=0 go build \
-trimpath \
-tags '$(BUILDTAGS)' \
-ldflags "-X github.com/stacklok/minder/internal/constants.CLIVersion=$(shell git describe --abbrev=0 --tags)+ref.$(shell git rev-parse --short HEAD)" \
-ldflags "-X github.com/mindersec/minder/internal/constants.CLIVersion=$(shell git describe --abbrev=0 --tags)+ref.$(shell git rev-parse --short HEAD)" \
-o ./bin/$(projectname) ./cmd/cli

.PHONY: build-minder-server
Expand Down
4 changes: 2 additions & 2 deletions .mk/develop.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ DOCKERARCH := $(shell uname -m | sed 's/x86_64/amd64/' | sed 's/aarch64/arm64/')
RUN_DOCKER_NO_TEARDOWN?=false

YQ_BUILD_REPLACE_STRING := 'del(.services.minder.build) | \
.services.minder.image |= "ko://github.com/stacklok/minder/cmd/server" | \
.services.minder.image |= "ko://github.com/mindersec/minder/cmd/server" | \
del(.services.migrate.build) | \
.services.migrate.image |= "ko://github.com/stacklok/minder/cmd/server"'
.services.migrate.image |= "ko://github.com/mindersec/minder/cmd/server"'

.PHONY: run-cli
run-cli: ## run the CLI, needs additional arguments
Expand Down
2 changes: 1 addition & 1 deletion .mk/gen.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ oapi: ## generate openapi files
.PHONY: mock
mock: ## generate mocks
go generate ./...
mockgen -package mockdb -destination database/mock/store.go github.com/stacklok/minder/internal/db Store
mockgen -package mockdb -destination database/mock/store.go github.com/mindersec/minder/internal/db Store
mockgen -package mock_github -destination internal/providers/github/mock/github.go -source pkg/providers/v1/providers.go GitHub
mockgen -package mockbundle -destination internal/marketplaces/bundles/mock/reader.go -source pkg/mindpak/reader/reader.go
mockgen -package mockbundle -destination internal/marketplaces/bundles/mock/source.go -source pkg/mindpak/sources/source.go
Expand Down
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
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)
Expand All @@ -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

Expand All @@ -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.
Expand All @@ -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/):
Expand Down
20 changes: 10 additions & 10 deletions README.md
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?
Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand Down
6 changes: 3 additions & 3 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ plugins:
- name: go
out: .
#out: pkg/api/protobuf/go
opt: module=github.com/stacklok/minder
opt: module=github.com/mindersec/minder
- name: go-grpc
out: .
#out: pkg/api/protobuf/go
opt:
- module=github.com/stacklok/minder
- module=github.com/mindersec/minder
- name: grpc-gateway
out: .
#out: pkg/api/protobuf/go
opt:
- module=github.com/stacklok/minder
- module=github.com/mindersec/minder
- name: openapiv2
out: pkg/api/openapi
opt:
Expand Down
2 changes: 1 addition & 1 deletion cmd/cli/app/artifact/artifact.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package artifact
import (
"github.com/spf13/cobra"

"github.com/stacklok/minder/cmd/cli/app"
"github.com/mindersec/minder/cmd/cli/app"
)

// ArtifactCmd is the artifact subcommand
Expand Down
14 changes: 7 additions & 7 deletions cmd/cli/app/artifact/artifact_get.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ import (
"google.golang.org/grpc"
"google.golang.org/protobuf/reflect/protoreflect"

"github.com/stacklok/minder/cmd/cli/app"
"github.com/stacklok/minder/internal/util"
"github.com/stacklok/minder/internal/util/cli"
"github.com/stacklok/minder/internal/util/cli/table"
"github.com/stacklok/minder/internal/util/cli/table/layouts"
"github.com/stacklok/minder/internal/util/jsonyaml"
minderv1 "github.com/stacklok/minder/pkg/api/protobuf/go/minder/v1"
"github.com/mindersec/minder/cmd/cli/app"
"github.com/mindersec/minder/internal/util"
"github.com/mindersec/minder/internal/util/cli"
"github.com/mindersec/minder/internal/util/cli/table"
"github.com/mindersec/minder/internal/util/cli/table/layouts"
"github.com/mindersec/minder/internal/util/jsonyaml"
minderv1 "github.com/mindersec/minder/pkg/api/protobuf/go/minder/v1"
)

var getCmd = &cobra.Command{
Expand Down
Loading

0 comments on commit 822e5be

Please sign in to comment.