Skip to content

Commit

Permalink
fix: scalingo-api-token is unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
Baruch Odem committed Mar 20, 2024
1 parent 6956cba commit 364b65c
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 @@ -150,7 +150,7 @@ func getDefaultRules() *[]Rule {
{Rule: *rules.RapidAPIAccessToken(), Tags: []string{TagAccessToken}},
{Rule: *rules.ReadMe(), Tags: []string{TagApiToken}},
{Rule: *rules.RubyGemsAPIToken(), Tags: []string{TagApiToken}},
{Rule: *rules.ScalingoAPIToken(), Tags: []string{TagApiToken}},
// {Rule: *rules.ScalingoAPIToken(), Tags: []string{TagApiToken}}, https://github.com/Checkmarx/2ms/issues/226
{Rule: *rules.SendbirdAccessID(), Tags: []string{TagAccessId}},
{Rule: *rules.SendbirdAccessToken(), Tags: []string{TagAccessToken}},
{Rule: *rules.SendGridAPIToken(), Tags: []string{TagApiToken}},
Expand Down

0 comments on commit 364b65c

Please sign in to comment.