Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions pre_commit_macadmin_hooks/check_autopkg_recipes.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ def validate_proc_type_conventions(process, filename):
"com.github.johncclayton.filewave.FWTool/FileWaveImporter",
"com.github.autopkg.filewave.FWTool/FWTool",
],
("verify",): ["com.github.n8felton.shared/GPGSignatureVerifier"],
}

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

passed = True
Expand Down
Loading