Skip to content

Conversation

@alexott
Copy link
Collaborator

@alexott alexott commented Sep 29, 2025

No description provided.

@alexott alexott requested review from a team as code owners September 29, 2025 11:07
@alexott alexott requested a review from Divyansh-db September 29, 2025 11:07
@VictorColome
Copy link
Contributor

VictorColome commented Oct 2, 2025

@alexott considering you are adding pre-commit, why not adding also checkov for security validation?

- repo: https://github.com/antonbabenko/pre-commit-terraform
  rev: v1.100.1 # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases
  hooks:
    - id: terraform_fmt
    - id: terraform_checkov
      args:
        - --args=--quiet
        - --args=--check MEDIUM,HIGH,CRITICAL

I usually add the args MEDIUM,HIGH,CRITICAL to hide the LOW errors which can be quite noisy.

Just as a recommendation! :)

@alexott
Copy link
Collaborator Author

alexott commented Oct 2, 2025

@VictorColome one thing a time ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants