Skip to content

Commit

Permalink
bug fix: reordering filters in .secrets.baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Loo committed Apr 15, 2021
1 parent 6eb3cc6 commit 36f04ac
Showing 1 changed file with 24 additions and 10 deletions.
34 changes: 24 additions & 10 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@
{
"path": "detect_secrets.filters.heuristic.is_likely_id_string"
},
{
"path": "detect_secrets.filters.heuristic.is_lock_file"
},
{
"path": "detect_secrets.filters.heuristic.is_not_alphanumeric_string"
},
{
"path": "detect_secrets.filters.heuristic.is_potential_uuid"
},
Expand All @@ -93,6 +99,9 @@
{
"path": "detect_secrets.filters.heuristic.is_sequential_string"
},
{
"path": "detect_secrets.filters.heuristic.is_swagger_file"
},
{
"path": "detect_secrets.filters.heuristic.is_templated_secret"
},
Expand All @@ -101,15 +110,6 @@
"pattern": [
"test*"
]
},
{
"path": "detect_secrets.filters.heuristic.is_lock_file"
},
{
"path": "detect_secrets.filters.heuristic.is_not_alphanumeric_string"
},
{
"path": "detect_secrets.filters.heuristic.is_swagger_file"
}
],
"results": {
Expand Down Expand Up @@ -194,6 +194,20 @@
"hashed_secret": "63e1b8ad9e948f948bc19035801e8529c4c94b13",
"is_verified": false,
"line_number": 25
},
{
"type": "JSON Web Token",
"filename": "docs/audit.md",
"hashed_secret": "d6b66ddd9ea7dbe760114bfe9a97352a5e139134",
"is_verified": false,
"line_number": 180
},
{
"type": "Secret Keyword",
"filename": "docs/audit.md",
"hashed_secret": "d6b66ddd9ea7dbe760114bfe9a97352a5e139134",
"is_verified": false,
"line_number": 183
}
],
"docs/design.md": [
Expand All @@ -220,5 +234,5 @@
}
]
},
"generated_at": "2021-03-06T01:57:47Z"
"generated_at": "2021-04-15T17:02:50Z"
}

0 comments on commit 36f04ac

Please sign in to comment.