Skip to content

Commit

Permalink
Fix uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
dz0ny committed Jan 16, 2024
1 parent ce1019f commit de22b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pareto/Checks/Access Security/NoAdminUser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class NoAdminUser: ParetoCheck {
static let sharedInstance = NoAdminUser()
override var UUID: String {
"0659aa04-b81f-7cb9-8000-f8e76dc9185a"
"b092ab27-c513-43cc-8b52-e89c4cb30114"
}

override var TitleON: String {
Expand Down
2 changes: 1 addition & 1 deletion Pareto/Checks/Access Security/NoUnusedUsers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Foundation
class NoUnusedUsers: ParetoCheck {
static let sharedInstance = NoUnusedUsers()
override var UUID: String {
"018cca4b-bedc-7794-a45d-118b60424017"
"c6559a48-c7ad-450b-a9eb-765f031ef49e"
}

override var TitleON: String {
Expand Down

0 comments on commit de22b87

Please sign in to comment.