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

test

parent 7ea311bc
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ staging_pulling_repo:
  stage: staging_pulling_repo
  script:
    - git clone https://oauth2:${CI_JOB_TOKEN}@labs.etsi.org/rep/ocf/capif.git
  <<: *staging_common
 # <<: *staging_common

staging_secrets_in_repo:
  stage: staging_secrets_in_repo
@@ -29,7 +29,7 @@ staging_secrets_in_repo:
    - pip install trufflehog
    - trufflehog capif --exclude_paths cicd/exclusions --max_depth=5
  needs: ["staging_pulling_repo"]
  <<: *staging_common
#  <<: *staging_common

# define the process to do linting code: Sonarque, ruff?
staging_linting_code:
@@ -37,7 +37,7 @@ staging_linting_code:
  script:
    - echo "ruff checks"
  needs: ["staging_secrets_in_repo"]
  <<: *staging_common
#  <<: *staging_common

staging_linting_docker:
  stage: staging_linting_docker
@@ -55,4 +55,4 @@ staging_linting_docker:
        - docker-lint.json
  interruptible: true    
  needs: ["staging_linting_code"]
  <<: *staging_common
#  <<: *staging_common