Skip to content

Commit

Permalink
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"files": "test_data/.*|tests/.*|^.secrets.baseline$",
"lines": null
},
"generated_at": "2021-12-22T23:52:11Z",
"generated_at": "2021-12-22T23:55:31Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
@@ -139,7 +139,7 @@
],
"docs/scan.md": [
{
"hashed_secret": "cb6d85774db6297b5cbdb9f52e38a58585113e6d",
"hashed_secret": "63e1b8ad9e948f948bc19035801e8529c4c94b13",
"is_secret": false,
"is_verified": false,
"line_number": 43,
4 changes: 2 additions & 2 deletions docs/scan.md
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ You'll find a **`results`** object, which contains a list of file paths correspo
"results": {
"detect_secrets/plugins/private_key.py": [
{
"hashed_secret": "daefe0b4345a654580dcad25c7c11ff4c944a8c0",
"hashed_secret": "513e0a36963ae1e8431c041b744679ee578b7c44",
"is_secret": false,
"is_verified": false,
"line_number": 45,
@@ -52,7 +52,7 @@ You'll find a **`results`** object, which contains a list of file paths correspo
| Field | Description |
| --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `hashed_secret` | The hash of the detected secret. The baseline file will not record raw secrets. To see them in plaintext, run `detect-secrets audit --display-results .secrets.baseline`. |
| `is_secret` | This field is manually set when interactively auditing a baseline file (`detect-secrets audit .secrets.baseline`). This field is for auditing / record-keeping purposes. |
| `is_secret` | This field is manually set when interactively auditing a baseline file (`detect-secrets audit .secrets.baseline`). This field is for auditing / record-keeping purposes.results |
| `is_verified` | Set automatically based off active secret validation; however, there are [those which are _not_ validated](#secret-verification). If this field is true, it means the associated token is active, and requires remediation. |
| `line_number` | The line number that the secret is found on. |
| `type` | The secret type. |

0 comments on commit 2fe1666

Please sign in to comment.