From 3b06d54b97335762526ad74bccdf0cb3ce31a4f3 Mon Sep 17 00:00:00 2001 From: "web-security-bot[bot]" <106162649+web-security-bot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 16:14:40 +0000 Subject: [PATCH 1/2] Update pre commit configuration file --- .pre-commit-config.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..f406b36 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,26 @@ +repos: + # Websec hook is MANDATORY, DO NOT comment it. + - repo: https://github.com/mercadolibre/fury_websec-git-hooks + rev: v1.0.0 + hooks: + - id: pre_commit_hook + stages: [commit] + - id: post_commit_hook + stages: [post-commit] + + # Next hooks are Code Quality hooks. + # If you want them to run on each commit, uncomment them + # These are OPTIONAL. + + # - repo: https://github.com/mercadolibre/fury_cq-pre-commit-kotlin-test + # rev: e630c993630789a6c1749457255e806ba89dac2e + # hooks: + # - id: ktlint + # args: + # - -F + # - --editorconfig=.code_quality/.editorconfig + # - id: detekt + # args: + # - -c + # - .code_quality/detekt_rules.yml + # - -ac From c44b267f7ad9c353c71ac53074bfccf128911c18 Mon Sep 17 00:00:00 2001 From: "websec-bot[bot]" <106158014+websec-bot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 14:37:11 +0000 Subject: [PATCH 2/2] Update pre commit configuration file --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f406b36..178aee1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # Websec hook is MANDATORY, DO NOT comment it. - repo: https://github.com/mercadolibre/fury_websec-git-hooks - rev: v1.0.0 + rev: v1.0.1 hooks: - id: pre_commit_hook stages: [commit]