Loading capif/.gitlab-ci.yml +6 −2 Original line number Diff line number Diff line Loading @@ -288,7 +288,7 @@ main_gemnasium_python_dependency_scanning: DS_ANALYZER_NAME: "gemnasium-python" <<: *main_dnd main_serect_detection: main_secret_detection: stage: main_sast extends: secret_detection variables: Loading @@ -296,7 +296,11 @@ main_serect_detection: <<: *main_dnd main_build_and_push: needs: ["main_serect_detection"] needs: - main_semgrep_sast - main_kubesec_sast - main_gemnasium_python_dependency_scanning - main_secret_detection stage: main_build_and_push script: - export TMP_PWD=$PWD Loading Loading
capif/.gitlab-ci.yml +6 −2 Original line number Diff line number Diff line Loading @@ -288,7 +288,7 @@ main_gemnasium_python_dependency_scanning: DS_ANALYZER_NAME: "gemnasium-python" <<: *main_dnd main_serect_detection: main_secret_detection: stage: main_sast extends: secret_detection variables: Loading @@ -296,7 +296,11 @@ main_serect_detection: <<: *main_dnd main_build_and_push: needs: ["main_serect_detection"] needs: - main_semgrep_sast - main_kubesec_sast - main_gemnasium_python_dependency_scanning - main_secret_detection stage: main_build_and_push script: - export TMP_PWD=$PWD Loading