Johannes Grumböck

Results 89 comments of Johannes Grumböck

@themantissa Thanks for your support. I just wanted to add that for AWS KMS 365 days of automatic rotation is the default and cannot be changed in some cases (https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-mgmt)....

@martinstibbe Thanks for fixing the docs, but honestly this doesn't help me technically. Silently I was expecting that you'll fix the alert for AWS KMS to fire on 365 days...

@themantissa Thank you for your response and for forwarding my thoughts to the PM!

I tried 0.1.10 yesterday on a new PR in our private repo and it was working fine again.

Sure. ``` name: tfsec-pr-commenter on: pull_request: jobs: tfsec: name: tfsec PR commenter runs-on: ubuntu-latest steps: - name: Clone repo uses: actions/checkout@v2 - name: tfsec uses: aquasecurity/[email protected] with: github_token: ${{ secrets.GITHUB_ACCESS_TOKEN...

Good point! I had only successful code and not tested a tfsec hit ... need to do that.

I'm using version 0.6.1 now and somehow sorting has changed, but don't see in which way. It's no timesort anymore but also not fully alphabetical. Weird. ![image](https://user-images.githubusercontent.com/5127047/128352130-77181c8d-cfd3-4788-8fd6-0473cbc07a46.png)

Hi @tommy31 I'm not a maintainer, but I would like to understand the need of this. What do you mean with `prevent resource deletion`? > To prevent ressource deletion when...