Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects

Resolve "Don't include stage in included CI"

Merged Raphael JOIE requested to merge 4-don-t-include-stage-in-included-ci into main

Files

test-static-scan-gitleaks:
tags:
- docker
image: golang
before_script:
# gitleaks the first best secret detection
# Tufflehog the second one
# source: https://arxiv.org/pdf/2307.00714.pdf
- apt-get install -y git --no-install-recommends
- git clone https://github.com/gitleaks/gitleaks.git
- cd gitleaks && make build && cd ../
script:
- ./gitleaks/gitleaks detect --source . -v
Loading