mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
* feat(actions): Upload Prowler latest to dockerhub * feat(upload-container): Action to Public Registries * feat(upload-container): Include env secrets * feat(actions): Include Docker linters * feat(linters): include pre-commit * fix(names)
14 lines
350 B
YAML
14 lines
350 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
|
|
- id: no-commit-to-branch
|
|
- id: pretty-format-json
|
|
args: ['--autofix']
|