Skip to content

Commit 5d1140e

Browse files
breskebyjmlrt
andauthored
Fix IronBank hardening_manifest CI test (elastic#124579) (elastic#124585)
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 cc @breskeby <!-- Thank you for your interest in and contributing to Elasticsearch! There are a few simple things to check before submitting your pull request that can help with the review process. You should delete these items from your submission, but they are here to help bring them to your attention. --> - Have you signed the [contributor license agreement](https://www.elastic.co/contributor-agreement)? - Have you followed the [contributor guidelines](https://github.com/elastic/elasticsearch/blob/main/CONTRIBUTING.md)? - If submitting code, have you built your formula locally prior to submission with `gradle check`? - If submitting code, is your pull request against main? Unless there is a good reason otherwise, we prefer pull requests against main and will backport as needed. - If submitting code, have you checked that your submission is for an [OS and architecture that we support](https://www.elastic.co/support/matrix#show_os)? - If you are submitting this code for a class then read our [policy](https://github.com/elastic/elasticsearch/blob/main/CONTRIBUTING.md#contributing-as-part-of-a-class) for that. (cherry picked from commit e5cf597) Co-authored-by: Julien Mailleret <[email protected]>
1 parent b9c61dc commit 5d1140e

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)