From ae16ae835e1bde0660ce85dce7214802defe1235 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 13:40:00 +0000 Subject: [PATCH 1/3] 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 e311242a667ba62c7b287c4348579dea11b880c6 Mon Sep 17 00:00:00 2001 From: "websec-bot[bot]" <106158014+websec-bot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 13:58:57 +0000 Subject: [PATCH 2/3] 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] From 3a5048d007bb01c8cf076e4b163a4ec952454499 Mon Sep 17 00:00:00 2001 From: "websec-bot[bot]" <106158014+websec-bot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 13:59:20 +0000 Subject: [PATCH 3/3] Update pre commit configuration file