Skip to content

Commit 4735683

Browse files
authored
Fix IronBank hardening_manifest CI test (#124579) (#124586)
This commit fix the IronBank hardening_manifest CI test that expect the hardening_manifest.yaml values to match `'^(?!\\s*$)[ -~|]*$'` regex: ``` | hardening_manifest | ERROR | Hardening Manifest failed jsonschema validation | hardening_manifest | ERROR | Verify Hardening Manifest content | hardening_manifest | ERROR | 'Rene Gröschke' does not match '^(?!\\s*$)[ -~|]*$' ``` https://repo1.dso.mil/dsop/elastic/elasticsearch/elasticsearch9/-/jobs/43219286
1 parent 81b892f commit 4735683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/docker/src/docker/iron_bank/hardening_manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ maintainers:
4747
- name: "Mark Vieira"
4848
4949
username: "mark-vieira"
50-
- name: "Rene Gröschke"
50+
- name: "Rene Groeschke"
5151
5252
username: "breskeby"
5353
- email: "[email protected]"

0 commit comments

Comments
 (0)