From a9564bdc0007bfd7a68c58fb9710047fc7d0ae51 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Fri, 8 Dec 2023 15:16:09 +0100 Subject: [PATCH] refactor(yaml): replace anchors with ref tags --- templates/gitlab-ci-gitleaks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml index 9663b16..de9aba6 100644 --- a/templates/gitlab-ci-gitleaks.yml +++ b/templates/gitlab-ci-gitleaks.yml @@ -233,7 +233,7 @@ gitleaks: variables: GIT_DEPTH: 0 before_script: - - *gitleaks-scripts + - !reference [.gitleaks-scripts] - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - mkdir -p -m 777 reports - install_gitleaks_rules -- GitLab