Skip to content

Commit

Permalink
monitor-updates: add libfido2 and libcbor (#4073)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dscho authored Nov 8, 2022
2 parents 5d506d9 + d310256 commit 5ff6506
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/monitor-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
aggregate: true
- label: openssh
feed: https://github.com/openssh/openssh-portable/tags.atom
- label: libfido2
feed: https://github.com/Yubico/libfido2/tags.atom
- label: libcbor
feed: https://github.com/PJK/libcbor/tags.atom
- label: openssl
feed: https://github.com/openssl/openssl/tags.atom
title-pattern: ^(?!.*alpha)
Expand Down

0 comments on commit 5ff6506

Please sign in to comment.