Skip to content
Snippets Groups Projects
.gitlab-ci.yml 973 B
Newer Older
  • Learn to ignore specific revisions
  • Rucha Deshpande's avatar
    Rucha Deshpande committed
    variables:
      AWS_BUILD_SUBDIR: provider/register-aws/build-aws
      AWS_TEST_SUBDIR: testing/register-test-aws
      AWS_SERVICE: register
      AWS_ENVIRONMENT: dev
    
    David Diederich's avatar
    David Diederich committed
    include:
    
    Rucha Deshpande's avatar
    Rucha Deshpande committed
      - project: "osdu/platform/ci-cd-pipelines"
        file: "standard-setup.yml"
    
    Rucha Deshpande's avatar
    Rucha Deshpande committed
      - project: "osdu/platform/ci-cd-pipelines"
        file: "build/maven.yml"
    
    Rucha Deshpande's avatar
    Rucha Deshpande committed
      - project: "osdu/platform/ci-cd-pipelines"
        file: "scanners/fossa.yml"
    
      - project: "osdu/platform/ci-cd-pipelines"
        file: "cloud-providers/gcp.yml"
    
    David Diederich's avatar
    David Diederich committed
    
      - project: 'osdu/platform/ci-cd-pipelines'
    
    Rucha Deshpande's avatar
    Rucha Deshpande committed
        file: 'cloud-providers/aws.yml'
    
    
    harshit aggarwal's avatar
    harshit aggarwal committed
    
      - project: "osdu/platform/ci-cd-pipelines"
    
    Rucha Deshpande's avatar
    Rucha Deshpande committed
        file: "scanners/gitlab-ultimate.yml"
    
    
      - project: 'osdu/platform/ci-cd-pipelines'
        ref: master
        file: 'cloud-providers/aazure.yml'
    
    
    Rucha Deshpande's avatar
    Rucha Deshpande committed
    
    # disable the eslint scanner
    # I think this is being generated from the presence of an HTML file, but there
    # is no javascript to scan, so the job isn't helpful and just gets in the way
    eslint-sast:
      rules:
        - when: never