chore: Add ACSC Policies
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user