mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
* fix(postgres): Fix postgres connector issues. * fix(postgres): Update documentation Co-authored-by: sergargar <sergio@verica.io>
30 lines
751 B
YAML
30 lines
751 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v3.3.0
|
|
hooks:
|
|
- id: check-merge-conflict
|
|
- id: check-yaml
|
|
args: ['--unsafe']
|
|
- id: check-json
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
exclude: 'README.md'
|
|
- id: no-commit-to-branch
|
|
- id: pretty-format-json
|
|
args: ['--autofix']
|
|
|
|
- repo: https://github.com/koalaman/shellcheck-precommit
|
|
rev: v0.8.0
|
|
hooks:
|
|
- id: shellcheck
|
|
|
|
- repo: https://github.com/hadolint/hadolint
|
|
rev: v2.10.0
|
|
hooks:
|
|
- id: hadolint
|
|
name: Lint Dockerfiles
|
|
description: Runs hadolint to lint Dockerfiles
|
|
language: system
|
|
types: ["dockerfile"]
|
|
entry: hadolint
|