Skip to content

Commit

Permalink
North Pole Security Santa
Browse files Browse the repository at this point in the history
  • Loading branch information
David Pirie committed Dec 13, 2024
1 parent dd66dc8 commit 6d97429
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 4 additions & 1 deletion North Pole Security/NorthPoleSecSanta.download.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ MinimumVersion: 2.3.0

Input:
NAME: NorthPoleSecSanta
DOWNLOAD_SUFFIX: dmg
GITHUB_REPO: northpolesec/santa
GITHUB_INCLUDE_PRELEASES: ''
GITHUB_ASSET_REGEX: '.*\.dmg'
GITHUB_ASSET_REGEX: '.*\.%DOWNLOAD_SUFFIX%'

Process:
- Processor: GitHubReleasesInfoProvider
Expand All @@ -19,5 +20,7 @@ Process:
asset_regex: '%GITHUB_ASSET_REGEX%'

- Processor: URLDownloader
Arguments:
filename: '%NAME%.%DOWNLOAD_SUFFIX%'

- Processor: EndOfCheckPhase
5 changes: 5 additions & 0 deletions North Pole Security/NorthPoleSecSanta.jamf-upload.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ Process:
send_notification: '%JAMF_PKG_SEND_NOTIFICATION%'
replace_pkg: '%JAMF_PKG_REPLACE%'
replace_pkg_metadata: '%JAMF_PKG_REPLACE_METADATA%'

- Processor: PathDeleter
Arguments:
path_list:
- '%pkg_path%'
3 changes: 2 additions & 1 deletion North Pole Security/NorthPoleSecSanta.pkg.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ MinimumVersion: 2.3.0

Input:
NAME: NorthPoleSecSanta
GITHUB_ASSET_REGEX: '.*\.pkg'
DOWNLOAD_SUFFIX: pkg
GITHUB_ASSET_REGEX: '.*\.%DOWNLOAD_SUFFIX%'

Process:
- Processor: CodeSignatureVerifier
Expand Down

0 comments on commit 6d97429

Please sign in to comment.