Skip to content

Commit

Permalink
Drop Jobs from allowed kinds
Browse files Browse the repository at this point in the history
  • Loading branch information
fhielpos committed Oct 5, 2023
1 parent 9106733 commit a131bdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ func main() {
targetWorkloads = append(targetWorkloads, "DaemonSet")
targetWorkloads = append(targetWorkloads, "StatefulSet")
targetWorkloads = append(targetWorkloads, "CronJob")
targetWorkloads = append(targetWorkloads, "Job")
targetCategories = append(targetCategories, "Pod Security Standards (Baseline)")
targetCategories = append(targetCategories, "Pod Security Standards (Restricted)")
targetCategories = append(targetCategories, "Pod Security Standards")
Expand Down

0 comments on commit a131bdb

Please sign in to comment.