1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 03:51:07 +01:00

fix(panoptikon): only watch github ssh keys

This commit is contained in:
2023-04-23 09:37:11 +02:00
parent 44ac94ef38
commit 8d5cd55239

View File

@@ -24,7 +24,14 @@ in {
enable = true; enable = true;
watchers = { watchers = {
"github-meta" = { "github-meta" = {
script = panoptikon.urlJSON {} "https://api.github.com/meta"; script = panoptikon.urlJSON {
jqScript = ''
{
ssh_key_fingerprints: .ssh_key_fingerprints,
ssh_keys: .ssh_keys
}
'';
} "https://api.github.com/meta";
reporters = [irc-xxx]; reporters = [irc-xxx];
}; };
lammla = { lammla = {