Skip to content

Commit

Permalink
diable sumologic-access-id because unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
Baruch Odem committed Mar 21, 2024
1 parent 1308738 commit 4a1fbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/rules/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func getDefaultRules() *[]Rule {
{Rule: *rules.StripeAccessToken(), Tags: []string{TagAccessToken}},
{Rule: *rules.SquareAccessToken(), Tags: []string{TagAccessToken}},
{Rule: *rules.SquareSpaceAccessToken(), Tags: []string{TagAccessToken}},
{Rule: *rules.SumoLogicAccessID(), Tags: []string{TagAccessId}},
// {Rule: *rules.SumoLogicAccessID(), Tags: []string{TagAccessId}}, https://github.com/Checkmarx/2ms/issues/226
{Rule: *rules.SumoLogicAccessToken(), Tags: []string{TagAccessToken}},
{Rule: *rules.Snyk(), Tags: []string{TagApiKey}},
{Rule: *rules.TeamsWebhook(), Tags: []string{TagWebhook}},
Expand Down

0 comments on commit 4a1fbc1

Please sign in to comment.