RB

Results 868 comments of RB

@Gowiem this would require a major version, right? If so, then we'd probably need to add all the non major changes first before this goes in

Seems like you're using an old version of the aws provider

Or you can change it to ```diff locals { - instance_profile_count = module.this.enabled && var.instance_profile_enabled && var.instance_profile == "" ? 1 : 0 + instance_profile_count = module.this.enabled && var.instance_profile_enabled ?...

I was able to get it working locally and put in PR https://github.com/Homebrew/homebrew-core/pull/195773.

@npalm Since `brew install action-docs` installs 2.5.0, may I get a review on PR https://github.com/npalm/action-docs/pull/735 to keep this formula up to date and update installation docs?

Oh I thought my PR was merged into main. I saw your comment that it was moved to https://github.com/npalm/action-docs/pull/744. I closed the issue too soon and reopened it. Apologies for...

>going through the score card via running the cli, its clear that the sast is only checking the use of commercial services like codeql and sonarqube, which is questionable. https://github.com/ossf/scorecard/issues/2318...

One thing is that we always see the badge anyway in our renovate PRs so if you folks saw them too, it may get others to start looking at how...

I got the same error when running `trivy config ./plan.json` and it's my first time running trivy after using tfsec for years. Looking forward to this fix. Thank you for...