Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/cspell/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"path": "./project-names.txt",
"addWords": true
}
],
}
]
}
2 changes: 1 addition & 1 deletion scripts/generate_guidance.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def generate_profiles(
uuid=False,
organization="macOS Security Compliance Project",
displayname=f"{baseline_name} settings",
description=f"Consolidated configuration settings for {baseline_name}.",
description=f"Created: {date.today()}\nConsolidated configuration settings for {baseline_name}."
)

# process the payloads from the yaml file and generate new config profile for each type
Expand Down
Loading