Skip to content

Commit 13374fa

Browse files
authored
Merge pull request #651 from OpenLiberty/exclude-non-secret-strings
Unchanging constants (not secrets) are regularly flagged as false positives
2 parents 5850e24 + 621b084 commit 13374fa

File tree

1 file changed

+2
-328
lines changed

1 file changed

+2
-328
lines changed

.secrets.baseline

Lines changed: 2 additions & 328 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"exclude": {
33
"files": "^.secrets.baseline$",
4-
"lines": null
4+
"lines": "REPLACE|PWD_TRUST|SECRET|keyStore|secret"
55
},
6-
"generated_at": "2025-07-31T19:02:13Z",
6+
"generated_at": "2025-08-01T21:56:33Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -88,14 +88,6 @@
8888
}
8989
],
9090
"build/test-stock-quote/config/server.xml": [
91-
{
92-
"hashed_secret": "7c6a61c68ef8b9b6b061b28c348bc1ed7921cb53",
93-
"is_secret": false,
94-
"is_verified": false,
95-
"line_number": 27,
96-
"type": "Secret Keyword",
97-
"verified_result": null
98-
},
9991
{
10092
"hashed_secret": "d033e22ae348aeb5660fc2140aec35850c4da997",
10193
"is_secret": false,
@@ -138,14 +130,6 @@
138130
}
139131
],
140132
"build/test-stock-trader/config/server.xml": [
141-
{
142-
"hashed_secret": "7c6a61c68ef8b9b6b061b28c348bc1ed7921cb53",
143-
"is_secret": false,
144-
"is_verified": false,
145-
"line_number": 34,
146-
"type": "Secret Keyword",
147-
"verified_result": null
148-
},
149133
{
150134
"hashed_secret": "d033e22ae348aeb5660fc2140aec35850c4da997",
151135
"is_secret": false,
@@ -187,316 +171,6 @@
187171
"verified_result": null
188172
}
189173
],
190-
"releases/25.0.0.3/full/helpers/build/configuration_snippets/keystore.xml": [
191-
{
192-
"hashed_secret": "3cacc7bfac0a382c669a884c953d0401a689785d",
193-
"is_secret": false,
194-
"is_verified": false,
195-
"line_number": 2,
196-
"type": "Secret Keyword",
197-
"verified_result": null
198-
}
199-
],
200-
"releases/25.0.0.3/full/helpers/build/configuration_snippets/truststore.xml": [
201-
{
202-
"hashed_secret": "662e721e5b6494888b2792ea3b8a1fa310f6ea45",
203-
"is_secret": false,
204-
"is_verified": false,
205-
"line_number": 3,
206-
"type": "Secret Keyword",
207-
"verified_result": null
208-
}
209-
],
210-
"releases/25.0.0.3/full/helpers/runtime/docker-server.sh": [
211-
{
212-
"hashed_secret": "ad321232b1e4e90a29208e1f70d06aad788caa16",
213-
"is_secret": false,
214-
"is_verified": false,
215-
"line_number": 124,
216-
"type": "Secret Keyword",
217-
"verified_result": null
218-
}
219-
],
220-
"releases/25.0.0.3/full/server.xml": [
221-
{
222-
"hashed_secret": "d1bbd0d69a08402e6c1fc2d1bc5a5ea5c3a7ea13",
223-
"is_secret": false,
224-
"is_verified": false,
225-
"line_number": 15,
226-
"type": "Secret Keyword",
227-
"verified_result": null
228-
}
229-
],
230-
"releases/25.0.0.3/kernel-slim/helpers/build/configuration_snippets/keystore.xml": [
231-
{
232-
"hashed_secret": "3cacc7bfac0a382c669a884c953d0401a689785d",
233-
"is_secret": false,
234-
"is_verified": false,
235-
"line_number": 2,
236-
"type": "Secret Keyword",
237-
"verified_result": null
238-
}
239-
],
240-
"releases/25.0.0.3/kernel-slim/helpers/build/configuration_snippets/truststore.xml": [
241-
{
242-
"hashed_secret": "662e721e5b6494888b2792ea3b8a1fa310f6ea45",
243-
"is_secret": false,
244-
"is_verified": false,
245-
"line_number": 3,
246-
"type": "Secret Keyword",
247-
"verified_result": null
248-
}
249-
],
250-
"releases/25.0.0.3/kernel-slim/helpers/runtime/docker-server.sh": [
251-
{
252-
"hashed_secret": "ad321232b1e4e90a29208e1f70d06aad788caa16",
253-
"is_secret": false,
254-
"is_verified": false,
255-
"line_number": 124,
256-
"type": "Secret Keyword",
257-
"verified_result": null
258-
}
259-
],
260-
"releases/25.0.0.6/full/helpers/build/configuration_snippets/keystore.xml": [
261-
{
262-
"hashed_secret": "3cacc7bfac0a382c669a884c953d0401a689785d",
263-
"is_secret": false,
264-
"is_verified": false,
265-
"line_number": 2,
266-
"type": "Secret Keyword",
267-
"verified_result": null
268-
}
269-
],
270-
"releases/25.0.0.6/full/helpers/build/configuration_snippets/truststore.xml": [
271-
{
272-
"hashed_secret": "662e721e5b6494888b2792ea3b8a1fa310f6ea45",
273-
"is_secret": false,
274-
"is_verified": false,
275-
"line_number": 3,
276-
"type": "Secret Keyword",
277-
"verified_result": null
278-
}
279-
],
280-
"releases/25.0.0.6/full/helpers/runtime/docker-server.sh": [
281-
{
282-
"hashed_secret": "ad321232b1e4e90a29208e1f70d06aad788caa16",
283-
"is_secret": false,
284-
"is_verified": false,
285-
"line_number": 127,
286-
"type": "Secret Keyword",
287-
"verified_result": null
288-
}
289-
],
290-
"releases/25.0.0.6/full/server.xml": [
291-
{
292-
"hashed_secret": "d1bbd0d69a08402e6c1fc2d1bc5a5ea5c3a7ea13",
293-
"is_secret": false,
294-
"is_verified": false,
295-
"line_number": 15,
296-
"type": "Secret Keyword",
297-
"verified_result": null
298-
}
299-
],
300-
"releases/25.0.0.6/kernel-slim/helpers/build/configuration_snippets/keystore.xml": [
301-
{
302-
"hashed_secret": "3cacc7bfac0a382c669a884c953d0401a689785d",
303-
"is_secret": false,
304-
"is_verified": false,
305-
"line_number": 2,
306-
"type": "Secret Keyword",
307-
"verified_result": null
308-
}
309-
],
310-
"releases/25.0.0.6/kernel-slim/helpers/build/configuration_snippets/truststore.xml": [
311-
{
312-
"hashed_secret": "662e721e5b6494888b2792ea3b8a1fa310f6ea45",
313-
"is_secret": false,
314-
"is_verified": false,
315-
"line_number": 3,
316-
"type": "Secret Keyword",
317-
"verified_result": null
318-
}
319-
],
320-
"releases/25.0.0.6/kernel-slim/helpers/runtime/docker-server.sh": [
321-
{
322-
"hashed_secret": "ad321232b1e4e90a29208e1f70d06aad788caa16",
323-
"is_secret": false,
324-
"is_verified": false,
325-
"line_number": 127,
326-
"type": "Secret Keyword",
327-
"verified_result": null
328-
}
329-
],
330-
"releases/25.0.0.8/full/helpers/build/configuration_snippets/keystore.xml": [
331-
{
332-
"hashed_secret": "3cacc7bfac0a382c669a884c953d0401a689785d",
333-
"is_secret": false,
334-
"is_verified": false,
335-
"line_number": 2,
336-
"type": "Secret Keyword",
337-
"verified_result": null
338-
}
339-
],
340-
"releases/25.0.0.8/full/helpers/build/configuration_snippets/truststore.xml": [
341-
{
342-
"hashed_secret": "662e721e5b6494888b2792ea3b8a1fa310f6ea45",
343-
"is_secret": false,
344-
"is_verified": false,
345-
"line_number": 3,
346-
"type": "Secret Keyword",
347-
"verified_result": null
348-
}
349-
],
350-
"releases/25.0.0.8/full/helpers/runtime/docker-server.sh": [
351-
{
352-
"hashed_secret": "ad321232b1e4e90a29208e1f70d06aad788caa16",
353-
"is_secret": false,
354-
"is_verified": false,
355-
"line_number": 127,
356-
"type": "Secret Keyword",
357-
"verified_result": null
358-
}
359-
],
360-
"releases/25.0.0.8/full/server.xml": [
361-
{
362-
"hashed_secret": "d1bbd0d69a08402e6c1fc2d1bc5a5ea5c3a7ea13",
363-
"is_secret": false,
364-
"is_verified": false,
365-
"line_number": 15,
366-
"type": "Secret Keyword",
367-
"verified_result": null
368-
}
369-
],
370-
"releases/25.0.0.8/kernel-slim/helpers/build/configuration_snippets/keystore.xml": [
371-
{
372-
"hashed_secret": "3cacc7bfac0a382c669a884c953d0401a689785d",
373-
"is_secret": false,
374-
"is_verified": false,
375-
"line_number": 2,
376-
"type": "Secret Keyword",
377-
"verified_result": null
378-
}
379-
],
380-
"releases/25.0.0.8/kernel-slim/helpers/build/configuration_snippets/truststore.xml": [
381-
{
382-
"hashed_secret": "662e721e5b6494888b2792ea3b8a1fa310f6ea45",
383-
"is_secret": false,
384-
"is_verified": false,
385-
"line_number": 3,
386-
"type": "Secret Keyword",
387-
"verified_result": null
388-
}
389-
],
390-
"releases/25.0.0.8/kernel-slim/helpers/runtime/docker-server.sh": [
391-
{
392-
"hashed_secret": "ad321232b1e4e90a29208e1f70d06aad788caa16",
393-
"is_secret": false,
394-
"is_verified": false,
395-
"line_number": 127,
396-
"type": "Secret Keyword",
397-
"verified_result": null
398-
}
399-
],
400-
"releases/latest/beta/helpers/build/configuration_snippets/keystore.xml": [
401-
{
402-
"hashed_secret": "3cacc7bfac0a382c669a884c953d0401a689785d",
403-
"is_secret": false,
404-
"is_verified": false,
405-
"line_number": 2,
406-
"type": "Secret Keyword",
407-
"verified_result": null
408-
}
409-
],
410-
"releases/latest/beta/helpers/build/configuration_snippets/truststore.xml": [
411-
{
412-
"hashed_secret": "662e721e5b6494888b2792ea3b8a1fa310f6ea45",
413-
"is_secret": false,
414-
"is_verified": false,
415-
"line_number": 3,
416-
"type": "Secret Keyword",
417-
"verified_result": null
418-
}
419-
],
420-
"releases/latest/beta/helpers/runtime/docker-server.sh": [
421-
{
422-
"hashed_secret": "ad321232b1e4e90a29208e1f70d06aad788caa16",
423-
"is_secret": false,
424-
"is_verified": false,
425-
"line_number": 127,
426-
"type": "Secret Keyword",
427-
"verified_result": null
428-
}
429-
],
430-
"releases/latest/full/helpers/build/configuration_snippets/keystore.xml": [
431-
{
432-
"hashed_secret": "3cacc7bfac0a382c669a884c953d0401a689785d",
433-
"is_secret": false,
434-
"is_verified": false,
435-
"line_number": 2,
436-
"type": "Secret Keyword",
437-
"verified_result": null
438-
}
439-
],
440-
"releases/latest/full/helpers/build/configuration_snippets/truststore.xml": [
441-
{
442-
"hashed_secret": "662e721e5b6494888b2792ea3b8a1fa310f6ea45",
443-
"is_secret": false,
444-
"is_verified": false,
445-
"line_number": 3,
446-
"type": "Secret Keyword",
447-
"verified_result": null
448-
}
449-
],
450-
"releases/latest/full/helpers/runtime/docker-server.sh": [
451-
{
452-
"hashed_secret": "ad321232b1e4e90a29208e1f70d06aad788caa16",
453-
"is_secret": false,
454-
"is_verified": false,
455-
"line_number": 127,
456-
"type": "Secret Keyword",
457-
"verified_result": null
458-
}
459-
],
460-
"releases/latest/full/server.xml": [
461-
{
462-
"hashed_secret": "d1bbd0d69a08402e6c1fc2d1bc5a5ea5c3a7ea13",
463-
"is_secret": false,
464-
"is_verified": false,
465-
"line_number": 15,
466-
"type": "Secret Keyword",
467-
"verified_result": null
468-
}
469-
],
470-
"releases/latest/kernel-slim/helpers/build/configuration_snippets/keystore.xml": [
471-
{
472-
"hashed_secret": "3cacc7bfac0a382c669a884c953d0401a689785d",
473-
"is_secret": false,
474-
"is_verified": false,
475-
"line_number": 2,
476-
"type": "Secret Keyword",
477-
"verified_result": null
478-
}
479-
],
480-
"releases/latest/kernel-slim/helpers/build/configuration_snippets/truststore.xml": [
481-
{
482-
"hashed_secret": "662e721e5b6494888b2792ea3b8a1fa310f6ea45",
483-
"is_secret": false,
484-
"is_verified": false,
485-
"line_number": 3,
486-
"type": "Secret Keyword",
487-
"verified_result": null
488-
}
489-
],
490-
"releases/latest/kernel-slim/helpers/runtime/docker-server.sh": [
491-
{
492-
"hashed_secret": "ad321232b1e4e90a29208e1f70d06aad788caa16",
493-
"is_secret": false,
494-
"is_verified": false,
495-
"line_number": 127,
496-
"type": "Secret Keyword",
497-
"verified_result": null
498-
}
499-
],
500174
"samples/security/sso-secret.yaml": [
501175
{
502176
"hashed_secret": "efb4afcc74d267bdc169ba2d98ae84634cfdab5b",

0 commit comments

Comments
 (0)