Skip to content

Commit 5ff6506

Browse files
authored
monitor-updates: add libfido2 and libcbor (#4073)
We also need to monitor libfido2 (and its dependency libcbor) because that library is responsible for support of security keys in OpenSSH, e.g. making it work with Windows Hello.
2 parents 5d506d9 + d310256 commit 5ff6506

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/monitor-components.yml

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
aggregate: true
4141
- label: openssh
4242
feed: https://github.com/openssh/openssh-portable/tags.atom
43+
- label: libfido2
44+
feed: https://github.com/Yubico/libfido2/tags.atom
45+
- label: libcbor
46+
feed: https://github.com/PJK/libcbor/tags.atom
4347
- label: openssl
4448
feed: https://github.com/openssl/openssl/tags.atom
4549
title-pattern: ^(?!.*alpha)

0 commit comments

Comments
 (0)