Compare commits

...

2 Commits

Author SHA1 Message Date
cdanesi 6f35cca942 chore: remove gitlab CI configuration 2026-06-01 19:24:42 -04:00
cdanesi 4f4671bcfe chore: rename gitleaks.toml 2026-06-01 19:23:07 -04:00
2 changed files with 0 additions and 15 deletions
-15
View File
@@ -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
View File