Skip to content

Commit

Permalink
feat: increased entropy setting
Browse files Browse the repository at this point in the history
  • Loading branch information
danielc92 committed Oct 4, 2023
1 parent c5cc3e3 commit bb6eee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = {
// SECURITY: SECRETS (ZERO TOLERANCE)
'no-secrets/no-secrets': ["error",{
// note: default is 4
"tolerance":4,
"tolerance":4.2,
"additionalRegexes": {
// source https://gist.github.com/magnetikonline/073afe7909ffdd6f10ef06a00bc3bc88#combined-together
"Github tokens": "^(gh[ps]_[a-zA-Z0-9]{36}|github_pat_[a-zA-Z0-9]{22}_[a-zA-Z0-9]{59})$",
Expand Down

0 comments on commit bb6eee1

Please sign in to comment.