diff options
author | Franck Cuny <franck@fcuny.net> | 2022-10-22 11:20:27 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-10-22 11:20:27 -0700 |
commit | 46e875791cf9430465dde63f92625ce862f4167f (patch) | |
tree | d35dee62ac5436c41c4a222faaf18a5436eb621f | |
parent | fix(ops/github): some fixes related to repositories creation (diff) | |
download | world-46e875791cf9430465dde63f92625ce862f4167f.tar.gz |
feat(ops/github): new repository: x509-info
Diffstat (limited to '')
-rw-r--r-- | ops/github/repositories.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ops/github/repositories.yaml b/ops/github/repositories.yaml index 9a00956..93df388 100644 --- a/ops/github/repositories.yaml +++ b/ops/github/repositories.yaml @@ -100,3 +100,7 @@ containerd-to-vm: visibility: public vulnerability_alerts: true delete_branch_on_merge: true +x509-info: + visibility: public + description: CLI to get information about a x509 certificate + archived: false |