chore: remove gitlab CI configuration
This commit is contained in:
@@ -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
|
|
||||||
Reference in New Issue
Block a user