Skip to content

Commit

Permalink
added datasec pre_commit file 2 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
meli-datasec-pii-validation[bot] authored Feb 23, 2023
1 parent d83b40b commit a3562cc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
repos:
# Websec hook is MANDATORY, DO NOT comment it.
- repo: https://github.com/mercadolibre/fury_websec-git-hooks
rev: v1.0.5
hooks:
- id: pre_commit_hook
stages: [commit]
- id: post_commit_hook
stages: [post-commit]
# Datasec hook is MANDATORY, DO NOT comment it.
- repo: https://github.com/mercadolibre/fury_datasec-git-hooks
rev: 1.0.1
hooks:
- id: pre_commit_hook
stages: [commit]
verbose: true

0 comments on commit a3562cc

Please sign in to comment.