ci: desativar gitleaks
DevSecOps Enterprise Pipeline / security-gate (push) Failing after 14s
DevSecOps Enterprise Pipeline / deploy (push) Has been skipped

This commit is contained in:
2026-05-08 10:23:23 +01:00
parent bd679a6594
commit 6cc5359917
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
with: with:
fetch-depth: 0 # Necessário para o Gitleaks analisar histórico fetch-depth: 0 # Necessário para o Gitleaks analisar histórico
# 1. SECRET SCANNING (Deteta chaves expostas no histórico e no código) # 1. SECRET SCANNING (Deteta chaves expostas no histórico e no código)
#- name: Gitleaks Scan #- name: Gitleaks Scan
# run: | # run: |
# curl -sL https://github.com/gitleaks/gitleaks/releases/download/v8.18.2/gitleaks_8.18.2_linux_x64.tar.gz | tar -xz -C /tmp # curl -sL https://github.com/gitleaks/gitleaks/releases/download/v8.18.2/gitleaks_8.18.2_linux_x64.tar.gz | tar -xz -C /tmp