Loading jobs/gitleaks/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -23,6 +23,6 @@ repos. As it written in go, it is much faster than most of the * Job name: `gitleaks` * Docker image: [`python:3.6-stretch`](https://hub.docker.com/r/_/python) [`zricethezav/gitleaks:v6.1.2`](https://hub.docker.com/r/_/zricethezav/gitleaks) * Default stage: `static_tests` * When: `always` jobs/gitleaks/gitleaks.yml +1 −3 Original line number Diff line number Diff line Loading @@ -4,10 +4,8 @@ stages: # From https://github.com/pmarlow/ci_secrets/blob/master/example.gitlab-ci.yml gitleaks: image: python:3.6-stretch image: zricethezav/gitleaks:v6.1.2 stage: static_tests before_script: - pip install ci_secrets script: - if [ ! -z ${CI_MERGE_REQUEST_ID} ]; then - ci_secrets --since origin/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME --log INFO Loading Loading
jobs/gitleaks/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -23,6 +23,6 @@ repos. As it written in go, it is much faster than most of the * Job name: `gitleaks` * Docker image: [`python:3.6-stretch`](https://hub.docker.com/r/_/python) [`zricethezav/gitleaks:v6.1.2`](https://hub.docker.com/r/_/zricethezav/gitleaks) * Default stage: `static_tests` * When: `always`
jobs/gitleaks/gitleaks.yml +1 −3 Original line number Diff line number Diff line Loading @@ -4,10 +4,8 @@ stages: # From https://github.com/pmarlow/ci_secrets/blob/master/example.gitlab-ci.yml gitleaks: image: python:3.6-stretch image: zricethezav/gitleaks:v6.1.2 stage: static_tests before_script: - pip install ci_secrets script: - if [ ! -z ${CI_MERGE_REQUEST_ID} ]; then - ci_secrets --since origin/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME --log INFO Loading