Merged
Conversation
This is coming from the most recent 4.12.z release (currently 4.12.87). Generated using oc get --raw /openapi/v2 | jq --sort-keys 'del(.parameters, .paths[], .security, .securityDefinitions)' | sed -Ee 's/(Authorization: Bearer sha256)~[^ ]*/\1~REDACTED/;'
porridge
approved these changes
Apr 8, 2026
Contributor
porridge
left a comment
There was a problem hiding this comment.
Perhaps you can add the trick with the sed to https://github.com/stackrox/helmtest/blob/main/internal/schemas/openapi-schemas/README.md?
Contributor
Author
Done. |
024f15f to
35b6371
Compare
Contributor
|
FTR, this was removed by force-pushing, and is being redone in #201 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is coming from the most recent 4.12.z release (currently 4.12.87).
OpenShift 4.12 is currently in the extended support phase in its lifecycle.
Generated using
Note, the
sedpart was required because otherwise thepre-commitcheck would have caught an example token in the included documentation.