Commit c09dc919 authored by Andres Anaya Amariels's avatar Andres Anaya Amariels 🚀
Browse files

needs main_build_and_push

parent 1892b111
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -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:
@@ -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