Loading templates/gitlab-ci-gitleaks.yml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ variables: GITLEAKS_QUICK_DEPTH: "10" GITLEAKS_QUICK_ARGS: "--verbose" # default production ref name (pattern) PROD_REF: '/^master$/' PROD_REF: '/^(master|main)$/' # default integration ref name (pattern) INTEG_REF: '/^develop$/' Loading Loading
templates/gitlab-ci-gitleaks.yml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ variables: GITLEAKS_QUICK_DEPTH: "10" GITLEAKS_QUICK_ARGS: "--verbose" # default production ref name (pattern) PROD_REF: '/^master$/' PROD_REF: '/^(master|main)$/' # default integration ref name (pattern) INTEG_REF: '/^develop$/' Loading