Add secret detection

https://docs.gitlab.com/ee/user/application_security/secret_detection/pipeline/index.html

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-06-14 23:42:40 +03:00
parent f89bd9e84f
commit 7bd1c06cd8
4 changed files with 15 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
stages:
- build
- test
cache: &global_cache
key:
@@ -17,3 +18,6 @@ build:
<<: *global_cache
script:
- nix --experimental-features 'nix-command flakes' flake check
include:
- template: Jobs/Secret-Detection.gitlab-ci.yml