Skip to content

Commit

Permalink
Update secrets baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams committed Dec 22, 2023
1 parent e530629 commit a517f64
Showing 1 changed file with 2 additions and 34 deletions.
36 changes: 2 additions & 34 deletions .secrets.baseline
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"version": "1.4.0",
"plugins_used": [
{
"name": "AbsolutePathDetectorExperimental"
},
{
"name": "ArtifactoryDetector"
},
Expand Down Expand Up @@ -126,22 +123,13 @@
"path": "detect_secrets.filters.regex.should_exclude_file",
"pattern": [
"\\.secrets..*",
"\\.pre-commit-config\\.yaml",
"\\.git.*",
"target"
]
}
],
"results": {
".pre-commit-config.yaml": [
{
"type": "Hex High Entropy String",
"filename": ".pre-commit-config.yaml",
"hashed_secret": "63076edad0be7557f5fbd9b60bc1ffa664fce207",
"is_verified": false,
"line_number": 10,
"is_secret": false
}
],
"README.md": [
{
"type": "Email Address",
Expand All @@ -152,26 +140,6 @@
"is_secret": false
}
],
"creds.txt": [
{
"type": "Secret Keyword",
"filename": "creds.txt",
"hashed_secret": "d62b9442308877999f939cd8d4582d92c8076f94",
"is_verified": false,
"line_number": 2,
"is_secret": true
}
],
"creds.txt~": [
{
"type": "Secret Keyword",
"filename": "creds.txt~",
"hashed_secret": "c052f3a1eedd2395818a018c73d19f8885a93ee0",
"is_verified": false,
"line_number": 2,
"is_secret": true
}
],
"pom.xml": [
{
"type": "Email Address",
Expand Down Expand Up @@ -445,5 +413,5 @@
}
]
},
"generated_at": "2023-12-22T18:50:45Z"
"generated_at": "2023-12-22T19:33:24Z"
}

0 comments on commit a517f64

Please sign in to comment.