jgarcesres/git2jamf
creates, updates and delets scripts in jamf from your github repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jamf_url | url of your jamf instance | yes | — |
| jamf_username | username to auth against jamf | yes | — |
| jamf_password | password to auth against jamf | yes | — |
| jamf_auth_type | auth for traditional username/pwd or oauth for clientid an secret | — | auth |
| script_dir | the directory where the scripts to process are defaults to the github.workspace environment variable | — | ${{ github.workspace }} |
| ea_script_dir | the directory where the extion attribute scripts to process are defaults to the github.workspace environment variable | — | false |
| script_extensions | extension for the types of scripts we'll be looking to upload defaults to .sh and .py files | — | sh py |
| prefix | Use the branch name as a prefix | — | false |
| delete | Should we delete scripts that are not in github? Careful when turning this on! | — | false |
Outputs
no outputs