-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create repository for gpg based secret manager (#17) #patch
Signed-off-by: Mustafa Kara <[email protected]>
- Loading branch information
1 parent
887e9f9
commit 016c8a2
Showing
1 changed file
with
33 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
|
||
gpgmansec: | ||
description: 'OpsHeaven GPG Based Secret Manager Server' | ||
homepage_url: 'https://pkg.go.dev/github.com/opsheaven/gpgmansec' | ||
visibility: 'public' | ||
has_issues: true | ||
has_downloads: true | ||
has_discussions: false | ||
has_projects: false | ||
has_wiki: false | ||
is_template: false | ||
allow_update_branch: true | ||
allow_merge_commit: false | ||
allow_squash_merge: true | ||
allow_rebase_merge: true | ||
allow_auto_merge: false | ||
archived: false | ||
delete_branch_on_merge: true | ||
vulnerability_alerts: true | ||
default_branch: 'main' | ||
web_commit_signoff_required: true | ||
topics: | ||
- 'gpg' | ||
- 'secret' | ||
- 'go' | ||
- 'golang' | ||
status_checks: | ||
- 'pre-commit' | ||
- 'build' | ||
- 'test' | ||
pages: | ||
enabled: true |