Skip to content

feat: update GKE module #679

feat: update GKE module

feat: update GKE module #679

Workflow file for this run

name: Pre-commit
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
pre-commit:
name: Pre-commit checks
runs-on: ubuntu-latest
steps:
- name: Install tfsec for static analysis of Terraform code to spot potential misconfigurations
run: |
curl -s https://raw.githubusercontent.com/aquasecurity/tfsec/master/scripts/install_linux.sh | bash
- name: Install Terraform Linter
uses: terraform-linters/setup-tflint@v3
- name: Install helm-docs
uses: envoy/install-helm-docs@v1.0.0
with:
version: 1.7.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.0