Skip to content

Commit

Permalink
fix: remove support to PodSecurityPolicies
Browse files Browse the repository at this point in the history
  • Loading branch information
josedonizetti committed Oct 21, 2022
1 parent 80d91a5 commit bbfffab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/k8s/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const (
LimitRanges = "limitranges"
ClusterRoles = "clusterroles"
ClusterRoleBindings = "clusterrolebindings"
PodSecurityPolicies = "podsecuritypolicies"
)

// Cluster interface represents the operations needed to scan a cluster
Expand Down Expand Up @@ -203,7 +202,6 @@ func getClusterResources() []string {
return []string{
ClusterRoles,
ClusterRoleBindings,
PodSecurityPolicies,
}
}

Expand Down

0 comments on commit bbfffab

Please sign in to comment.