mirror of
https://github.com/openbao/openbao.git
synced 2026-06-01 18:57:37 +02:00
Add initial publiccode.yml to list OpenBao in regional OSS catalogs (#2998)
Run linters / Protobuf checks (push) Has been cancelled
CodeQL Advanced / Analyze (go) (push) Has been cancelled
Deploy docs / deploy (push) Has been cancelled
Go Dependency Submission / go-dependency-submission (push) Has been cancelled
CI / Setup (push) Has been cancelled
Run linters / Code checks (push) Has been cancelled
Run linters / Semgrep (push) Has been cancelled
Run linters / Go mod checks (push) Has been cancelled
Run linters / EL8 Go build checks (push) Has been cancelled
Mirror Repo / mirror (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
UI CI / Test UI (push) Has been cancelled
CI / Run Go tests (push) Has been cancelled
CI / Run Go tests with data race detection (push) Has been cancelled
CI / tests-completed (push) Has been cancelled
Run linters / Protobuf checks (push) Has been cancelled
CodeQL Advanced / Analyze (go) (push) Has been cancelled
Deploy docs / deploy (push) Has been cancelled
Go Dependency Submission / go-dependency-submission (push) Has been cancelled
CI / Setup (push) Has been cancelled
Run linters / Code checks (push) Has been cancelled
Run linters / Semgrep (push) Has been cancelled
Run linters / Go mod checks (push) Has been cancelled
Run linters / EL8 Go build checks (push) Has been cancelled
Mirror Repo / mirror (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
UI CI / Test UI (push) Has been cancelled
CI / Run Go tests (push) Has been cancelled
CI / Run Go tests with data race detection (push) Has been cancelled
CI / tests-completed (push) Has been cancelled
* Add initial publiccode.yml to list OpenBao in regional OSS catalogs Signed-off-by: Michael Hofer <michael.hofer@secretz.io> * Fix publiccode.yml formatting Signed-off-by: Michael Hofer <michael.hofer@secretz.io> --------- Signed-off-by: Michael Hofer <michael.hofer@secretz.io>
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
publiccodeYmlVersion: 0.5.0
|
||||
name: OpenBao
|
||||
url: https://github.com/openbao/openbao
|
||||
platforms:
|
||||
- web
|
||||
categories:
|
||||
- it-security
|
||||
- identity-management
|
||||
organisation:
|
||||
name: Open Source Security Foundation (OpenSSF)
|
||||
uri: https://openssf.org/
|
||||
usedBy:
|
||||
- Developers
|
||||
- IT Technicians
|
||||
- IT Administrators
|
||||
- Systems Engineers
|
||||
- DevOps Engineers
|
||||
- Security Specialists
|
||||
roadmap: https://github.com/openbao/openbao/issues/1974
|
||||
developmentStatus: stable
|
||||
softwareType: standalone/web
|
||||
description:
|
||||
en:
|
||||
shortDescription: OpenBao is an open source, community-driven secrets
|
||||
manager and fork of Vault managed by the Linux Foundation's OpenSSF.
|
||||
longDescription: >-
|
||||
OpenBao is an identity-based secrets and encryption
|
||||
management system. A secret is anything that you want to tightly control
|
||||
access to, such as API tokens, encryption keys, passwords, and
|
||||
certificates. OpenBao provides encryption services that are gated by
|
||||
authentication and authorization methods. Using OpenBao's UI, CLI, or
|
||||
HTTP API, access to secrets and other sensitive data can be securely
|
||||
stored and managed, tightly controlled (restricted), and auditable.
|
||||
documentation: https://openbao.org/docs/
|
||||
apiDocumentation: https://openbao.org/api-docs/
|
||||
features:
|
||||
- Secure Secret Storage
|
||||
- Dynamic Secrets
|
||||
- Data Encryption
|
||||
- Leasing and Renewal
|
||||
- Revocation
|
||||
legal:
|
||||
license: MPL-2.0
|
||||
maintenance:
|
||||
type: community
|
||||
contacts:
|
||||
- name: OpenBao Community
|
||||
email: openbao@lists.openssf.org
|
||||
- name: OpenBao Security
|
||||
email: openbao-security@lists.openssf.org
|
||||
localisation:
|
||||
localisationReady: false
|
||||
availableLanguages:
|
||||
- en
|
||||
Reference in New Issue
Block a user