Report token scan results in tables

This commit is contained in:
mpabi
2026-04-26 15:23:33 +02:00
parent a84b0e1fbd
commit 2b672d2137
4 changed files with 116 additions and 29 deletions
+10
View File
@@ -84,6 +84,16 @@ Dzialanie:
- skanuje remote URL-e w repo
- zapisuje znalezione tokeny do `tokens.json`
- zapisuje je per endpoint serwera
- wypisuje wynik jako tabele TSV: `summary` oraz `remotes`
Kolumny w tabeli `remotes`:
- `remote` - nazwa remote, na przyklad `r1`
- `endpoint` - serwer bez sekretu, na przyklad `http://77.90.8.171:3001`
- `type` - typ serwera, na przyklad `gitea`
- `url_kind` - `auth`, `plain` albo `unsupported`
- `user` - login odczytany z URL, tylko dla `auth`
- `result` - `added`, `existing`, `no_credentials` albo `ignored`
Przyklad: