Mark Steele
Mark Steele
Allows to specify username/password to the CLI in a non-interactive way. Ex: ``` java -Duser.name=foo \ -Duser.password=bar \ -Dl10n.resttemplate.authentication.credentialProvider=CONSOLE \ -jar mojito-cli.jar ```
During my testing I've found that on some conditions, the validation function returns no errors even if I/O errors occur. I've got a service streaming the data form S3 and...
Would it be possible to implement an error collector that short circuits after a configurable number of errors (instead of the all-or-nothing approach). Ex: fail after 100 errors (and return...
**Is your feature request related to a problem? Please describe.** While S3 doesn't have directories per-se, it files inside are often organized with common prefixes. Would be nice to have...
We'd like to pull docker images from the AWS ECR public registry instead of dockerhub, as Docker has started to implement rate limiting on image pull requests. The project looks...
Possible to get a AMQP pub/sub? (rabbitmq client would be awesome, as it supports SSL). Stupidly, I thought ActiveMQ client could talk amqp.
So when dealing with things like gendered translations, the recommended approach is to leverage translation contexts. It might look something like this (using lioness) ``` { person.gender === "male" ?...
Adds ability to override context parsed from code with a list of overrides. This is useful for the common case of languages that have variations based on gender where the...
Would be awesome to be able to specify a folder, and have the validator validate all yaml files in the folder and output a SARIF output file. Then this could...
``` grype --sort-by severity ghcr.io/bridgecrewio/checkov:3.2.461 ✔ Loaded image ghcr.io/bridgecrewio/checkov:3.2.461 ✔ Parsed image sha256:c9d32efb9b22f6b46305ff32256b05f61cf113f4600fa0a743ee44685ded71bf ✔ Cataloged contents 88a5bb07f0bc4153bb16ff11e87953cd43ec7661c7f085a5770bf7369fa36f5b ├── ✔ Packages [371 packages] ├── ✔ File metadata [5,282 locations] ├── ✔...