skip versioning flag added for policy run#144
Merged
amanenk merged 3 commits intocloudquery:mainfrom Jul 9, 2021
Merged
Conversation
michelvocks
approved these changes
Jul 9, 2021
Contributor
michelvocks
left a comment
There was a problem hiding this comment.
LGTM. One small suggestion.
pkg/config/config_parser.go
Outdated
| config.CloudQuery.PolicyDirectory = dir | ||
| } | ||
| } | ||
| config.CloudQuery.SkipVersioning = viper.GetBool("skip-versioning") |
Contributor
There was a problem hiding this comment.
I think this is not required since you don't set a viper.BindPFlag. This flag should be also only required if you run a policy so a command argument is enough (IMO).
added more details to policy execution error
erezrokah
pushed a commit
that referenced
this pull request
Aug 14, 2022
#### Summary <!-- Explain what problem this PR addresses --> ---
erezrokah
pushed a commit
that referenced
this pull request
Aug 14, 2022
🤖 I have created a release *beep* *boop* --- ## [0.5.10](cloudquery/cq-provider-digitalocean@v0.5.9...v0.5.10) (2022-06-16) ### Bug Fixes * **deps:** Update module github.com/cloudquery/cq-provider-sdk to v0.11.2 ([#145](cloudquery/cq-provider-digitalocean#145)) ([0bb8f91](cloudquery/cq-provider-digitalocean@0bb8f91)) * **deps:** Update module github.com/cloudquery/cq-provider-sdk to v0.11.3 ([#147](cloudquery/cq-provider-digitalocean#147)) ([c3d4c48](cloudquery/cq-provider-digitalocean@c3d4c48)) * Registry not found on Registry.Get ([#144](cloudquery/cq-provider-digitalocean#144)) ([74c455a](cloudquery/cq-provider-digitalocean@74c455a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
erezrokah
pushed a commit
that referenced
this pull request
Aug 14, 2022
🤖 I have created a release *beep* *boop* --- ## [0.5.13](cloudquery/cq-provider-okta@v0.5.12...v0.5.13) (2022-06-27) ### Bug Fixes * **deps:** fix(deps): Update module github.com/cloudquery/cq-provider-sdk to v0.12.4 ([#143](cloudquery/cq-provider-okta#143)) ([422ad4f](cloudquery/cq-provider-okta@422ad4f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
erezrokah
pushed a commit
that referenced
this pull request
Aug 14, 2022
…14.3 (#144) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/cq-provider-sdk](https://togithub.com/cloudquery/cq-provider-sdk) | require | patch | `v0.14.2` -> `v0.14.3` | --- ### Release Notes <details> <summary>cloudquery/cq-provider-sdk</summary> ### [`v0.14.3`](https://togithub.com/cloudquery/cq-provider-sdk/releases/tag/v0.14.3) [Compare Source](https://togithub.com/cloudquery/cq-provider-sdk/compare/v0.14.2...v0.14.3) ##### Bug Fixes - Fix bug in ValueTypeFromString ([#​430](https://togithub.com/cloudquery/cq-provider-sdk/issues/430)) ([6ae324e](https://togithub.com/cloudquery/cq-provider-sdk/commit/6ae324ea2adeb9e0f83c523ab73c6f827db17bec)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
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.
No description provided.