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:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user