Skip to content

Commit

Permalink
Add 'disableNudgeForStandardInstalls' to Jamf schema
Browse files Browse the repository at this point in the history
Added an entry for `disableNudgeForStandardInstalls` to the Jamf schema.
  • Loading branch information
mbulmer-addepar authored and erikng committed Aug 8, 2024
1 parent 7ddc361 commit 740d78a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Schema/jamf/com.github.macadmins.Nudge.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,20 @@
}
]
},
"disableNudgeForStandardInstalls": {
"description": "When utilizing a SOFA feed and disableNudgeForStandardInstalls is true, Nudge will not enforce updates that do not contain any published CVEs. Defaults to false. (Note: This key is only used with Nudge v2.0 and higher)",
"anyOf": [
{
"type": "null",
"title": "Not Configured"
},
{
"title": "Configured",
"type": "boolean",
"default": false
}
]
},
"disableSoftwareUpdateWorkflow": {
"description": "When disableSoftwareUpdateWorkflow is true, Nudge will not attempt to run the softwareupdate process. Defaults to false.",
"anyOf": [
Expand Down

0 comments on commit 740d78a

Please sign in to comment.