Skip to content

Commit

Permalink
update detect secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroz2 committed Aug 25, 2023
1 parent 26082e3 commit 254a69d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
15 changes: 3 additions & 12 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "^.secrets.baseline$",
"lines": null
},
"generated_at": "2022-04-13T20:47:25Z",
"generated_at": "2023-08-25T19:53:53Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -80,24 +80,15 @@
"mvnw.cmd": [
{
"hashed_secret": "4e455935905a45080257f4d3c67115e4131b05af",
"is_verified": false,
"line_number": 147,
"type": "Secret Keyword",
"verified_result": null
}
],
"src/main/liberty/config/server.xml": [
{
"hashed_secret": "f7aaaef3e831790c18de26826847c545e63c991e",
"is_secret": false,
"is_verified": false,
"line_number": 19,
"line_number": 147,
"type": "Secret Keyword",
"verified_result": null
}
]
},
"version": "0.13.1+ibm.48.dss",
"version": "0.13.1+ibm.61.dss",
"word_list": {
"file": null,
"hash": null
Expand Down
2 changes: 1 addition & 1 deletion scripts/pipeline/ci_to_secure_pipeline_scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi
echo -e "IMAGES_TO_SCAN:\n$IMAGES_TO_SCAN"

# This must be an IBM Cloud API key that has permission to run the toolchain
IBMCLOUD_API_KEY="$(get_env ibmcloud-api-key)"
IBMCLOUD_API_KEY="$(get_env ibmcloud-api-key)" # pragma: allowlist secret

# The IBM Cloud region that is hosting the security scanning pipeline
SECSCAN_TOOLCHAIN_REGION=$(get_env sescan-toolchain-region)
Expand Down

0 comments on commit 254a69d

Please sign in to comment.