Skip to content

Commit d3f1df8

Browse files
authored
Merge pull request #112 from n8felton/gpgtools
GPGSignatureVerifier moved to n8felton shared processors
2 parents 15a5150 + 5d4becb commit d3f1df8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pre_commit_macadmin_hooks/check_autopkg_recipes.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ def validate_proc_type_conventions(process, filename):
449449
"com.github.johncclayton.filewave.FWTool/FileWaveImporter",
450450
"com.github.autopkg.filewave.FWTool/FWTool",
451451
],
452+
("verify",): ["com.github.n8felton.shared/GPGSignatureVerifier"],
452453
}
453454

454455
# Extract all known recipe types from conventions
@@ -498,9 +499,7 @@ def validate_required_proc_for_types(process, filename):
498499
"filewave": ["com.github.autopkg.filewave.FWTool/FileWaveImporter"],
499500
# https://derflounder.wordpress.com/2021/07/30/signing-autopkg-built-packages-using-a-sign-recipe/
500501
"sign": ["com.github.rtrouton.SharedProcessors/PkgSigner"],
501-
"verify": [
502-
"com.github.autopkg.gerardkok-recipes.SharedProcessors/GPGSignatureVerifier"
503-
],
502+
"verify": ["com.github.n8felton.shared/GPGSignatureVerifier"],
504503
}
505504

506505
passed = True

0 commit comments

Comments
 (0)