Skip to content

Commit

Permalink
Regenerate manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 6, 2024
1 parent 91cd69e commit 3e64ee5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Mirror of ProfileManifests in JSON Format for Jamf

[![Build Status Badge](https://github.com/Jamf-Custom-Profile-Schemas/ProfileManifestsMirror/actions/workflows/build.yml/badge.svg)](https://github.com/Jamf-Custom-Profile-Schemas/ProfileManifestsMirror/actions/workflows/build.yml)
![Manifest Count](https://img.shields.io/badge/manifests-251-blue)
![Manifest Count](https://img.shields.io/badge/manifests-252-blue)

This repository contains Jamf JSON schema manifests automatically generated from the repository of [ProfileCreator manifests](https://github.com/ProfileCreator/ProfileManifests).

Expand Down
2 changes: 1 addition & 1 deletion last_build.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "hash": "20822427a43505d2f02c1b43e3e08801a0c265c2", "date": "2024-10-28 20:13:28" }
{ "hash": "2154718a3187304693ce0a90f6e0f40aaac2ff3e", "date": "2024-11-06 17:22:38" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"title": "SentinelOne (com.sentinelone.registration-token)",
"description": "SentinelOne Site / Group Token",
"properties": {
"S1InstallRegistrationToken": {
"type": "string",
"title": "Your Site or Group Token",
"description": "The Site or Group Token registers the SentinelOne installation to your instance.",
"links": [
{
"rel": "More information",
"href": "https://community.sentinelone.com/s/article/000004904"
}
],
"property_order": 5
}
}
}

0 comments on commit 3e64ee5

Please sign in to comment.