RB

Results 868 comments of RB

Good to know, thanks for clarifying! I saw this today too which pins module sources as hashes in the terraform lockfile https://github.com/ned1313/terrahash

There does seem to be a way to do this but you need administrator privileges in order to access the jira screens, then you can get the screen for the...

We could also specify the uid to always be `100` to make them consistent. I say `100` since alpine was the first image that was supported by atlantis and we...

This looks like it's been enabled in 2020 - https://github.com/cloud-custodian/cloud-custodian/pull/6355 Current score is 5.7 which is passing. https://securityscorecards.dev/viewer/?uri=github.com%2Fcloud-custodian%2Fcloud-custodian More can be done to improve this score.

[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/cloud-custodian/cloud-custodian/badge)](https://scorecard.dev/viewer/?uri=github.com/cloud-custodian/cloud-custodian) Also see this https://github.com/step-security/secure-repo And the automated pr to help secure the repo and improve the score https://app.stepsecurity.io/?repo=https://github.com/cloud-custodian/cloud-custodian cc @kapilt @ajkerrigan thoughts on this?

For your own container 1. Merge your feature branch to your fork's main branch (looks like you already did) 2. Cut a release from your fork This will create a...

cc @pseudomorph would really appreciate it if you could also review since you've made many policy changes

@bgalkows friendly ping. Could you please look and resolve the test failures?

Makes sense to me. I think all names should be overridable when it comes to upgrades and migrating existing resources to terraform modules There are two parameter groups so each...

Hmm I wonder then if we can use the AWS environment variable to set [max_attempts](https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-files.html#cli-config-max_attempts) for cloud custodian ```bash export AWS_MAX_ATTEMPTS=20 ``` FYI, the errors I get seem to have...