Skip to content

feat: custom resources defintion for mongodb #978

feat: custom resources defintion for mongodb

feat: custom resources defintion for mongodb #978

Workflow file for this run

name: Pre-commit
on:
push:
branches:
- main
- 0.2.x
pull_request:
branches:
- main
- 0.2.x
jobs:
pre-commit:
name: Pre-commit checks
runs-on: ubuntu-latest
steps:
- name: Configure Terraform cache dir
run: |
mkdir -p "$HOME/.terraform.d/plugin-cache"
echo 'plugin_cache_dir = "$HOME/.terraform.d/plugin-cache"' > "$HOME/.terraformrc"
- 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/[email protected]
with:
version: 1.7.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]