Skip to content

Commit 254a69d

Browse files
committed
update detect secrets
1 parent 26082e3 commit 254a69d

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

.secrets.baseline

+3-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2022-04-13T20:47:25Z",
6+
"generated_at": "2023-08-25T19:53:53Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -80,24 +80,15 @@
8080
"mvnw.cmd": [
8181
{
8282
"hashed_secret": "4e455935905a45080257f4d3c67115e4131b05af",
83-
"is_verified": false,
84-
"line_number": 147,
85-
"type": "Secret Keyword",
86-
"verified_result": null
87-
}
88-
],
89-
"src/main/liberty/config/server.xml": [
90-
{
91-
"hashed_secret": "f7aaaef3e831790c18de26826847c545e63c991e",
9283
"is_secret": false,
9384
"is_verified": false,
94-
"line_number": 19,
85+
"line_number": 147,
9586
"type": "Secret Keyword",
9687
"verified_result": null
9788
}
9889
]
9990
},
100-
"version": "0.13.1+ibm.48.dss",
91+
"version": "0.13.1+ibm.61.dss",
10192
"word_list": {
10293
"file": null,
10394
"hash": null

scripts/pipeline/ci_to_secure_pipeline_scan.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121
echo -e "IMAGES_TO_SCAN:\n$IMAGES_TO_SCAN"
2222

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

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

0 commit comments

Comments
 (0)