Skip to content

Commit

Permalink
Merge pull request #765 from govuk-one-login/bau-detect-secrets
Browse files Browse the repository at this point in the history
BAU: Added `secretsmanager|SecretString` to `keyword_exclude`
  • Loading branch information
surajkumar authored Nov 29, 2023
2 parents 1b140e4 + b5a1a83 commit 2e959e9
Showing 1 changed file with 11 additions and 41 deletions.
52 changes: 11 additions & 41 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
{
"name": "KeywordDetector",
"keyword_exclude": ""
"keyword_exclude": "secretsmanager|SecretString"
},
{
"name": "MailchimpDetector"
Expand Down Expand Up @@ -75,6 +75,10 @@
{
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
},
{
"path": "detect_secrets.filters.common.is_baseline_file",
"filename": ".secrets.baseline"
},
{
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
"min_level": 2
Expand Down Expand Up @@ -105,46 +109,12 @@
},
{
"path": "detect_secrets.filters.heuristic.is_templated_secret"
},
{
"path": "detect_secrets.filters.regex.should_exclude_secret",
"pattern": []
}
],
"results": {
"deploy/template.yaml": [
{
"type": "Secret Keyword",
"filename": "deploy/template.yaml",
"hashed_secret": "b811ac90fe7fab03f6144a17aaebc38dcf3e007b",
"is_verified": false,
"line_number": 57
},
{
"type": "Secret Keyword",
"filename": "deploy/template.yaml",
"hashed_secret": "690de9fd42add772818ae392cb68a4f81d1511e3",
"is_verified": false,
"line_number": 65
},
{
"type": "Secret Keyword",
"filename": "deploy/template.yaml",
"hashed_secret": "19489ea41acf55b1e67d187515d63eb5dfe90fdb",
"is_verified": false,
"line_number": 392
},
{
"type": "Secret Keyword",
"filename": "deploy/template.yaml",
"hashed_secret": "267255d55ef750db3ab8dbc240ecc7f57554eeea",
"is_verified": false,
"line_number": 393
},
{
"type": "Secret Keyword",
"filename": "deploy/template.yaml",
"hashed_secret": "42af5cf9fcf4f09147c032a0fb4877f5cf626bbc",
"is_verified": false,
"line_number": 398
}
]
},
"generated_at": "2023-11-28T14:37:29Z"
"results": {},
"generated_at": "2023-11-28T15:51:15Z"
}

0 comments on commit 2e959e9

Please sign in to comment.