chore: Add ACSC Policies

This commit is contained in:
2025-03-26 16:51:42 +10:00
parent 104b34de50
commit 8002c24782
3 changed files with 3974 additions and 1 deletions

View File

@ -14,7 +14,7 @@ $JsonData = Get-Content -Path $jsonfile -Raw
$JsonObject = $JsonData | ConvertFrom-Json
# Convert back to JSON with indentation and formatting
$FormattedJson = $JsonObject | ConvertTo-Json -Depth 10
$FormattedJson = $JsonObject | ConvertTo-Json -Depth 100
# Write the formatted JSON string to the output file
Set-Content -Path $export -Value $FormattedJson