Report token scan results in tables
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user