Hilário Coelho
Hilário Coelho
Moved some notifications related types and constants to different packages in order to make it easier for 3rd party services to implement gorush. Since `gorush` package has some `init` functions...
**Is your feature request related to a problem? Please describe.** Terraform will be introducing the `optional` support on the upcoming version [1.3.0](https://github.com/hashicorp/terraform/releases/tag/v1.3.0-alpha20220706), the release concludes the `module_variable_optional_attrs` experiment. This is...
This pull request intends to fix #693 by creating a `ClientSecretValidationStrategyProvider`. It's a simple solution for the problem described on the issue. The solution adopted was adding a `ClientSecretValidationStrategyProvider` to...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/fosite/blob/master/CODE_OF_CONDUCT.md). -...
related to #1321 the published docker container on docker hub should have a manifest supporting all os/architectures currently supported (windows, linux, darwin - amd64, arm64) Is it possible to start...
HMS PushKit ForegroundShow flag defaults to `true` so this field should be sent explicitly with `false` in order to don't display a notification when the app is in foreground. Huawei...
Fixes #8 Removed `,omitempty` JSON tag so it is sent with `false` value. Also formatted code.
## Community Note * Please vote on this PR by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original PR to help the community and maintainers prioritize for review * Please do...
This pull request intends to censor suspicious found environment variables. Previously any suspicious environment variable found was being leaked during `CIS-DI-0010` checkpoint assessment as seen below: ``` FATAL - CIS-DI-0010:...
Added new parameters for suspicious files or file extensions for checkpoint `CIS-DI-0010`: - `--sensitive-file` / `--sf` / `DOCKLE_REJECT_FILES` - Add suspicious files to look for - `--sensitive-file-extension` / `--se` /...