Skip to content

Commit

Permalink
.github: Update repo name to kubeclarity (openclarity#150)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Augustus <foo@auggie.dev>
  • Loading branch information
justaugustus authored May 2, 2022
1 parent 03c3031 commit 11169c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ repository:
# See https://developer.github.com/v3/repos/#edit for all available settings.

# The name of the repository. Changing this will rename the repository
name: kubei
name: kubeclarity

# A short description of the repository that will show up on GitHub
description: Kubei is a flexible Kubernetes runtime scanner, scanning images of worker and Kubernetes nodes to provide an accurate vulnerability assessment
description: KubeClarity is a tool for detection and management of Software Bill Of Materials (SBOM) and vulnerabilities of container images and filesystems

# A URL with more information about the repository
homepage: https://www.portshift.io/blog/kubernetes-runtime-vulnerabilities-scanner-launch/
Expand All @@ -23,15 +23,15 @@ repository:

# See https://docs.github.com/en/rest/reference/teams#add-or-update-team-repository-permissions for available options
teams:
- name: kubei-admins
- name: kubeclarity-admins
# The permission to grant the team. Can be one of:
# * `pull` - can pull, but not push to or administer this repository.
# * `push` - can pull and push, but not administer this repository.
# * `admin` - can pull, push and administer this repository.
# * `maintain` - Recommended for project managers who need to manage the repository without access to sensitive or destructive actions.
permission: admin

- name: kubei-maintainers
- name: kubeclarity-maintainers
permission: maintain

# Collaborators: give specific users access to this repository.
Expand Down

0 comments on commit 11169c7

Please sign in to comment.