From 3f795e295073f58240079dbe9d6fb5d553542ea4 Mon Sep 17 00:00:00 2001 From: mitchelbaker-cisa Date: Thu, 30 Jan 2025 17:48:52 +0000 Subject: [PATCH] remove stale code block for ScubaConfig --- PowerShell/ScubaGear/Modules/ScubaConfig/ScubaConfig.psm1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/PowerShell/ScubaGear/Modules/ScubaConfig/ScubaConfig.psm1 b/PowerShell/ScubaGear/Modules/ScubaConfig/ScubaConfig.psm1 index 069b25c70..7dda64b15 100644 --- a/PowerShell/ScubaGear/Modules/ScubaConfig/ScubaConfig.psm1 +++ b/PowerShell/ScubaGear/Modules/ScubaConfig/ScubaConfig.psm1 @@ -44,10 +44,6 @@ class ScubaConfig { DefaultOPAVersion = '0.70.0' } - #hidden [PSCustomObject]$RiskyPermissions = (Get-Content -Path ( - # Join-Path -Path (Get-Item -Path $PSScriptRoot).Parent.FullName -ChildPath "Permissions/RiskyPermissions.json" - #) | ConvertFrom-Json) - static [object]ScubaDefault ([string]$Name){ return [ScubaConfig]::ScubaDefaults[$Name] }