-
-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add missing defaults #905
Conversation
Hey @npalm! 👋 Thank you for your contribution to the project. Please refer to the contribution rules for a quick overview of the process. Make sure that this PR clearly explains:
With submitting this PR you confirm that you hold the rights of the code added and agree that it will published under this LICENSE. The following ChatOps commands are supported:
Simply add a comment with the command in the first line. If you need to pass more information, separate it with a blank line from the command. This message was generated automatically. You are welcome to improve it. |
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ ACTION | actionlint | 1 | 0 | 0.1s | |
✅ BASH | bash-exec | 1 | 0 | 0.0s | |
✅ BASH | shellcheck | 1 | 0 | 0.36s | |
✅ BASH | shfmt | 1 | 1 | 0 | 0.02s |
✅ COPYPASTE | jscpd | yes | no | 1.86s | |
✅ JSON | eslint-plugin-jsonc | 1 | 0 | 0 | 1.18s |
✅ JSON | jsonlint | 1 | 0 | 0.14s | |
✅ JSON | prettier | 1 | 0 | 0 | 0.41s |
✅ JSON | v8r | 1 | 0 | 2.16s | |
markdownlint | 4 | 4 | 1 | 4.18s | |
✅ MARKDOWN | markdown-link-check | 4 | 0 | 5.74s | |
✅ REPOSITORY | checkov | yes | no | 13.01s | |
✅ REPOSITORY | dustilock | yes | no | 0.19s | |
✅ REPOSITORY | gitleaks | yes | no | 0.88s | |
✅ REPOSITORY | git_diff | yes | no | 0.01s | |
✅ REPOSITORY | secretlint | yes | no | 0.86s | |
✅ REPOSITORY | syft | yes | no | 0.31s | |
✅ SPELL | cspell | 29 | 0 | 3.24s | |
✅ TERRAFORM | terraform-fmt | 18 | 0 | 0 | 1.52s |
✅ TERRAFORM | terragrunt | 1 | 0 | 0 | 0.1s |
✅ YAML | prettier | 2 | 1 | 0 | 0.62s |
✅ YAML | v8r | 2 | 0 | 3.48s | |
✅ YAML | yamllint | 2 | 0 | 0.23s |
See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff
Good spot, thanks! |
While checking the PR, I was not able to switch from main to the refactory-varialbes branch for the example-default. - fix a missing default - add a null check in stated of a string check
🤖 I have created a release *beep* *boop* --- ## [7.0.0](6.5.2...7.0.0) (2023-09-09) ### ⚠ BREAKING CHANGES * group variables for better overview ([#810](#810)) * allow to set all docker options for the Executor ([#511](#511)) * add idle_count_min` and `idle_scale_factor` to Docker Machine autoscaling options ([#711](#711)) * remove deprecated variables ([#738](#738)) * remove deprecated pull policy variable ([#710](#710)) ### Features * add idle_count_min` and `idle_scale_factor` to Docker Machine autoscaling options ([#711](#711)) ([1538d48](1538d48)) * allow to set all docker options for the Executor ([#511](#511)) ([461561e](461561e)) ### Bug Fixes * add missing defaults ([#905](#905)) ([eb44182](eb44182)) * correct the bugs of major version 7 (pre-release) ([#860](#860)) ([f236b58](f236b58)) * remove deprecated pull policy variable ([#710](#710)) ([8736ec7](8736ec7)) ### Miscellaneous Chores * remove deprecated variables ([#738](#738)) ([676ed6a](676ed6a)) ### Code Refactoring * group variables for better overview ([#810](#810)) ([c8a3b89](c8a3b89)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Signed-off-by: Niek Palm <dev.npalm@gmail.com> Co-authored-by: cattle-ops-releaser-2[bot] <134548870+cattle-ops-releaser-2[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
While checking the PR, I was not able to switch from main to the refactory-varialbes branch for the example-default.