From 14ef9c490b5a230b832ad29c698d0ca7dab74e8d Mon Sep 17 00:00:00 2001 From: filmroellchen Date: Tue, 28 Jan 2025 23:20:17 +0100 Subject: [PATCH] badge + docs fixes --- README.md | 6 +++--- verify.py | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 226ef6e..d0aa760 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# ssh-keys +# Verified cryptographic keys for use with CTBK infrastructure -SSH Key verification (Experimental Tests) +_Only trust the keys in this repo if the following badge is green:_ -## Verified cryptographic keys for use with CTBK infrastructure +![CI status](https://git.ctbk.de/infra/keys/badges/workflows/verify.yml/badge.svg) This repo holds all SSH keys and Wireguard keys for sysadmins of the Chaostreff Backnang infrastructure. It is a simple database of all valid cryptographic keys, with verification (i.e. signatures) that they have been supplied by their owner. diff --git a/verify.py b/verify.py index 9778e24..8d7330c 100755 --- a/verify.py +++ b/verify.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Verify all commits in a Git repository. # This is a script for GitHub/Forgejo Actions and does not work properly without the necessary environment variables set. -# Required dependencies: GitPython +# Required dependencies: GitPython, requests import logging import git @@ -16,7 +16,6 @@ is_ci = "CI" in env repo_name = env["GITHUB_REPOSITORY"] server = env["GITHUB_SERVER_URL"] action_ref = env["GITHUB_REF"] -# token = env["GITHUB_TOKEN"] def collect_user_dirs(): -- 2.39.5