[hokey-lint]
flags = keys
apt = hopenpgp-tools
files = *.pgp *.gpg
types = application/x-pgp-keyring
command = cat {files} | hokey lint
comment =
 If you contact the owners of these keys, please point out OpenPGP best practices:
 https://help.riseup.net/en/security/message-security/openpgp/best-practices

[hokey-lint-asc]
flags = keys
apt = hopenpgp-tools
files = *.asc
command = cat {files} | hot dearmor | hokey lint
comment =
 If you contact the owners of these keys, please point out OpenPGP best practices:
 https://help.riseup.net/en/security/message-security/openpgp/best-practices

[pgp-private-key]
flags = keys
command = grep --recursive --perl-regexp --null-data --files-with-matches '(?s)-----BEGIN PGP PRIVATE KEY BLOCK-----.*-----END PGP PRIVATE KEY BLOCK-----' .

# vim:ft=dosini
