[snap] add daily USN check

This workflow will download the current snaps published in the `candidate`
channel for all architectures and check them for packages with published
Ubuntu Security Notices. If it finds one, it will trigger a build of the
snap recipe:

https://code.launchpad.net/~subsurface/+snap/subsurface-stable

This will rebuild the snap with patched packages and publish it to the
`candidate` channel.

Signed-off-by: Michał Sawicz <michal@sawicz.net>
This commit is contained in:
Michał Sawicz 2021-01-06 11:01:46 +01:00 committed by Dirk Hohndel
parent 2a850025b2
commit 25d0fb7157
3 changed files with 205 additions and 0 deletions

View file

@ -0,0 +1,2 @@
launchpadlib
requests