Also check that there are no expired keys The key was used to sign repos for old unsupported releases. Change-Id: Ia5dd91c4d8b2e54f4fc18626ef3968c95265bdf6changes/30/38630/2
parent
b498501c61
commit
d82528c9c9
@ -0,0 +1,13 @@
|
||||
command:
|
||||
apt-key list 2>&1 | grep -q expired:
|
||||
exit-status: 1
|
||||
stdout: []
|
||||
stderr: []
|
||||
timeout: 10000
|
||||
|
||||
apt-key list --with-colons | grep '^pub' | cut -d':' -f 5 | egrep -o '.{8}$':
|
||||
exit-status: 0
|
||||
stdout:
|
||||
- "!A42C4F2A"
|
||||
stderr: []
|
||||
timeout: 10000
|
Loading…
Reference in new issue