From 6f35cca942a9478770066e100589626e3ef2cb8c Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Mon, 1 Jun 2026 19:24:42 -0400 Subject: [PATCH] chore: remove gitlab CI configuration --- .gitlab-ci.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index f094f23..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -gitleaks_scan: - image: - name: zricethezav/gitleaks:latest - entrypoint: [""] - stage: test - tags: [gitleaks, scan] - script: - - gitleaks detect --source=. --config=gitleaks.toml --report-format=json --report-path=gitleaks-report.json - allow_failure: false - only: [main, testing, merge_requests] - artifacts: - when: always - paths: [gitleaks-report.json] - expire_in: 1 week