Skip to content
Snippets Groups Projects
Commit bbf166f4 authored by Kiran Patel's avatar Kiran Patel Committed by Pierre Smeyers
Browse files

feat: trigger gitleaks jobs without any needs leveraging Gitlab CI DAG

parent 7f545316
No related branches found
No related tags found
No related merge requests found
...@@ -211,6 +211,7 @@ gitleaks: ...@@ -211,6 +211,7 @@ gitleaks:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gitleaks", "2.0.0"] command: ["--service", "gitleaks", "2.0.0"]
stage: test stage: test
needs: []
variables: variables:
GIT_DEPTH: 0 GIT_DEPTH: 0
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment