Skip to content

Commit

Permalink
revised the score value based on observation of one *or more* url(s) …
Browse files Browse the repository at this point in the history
…or one email(s) found; e2e tests update accordingly

Signed-off-by: Scott Hissam <[email protected]>
  • Loading branch information
shissam authored and naveensrinivasan committed Aug 30, 2022
1 parent fdb4751 commit 1a8efab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions e2e/security_policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var _ = Describe("E2E TEST:"+checks.CheckSecurityPolicy, func() {
Error: nil,
Score: checker.MaxResultScore,
NumberOfWarn: 0,
NumberOfInfo: 1,
NumberOfInfo: 4,
NumberOfDebug: 0,
}
result := checks.SecurityPolicy(&req)
Expand All @@ -76,7 +76,7 @@ var _ = Describe("E2E TEST:"+checks.CheckSecurityPolicy, func() {
Error: nil,
Score: checker.MaxResultScore,
NumberOfWarn: 0,
NumberOfInfo: 1,
NumberOfInfo: 4,
NumberOfDebug: 0,
}
result := checks.SecurityPolicy(&req)
Expand All @@ -102,7 +102,7 @@ var _ = Describe("E2E TEST:"+checks.CheckSecurityPolicy, func() {
Error: nil,
Score: checker.MaxResultScore,
NumberOfWarn: 0,
NumberOfInfo: 1,
NumberOfInfo: 4,
NumberOfDebug: 0,
}
result := checks.SecurityPolicy(&req)
Expand All @@ -128,7 +128,7 @@ var _ = Describe("E2E TEST:"+checks.CheckSecurityPolicy, func() {
Error: nil,
Score: checker.MaxResultScore,
NumberOfWarn: 0,
NumberOfInfo: 1,
NumberOfInfo: 4,
NumberOfDebug: 0,
}
result := checks.SecurityPolicy(&req)
Expand Down Expand Up @@ -165,7 +165,7 @@ var _ = Describe("E2E TEST:"+checks.CheckSecurityPolicy, func() {
Error: nil,
Score: checker.MaxResultScore,
NumberOfWarn: 0,
NumberOfInfo: 1,
NumberOfInfo: 4,
NumberOfDebug: 0,
}
result := checks.SecurityPolicy(&req)
Expand Down

0 comments on commit 1a8efab

Please sign in to comment.