Commit 254a69d 1 parent 26082e3 commit 254a69d Copy full SHA for 254a69d
File tree 2 files changed +4
-13
lines changed
2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 3
3
"files": "^.secrets.baseline$",
4
4
"lines": null
5
5
},
6
- "generated_at": "2022-04-13T20:47:25Z ",
6
+ "generated_at": "2023-08-25T19:53:53Z ",
7
7
"plugins_used": [
8
8
{
9
9
"name": "AWSKeyDetector"
80
80
"mvnw.cmd": [
81
81
{
82
82
"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",
92
83
"is_secret": false,
93
84
"is_verified": false,
94
- "line_number": 19 ,
85
+ "line_number": 147 ,
95
86
"type": "Secret Keyword",
96
87
"verified_result": null
97
88
}
98
89
]
99
90
},
100
- "version": "0.13.1+ibm.48 .dss",
91
+ "version": "0.13.1+ibm.61 .dss",
101
92
"word_list": {
102
93
"file": null,
103
94
"hash": null
Original file line number Diff line number Diff line change 21
21
echo -e " IMAGES_TO_SCAN:\n$IMAGES_TO_SCAN "
22
22
23
23
# 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
25
25
26
26
# The IBM Cloud region that is hosting the security scanning pipeline
27
27
SECSCAN_TOOLCHAIN_REGION=$( get_env sescan-toolchain-region)
You can’t perform that action at this time.
0 commit comments