Skip to content

Commit

Permalink
remove stale code block for ScubaConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa committed Jan 30, 2025
1 parent d0c4bac commit 3f795e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions PowerShell/ScubaGear/Modules/ScubaConfig/ScubaConfig.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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]
}
Expand Down

0 comments on commit 3f795e2

Please sign in to comment.