Skip to content

Commit 90cf9cd

Browse files
breskebyjmlrt
andauthored
Fix IronBank hardening_manifest CI test (elastic#124579) (elastic#124589)
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) # Conflicts: # distribution/docker/src/docker/iron_bank/hardening_manifest.yaml Co-authored-by: Julien Mailleret <[email protected]>
1 parent f893457 commit 90cf9cd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,12 @@ resources:
4444
value: "93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c"
4545
# List of project maintainers
4646
maintainers:
47-
- name: "Rory Hunter"
48-
49-
username: "rory"
47+
- name: "Mark Vieira"
48+
49+
username: "mark-vieira"
50+
- name: "Rene Groeschke"
51+
52+
username: "breskeby"
5053
- email: "[email protected]"
5154
name: "Alexander Klepal"
5255
username: "alexander.klepal"

0 commit comments

Comments
 (0)